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

Comparing projects/cms/source/reports/php/shared/title.inc.php (file contents):
Revision 1.6 by pjm2, Tue Mar 20 22:24:26 2001 UTC vs.
Revision 1.20 by tdb, Fri Feb 11 14:05:32 2005 UTC

# Line 7 | 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 < <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?>
11 <  <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>">
10 > <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) {
11 > $PHP_SELF = $_SERVER['PHP_SELF'];
12 > $QUERY_STRING = $_SERVER['QUERY_STRING'];
13 > ?>
14 >  <meta http-equiv="refresh" content="<?=$refresh?>;url=<?=$PHP_SELF.'?'.$QUERY_STRING?>">
15   <? } ?>
16 <  <meta name="htdig-noindex" content="noindex,nofollow">
17 <  <meta name="robots" content="noindex,nofollow">
16 >
17 > <? if (preg_match("/^[1-9]$/", $scroll)) { ?>
18 >  <script language="javascript"><!--
19 >  function pScroll(){
20 >    window.scrollBy(0, <?=$scroll?>);
21 >    if (document.body.scrollTop >= document.body.scrollHeight - document.body.clientHeight - 1) {
22 >        waitThenReload();
23 >    }
24 >    setTimeout("pScroll();", 50);
25 >  }
26 >  function waitThenReload() {
27 >    if (document.body.clientHeight + 100 > document.body.scrollHeight) {
28 >      setTimeout("location.reload();", 10000);
29 >    }
30 >    else {
31 >      location.reload();
32 >    }
33 >  }
34 >  //-->
35 >  </script>
36 > <? } ?>
37 >
38 > <?
39 >    if (!preg_match("/^([0-9]{3,4})|(100%)$/", $pagewidth)) {
40 >        $pagewidth = 600;
41 >    }
42 >    if (!preg_match("/^[1234567]$/", $fontsize)) {
43 >        $fontsize="2";
44 >    }
45 > ?>
46 >
47 > <style type="text/css">
48 > <!--
49 > body {
50 >    scrollbar-face-color: #9999ff;
51 >    scrollbar-highlight-color: #eeeeff;
52 >    scrollbar-shadow-color: #333366;
53 >    scrollbar-arrow-color: #000033;
54 >    scrollbar-base-color: #eeeeff;
55 >    scrollbar-3d-light-color: #ccccff;
56 >    scrollbar-dark-shadow-color: #333333;
57 > }
58 > input {
59 >    color: #ff0000;
60 >    font-weight: bold;
61 >    font-family: Arial, Helvetica, sans-serif;
62 > }
63 > a:hover {
64 >    color: #ff0000;
65 > }
66 > -->
67 > </style>
68 >
69   </head>
70  
71 < <body bgcolor="#ffffff" text="#000000">
72 < <basefont size="2" face="arial,sans-serif" color="#000000">
71 > <body bgcolor="#ffffff" text="#000000"<? if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; ?>>
72 > <basefont size="<?=$fontsize?>" face="arial,sans-serif" color="#000000">
73  
74  
75   <!--
76 <    title.inc
76 >    title.inc.php
77      Created by pjm2 14/10/2000
78      Last edited 14/10/2000
79   -->
80  
81 < <table border="0" width="600" cellspacing="0" cellpadding="0" align="center">
81 > <table border="0" width="<?=$pagewidth?>" cellspacing="0" cellpadding="0" align="center">
82   <tr>
83    <td>
84     <table width="100%" border="0" cellspacing="0" cellpadding="0">
# Line 32 | Line 86
86       <td valign="top">
87        <font size="1" color="#999999">
88         <? echo date("D jS M Y, g:i:sa"); ?>
89 +       <br>
90 +       <a href="http://www.i-scream.org/"><img alt="got i-scream?" src="i-scream-button-anim.gif" width="88" height="31" border="0"></a>
91        </font>
92       </td>
93       <td align="right">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines