HTML-GenToc
view release on metacpan or search on metacpan
tfiles/test5.php view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php
$myDir = "reviews/netfic";
$relTopDir = "../..";
$absTopDir = "/files/home_common/kat/kat_web/katspace";
$sourceFile = "report.xhtm";
$destFile = "report.tmpl";
$destExt = "php";
?><html >
<!-- global default variables -->
<?php $menu_style = "side";?>
<!-- end default variables -->
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php include_once "${relTopDir}/php_include/change_menu.inc"; ?>
<meta name="generator" content="KWAFT" />
<meta http-equiv="content-language" content="English" />
<meta name="rating" content="General" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<?php if (preg_match("/Gecko/", $_SERVER['HTTP_USER_AGENT'])) {
$browser_type = "full";
} elseif (preg_match("/Mozilla.4/", $_SERVER['HTTP_USER_AGENT'])
and !preg_match("/compatible/", $_SERVER['HTTP_USER_AGENT'])) {
$browser_type = "Netscape4";
} elseif (preg_match("/Konqueror/", $_SERVER['HTTP_USER_AGENT'])) {
$browser_type = "konq";
} elseif (preg_match("/Opera/", $_SERVER['HTTP_USER_AGENT'])) {
$browser_type = "opera";
} elseif (preg_match("/MSIE.6/", $_SERVER['HTTP_USER_AGENT'])
or preg_match("/MSIE.5/", $_SERVER['HTTP_USER_AGENT'])) {
$browser_type = "msie";
}?>
<!-- enable the changing of the menu style -->
<?php if ($_GET['menu_style'] != '') {
$menu_style = $_GET['menu_style'];
}
$parent_file = basename($PHP_SELF);
?>
<link rel="icon" href="/images/catico1.png" type="image/png"/>
<link rel="stylesheet" href="/styles/common.css" type="text/css"/>
<!-- stylesheets -->
<?php if ($menu_style == 'side') {
( run in 0.344 second using v1.01-cache-2.11-cpan-411bb0df24b )