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.22 by tdb, Sat Jun 30 11:24:42 2007 UTC vs.
Revision 1.23 by tdb, Sat Jun 30 12:12:50 2007 UTC

# Line 17 | Line 17 | $fontsize = isset($_REQUEST['fontsize']) ? $_REQUEST['
17   $PHP_SELF = $_SERVER['PHP_SELF'];
18   $QUERY_STRING = $_SERVER['QUERY_STRING'];
19   ?>
20 <  <meta http-equiv="refresh" content="<?php=$refresh?>;url=<?php=$PHP_SELF.'?'.$QUERY_STRING?>">
20 >  <meta http-equiv="refresh" content="<?php echo $refresh?>;url=<?php echo $PHP_SELF.'?'.$QUERY_STRING?>">
21   <?php } ?>
22  
23   <?php /* This no longer works
24   if (preg_match("/^[1-9]$/", $scroll)) { ?>
25    <script language="javascript"><!--
26    function pScroll(){
27 <    window.scrollBy(0, <?php=$scroll?>);
27 >    window.scrollBy(0, <?php echo =$scroll?>);
28      if (document.body.scrollTop >= document.body.scrollHeight - document.body.clientHeight - 1) {
29          waitThenReload();
30      }
# Line 76 | Line 76 | a:hover {
76   </head>
77  
78   <body bgcolor="#ffffff" text="#000000"<?php /* if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; */ ?>>
79 < <basefont size="<?php=$fontsize?>" face="arial,sans-serif" color="#000000">
79 > <basefont size="<?php echo $fontsize?>" face="arial,sans-serif" color="#000000">
80  
81  
82 < <table border="0" width="<?php=$pagewidth?>" cellspacing="0" cellpadding="0" align="center">
82 > <table border="0" width="<?php echo $pagewidth?>" cellspacing="0" cellpadding="0" align="center">
83   <tr>
84    <td>
85     <table width="100%" border="0" cellspacing="0" cellpadding="0">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines