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.3
Committed: Sat Mar 17 17:28:02 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.2: +2 -2 lines
Log Message:
Top aligned the timestamp; right aligned the logo

File Contents

# User Rev Content
1 pjm2 1.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     <meta name="htdig-noindex" content="noindex,nofollow">
11     <meta name="robots" content="noindex,nofollow">
12     </head>
13    
14     <body bgcolor="#ffffff" text="#000000">
15     <basefont size="2" face="arial,sans-serif" color="#000000">
16    
17    
18     <!--
19     title.inc
20     Created by pjm2 14/10/2000
21     Last edited 14/10/2000
22     -->
23    
24 pjm2 1.2 <table border="0" width="600" cellspacing="0" cellpadding="0" align="center">
25 pjm2 1.1 <tr>
26 pjm2 1.2 <td>
27     <table width="100%" border="0" cellspacing="0" cellpadding="0">
28     <tr>
29 pjm2 1.3 <td valign="top">
30 pjm2 1.2 <font size="1">
31     <? echo date("D jS M Y, G:ia"); ?>
32     </font>
33     </td>
34 pjm2 1.3 <td align="right">
35 pjm2 1.2 <a href="index.php"><img alt="i-scream" src="title.gif" width="370" height="69" border="0"></a>
36     </td>
37     </tr>
38     </table>
39 pjm2 1.1 </td>
40     </tr>
41     <tr>
42     <td>
43     <!--<font face="arial,sans-serif" size="2">-->
44