Module support
[]
Module support
Miscellaneous support code shared by some of the tool scripts.
This includes option parsing code, HTML formatting code, and a couple
of useful helpers.
Version:
$Revision: 37764 $
Options
|
|
NAVIGATION = ' <div class="navigation">\n<table width="100%%" c ...
|
|
HEAD = ' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transition ...
|
|
TAIL = ' <hr>\n<div class="navigation">\n<table width="100%%" c ...
|
Imports:
getopt,
os,
sys
NAVIGATION
- Value:
'''
<div class="navigation">
<table width="100%%" cellpadding="0" cellspacing="2">
<tr>
<td><img width="32" height="32" align="bottom" border="0" alt=""
src="%(iconserver)s/blank.%(imgtype)s"></td>
<td><a href="%(uplink)s"
title="%(uptitle)s"><img width="32" height="32" align="bottom" border
\
="0"
...
HEAD
- Value:
'''
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>%(title)s</title>
<meta name="description" content="%(title)s">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859
\
-1">
<link rel="STYLESHEET" href="lib/lib.css">
...
TAIL
- Value:
'''
<hr>
<div class="navigation">
<table width="100%%" cellpadding="0" cellspacing="2">
<tr>
<td><img width="32" height="32" align="bottom" border="0" alt=""
src="%(iconserver)s/blank.%(imgtype)s"></td>
<td><a href="%(uplink)s"
title="%(uptitle)s"><img width="32" height="32" align="bottom" border
\
...