Source of ibob_reader/ibob_msg_list_php.txt
<?php
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
// HTTP/1.0
header("Pragma: no-cache");
?>
<html>
<head>
<title>JimG's iBOB Reader Page</title>
<!--meta http-equiv="refresh" content="900"-->
<link rel=stylesheet type="text/css" href="/css/stylesheet.css">
<link rel=stylesheet type="text/css" href="/css/search.css">
<STYLE>
TD {
font-size: 10px;
}
.RecordTitle {
font-size: 12px;
font-weight: bold;
}
.reply {
}
</STYLE>
<SCRIPT LANGUAGE="Javascript">
var last;
var last2;
function hilite(thing)
{
thing.style.backgroundColor = 'orange';
if (last){
last.style.backgroundColor = null;
last.style.textDecoration = 'line-through';
}
last = thing;
}
function hilite2(thing)
{
thing.style.backgroundColor = 'yellow';
if (last2) {
last2.style.backgroundColor = null;
last2.style.fontWeight = 'normal';
}
last2 = thing;
}
var time = 900;
function updateClock()
{
var clockSpan = document.getElementById('timer');
time = time -1;
clockSpan.innerHTML = time;
if (time == 0)
window.location.reload(1);
}
var timer = window.setInterval('updateClock()', 1000);
</SCRIPT>
</head>
<body>
<div class=section align=right style="margin-bottom: -1.3em">
[<A HREF="ibob_msg_list.php<?php
if ($_REQUEST["revsort"]) echo("?revsort=0\">oldest^");
else echo("?revsort=1\">newest^");
?>
</A>]
[<A TARGET="rply" HREF="http://search.bikelist.org/">search</A>]
[<A TARGET="rply" HREF="ibob_reply.php">new</A>]
[<A HREF="ibob_msg_list.php<?php
if ($_REQUEST["show_ot"]) echo("?show_ot=0\">ot");
else echo("?show_ot=1\"><STRIKE>ot</STRIKE>");
?>
</A>]
[<A HREF="ibob_msg_list.php?show_ot=<?php echo($_REQUEST["show_ot"]) ?>&revsort=<?php echo($_REQUEST["revsort"]) ?>">refresh</A>] <SPAN ID=timer>900</SPAN>
</div>
<?php include("ibob.inc") ?>
</BODY>
</HTML>