Put note inside main area

This commit is contained in:
Scott Ullrich 2006-04-02 04:37:32 +00:00
parent 4ad9369573
commit 7920df910b

View File

@ -64,6 +64,10 @@ if($_GET['getstatus']) {
<div id="doneurl" name="doneurl">
</div>
<p>
This page will automatically refresh every 3 seconds until the filter is done reloading.
<?php include("fend.inc"); ?>
<script language="javascript">
@ -141,9 +145,5 @@ if (typeof getURL == 'undefined') {
window.setTimeout('update_status_thread()', 2500);
</script>
<p>
This page will automatically refresh every 3 seconds until the filter is done reloading.
</body>
</html>