ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/title.inc
(Generate patch)

Comparing projects/cms/source/reports/php/shared/title.inc (file contents):
Revision 1.3 by pjm2, Thu Mar 15 23:01:45 2001 UTC vs.
Revision 1.8 by pjm2, Tue Mar 20 22:24:26 2001 UTC

# Line 1 | Line 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>
# Line 5 | Line 7
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="">
10 >  <meta name="htdig-noindex" content="noindex,nofollow">
11    <meta name="robots" content="noindex,nofollow">
12 + <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?>
13 +  <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=PHP_SELF?>">
14 + <? } ?>
15   </head>
16  
17 < <body bgcolor="#ffffff">
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
# Line 20 | Line 27
27   <table border="0" width="600" align="center">
28   <tr>
29    <td align="right">
30 <   <a href=""><img src="title.gif" width="370" height="69" border="0"></a>
30 >   <a href=""><img alt="i-scream" src="title.gif" width="370" height="69" border="0"></a>
31    </td>
32   </tr>
33   <tr>
34    <td>
35 <   <font face="arial,sans-serif" size="2">
35 >   <!--<font face="arial,sans-serif" size="2">-->
36  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines