[Openfirst-cvscommit] awards/admin index.php,1.7,1.8
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-13 15:30:11
|
Update of /cvsroot/openfirst/awards/admin In directory sc8-pr-cvs1:/tmp/cvs-serv18843 Modified Files: index.php Log Message: Made some spacing changes, and no awards preview. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/admin/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 23 Aug 2003 20:03:13 -0000 1.7 --- index.php 13 Sep 2003 15:30:08 -0000 1.8 *************** *** 76,81 **** <h1>Manage Award Information</h1> - <p><a href="./">Manage Awards</a> <a href="<?php echo("$basepath/awards/"); ?>">View Awards</a> - </p> <form method="post" action="./"> <table> --- 76,79 ---- *************** *** 139,143 **** </tr> <tr> ! <td> </td> <?php if($award == "") { ?> <td><input name="create" type="submit" id="create" value="Create Listing"></td> --- 137,141 ---- </tr> <tr> ! <th> </th> <?php if($award == "") { ?> <td><input name="create" type="submit" id="create" value="Create Listing"></td> *************** *** 171,176 **** </tr> <?php ! } ?> </table> <?php --- 169,179 ---- </tr> <?php ! } ! if(mysql_num_rows($query) == 0){ ! echo "<tr><td> </td><td> </td><td>No awards entered!</td><td> </td><td> </td><td> </td></tr>"; ! } ! ?> </table> + <br> <?php |