[Openfirst-cvscommit] awards index.php,1.2,1.3
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-23 11:38:13
|
Update of /cvsroot/openfirst/awards In directory sc8-pr-cvs1:/tmp/cvs-serv8961 Modified Files: index.php Log Message: Convert all styles to use CSS, fix indenting problems. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 21 Jun 2003 18:46:24 -0000 1.2 --- index.php 23 Jun 2003 11:38:10 -0000 1.3 *************** *** 37,41 **** <p>This team has won <strong><?php echo $amount; ?></strong> award(s).</p> <?php ! if($amount > 0) { ?> <table> --- 37,41 ---- <p>This team has won <strong><?php echo $amount; ?></strong> award(s).</p> <?php ! if($amount > 0) { ?> <table> *************** *** 61,64 **** </table> <?php ! } ! include($footer); ?> \ No newline at end of file --- 61,64 ---- </table> <?php ! } ! include($footer); ?> |