<?php
include('param.inc');
require_once("class_history_links.inc");
?>
<html>
<head>
<title>test_history_links - page1</title>
</head>
<body>
<div align=center><table style="border: 1px solid #3F3F3F; background-color: #fAfAfA;"><tr><td colspan=2><a href="index.html">« Select other test »</a></td></tr>
<tr><td width="150"><big><b>Page1</b></big> (query is <?php echo $_SERVER['REQUEST_METHOD']?>)<br><?php include("content.inc");?></td><td><?php include('menu.inc')?></td></tr>
</table>
<?php
#make start page if needed
#if(!isset($_GET['content']))$h->set_history_start();
?>
<?php
include("links.inc");
?>
</div>
</body>
</html>
|