ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/title.inc.php
Revision: 1.6
Committed: Tue Mar 20 22:24:26 2001 UTC (23 years, 6 months ago) by pjm2
Branch: MAIN
Changes since 1.5: +3 -0 lines
Log Message:
Meta http equiv refresh tag may be added if $refresh is defined as an
integer between 0 and 999.   This means that people can append
"refresh=n" to the end of a URL to get the page to automatically refresh
every n seconds.  This is suitable for "helpdesk style" displays of system
information on a dumb machine.

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <html>
4
5 <head>
6 <title>i-scream Distributed Central Monitoring System Reports</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 <meta http-equiv="pragma" content="no-cache">
9 <meta http-equiv="cache-control" content="no-cache">
10 <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?>
11 <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>">
12 <? } ?>
13 <meta name="htdig-noindex" content="noindex,nofollow">
14 <meta name="robots" content="noindex,nofollow">
15 </head>
16
17 <body bgcolor="#ffffff" text="#000000">
18 <basefont size="2" face="arial,sans-serif" color="#000000">
19
20
21 <!--
22 title.inc
23 Created by pjm2 14/10/2000
24 Last edited 14/10/2000
25 -->
26
27 <table border="0" width="600" cellspacing="0" cellpadding="0" align="center">
28 <tr>
29 <td>
30 <table width="100%" border="0" cellspacing="0" cellpadding="0">
31 <tr>
32 <td valign="top">
33 <font size="1" color="#999999">
34 <? echo date("D jS M Y, g:i:sa"); ?>
35 </font>
36 </td>
37 <td align="right">
38 <a href="index.php"><img alt="i-scream" src="title.gif" width="370" height="69" border="0"></a>
39 </td>
40 </tr>
41 </table>
42 </td>
43 </tr>
44 <tr>
45 <td>
46 <!--<font face="arial,sans-serif" size="2">-->
47