$title |
"; search_form(); echo " |
\n";
}
function error_page($x) {
page_head("Error");
echo $x;
page_tail();
exit();
}
?>
Last modified $d.
";
copyright();
echo "
";
}
function html_text($x) {
return "".htmlspecialchars($x)."
";
}
function list_start() {
echo "\n";
}
function list_heading($x, $y, $z=null) {
echo "
\n";
}
function list_heading_array($x) {
echo "$x
$y
";
if ($z) {
echo " $z \n";
}
echo " ";
foreach ($x as $h) {
echo " \n";
}
function list_item($x, $y, $z=null) {
global $light_blue;
echo "
$h ";
}
echo "
\n";
}
function list_item_array($x) {
echo "$x
$y
";
if ($z) {
echo " $z\n";
}
echo " ";
foreach ($x as $h) {
echo " \n";
}
function list_item_func($x, $y) {
list_item(html_text($x), $y);
}
function list_bar($x) {
global $med_blue;
echo "
$h ";
}
echo "
";
}
function list_end() {
echo "