ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/title.inc
Revision: 1.8
Committed: Tue Mar 20 22:24:26 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.7: +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

# User Rev Content
1 pjm2 1.4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2    
3 pjm2 1.2 <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 pjm2 1.6 <meta name="htdig-noindex" content="noindex,nofollow">
11 pjm2 1.2 <meta name="robots" content="noindex,nofollow">
12 pjm2 1.8 <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?>
13     <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=PHP_SELF?>">
14     <? } ?>
15 pjm2 1.2 </head>
16    
17 pjm2 1.7 <body bgcolor="#ffffff" text="#000000">
18     <basefont size="2" face="arial,sans-serif" color="#000000">
19    
20 pjm2 1.2
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" align="center">
28     <tr>
29     <td align="right">
30 pjm2 1.5 <a href=""><img alt="i-scream" src="title.gif" width="370" height="69" border="0"></a>
31 pjm2 1.2 </td>
32     </tr>
33     <tr>
34     <td>
35 pjm2 1.7 <!--<font face="arial,sans-serif" size="2">-->
36 pjm2 1.2