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.8 by pjm2, Thu Mar 22 16:36:52 2001 UTC vs.
Revision 1.9 by pjm2, Thu Mar 22 17:27:01 2001 UTC

# Line 30 | Line 30
30   <? } ?>
31  
32   <?
33 +    if (!preg_match("/^([0-9]{3,4})|(100%)$/", $pagewidth)) {
34 +        $pagewidth = 600;
35 +    }
36      if (!preg_match("/^[1234567]$/", $fontsize)) {
37          $fontsize="2";
38      }
# Line 47 | Line 50
50      Last edited 14/10/2000
51   -->
52  
53 < <table border="0" width="600" cellspacing="0" cellpadding="0" align="center">
53 > <table border="0" width="<?=$pagewidth?>" cellspacing="0" cellpadding="0" align="center">
54   <tr>
55    <td>
56     <table width="100%" border="0" cellspacing="0" cellpadding="0">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines