Update of /cvsroot/openfirst/awards
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25446/awards
Modified Files:
index.php
Log Message:
updates
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/awards/index.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** index.php 26 May 2005 21:00:31 -0000 1.16
--- index.php 26 May 2005 23:27:05 -0000 1.17
***************
*** 45,50 ****
<table>
<tr>
! <th> </th>
! <th>Award Name</th>
<th>Event</th>
<th>Date</th>
--- 45,49 ----
<table>
<tr>
! <th colspan="2">Award Name</th>
<th>Event</th>
<th>Date</th>
***************
*** 57,62 ****
<tr valign="top">
<td><img src="awards<?php echo $awards->Image; ?>.png" alt="<?php echo $awards->Image; ?>"></td>
! <td><b><?php echo $awards->AwardName; ?></b><br>
! <?php echo $awards->Description; ?> </td>
<td><?php echo $awards->Event; ?></td>
<td><?php echo $awards->Date; ?></td>
--- 56,63 ----
<tr valign="top">
<td><img src="awards<?php echo $awards->Image; ?>.png" alt="<?php echo $awards->Image; ?>"></td>
! <td>
! <h3><?php echo $awards->AwardName; ?></h3>
! <p><?php echo $awards->Description; ?></p>
! </td>
<td><?php echo $awards->Event; ?></td>
<td><?php echo $awards->Date; ?></td>
***************
*** 80,85 ****
<table>
<tr>
! <th> </th>
! <th>Award Name</th>
<th>Event</th>
<th>Date</th>
--- 81,85 ----
<table>
<tr>
! <th colspan="2">Award Name</th>
<th>Event</th>
<th>Date</th>
***************
*** 92,97 ****
<tr valign="top">
<td><img src="awards<?php echo $awards->Image; ?>.png" alt="<?php echo $awards->Image; ?>"></td>
! <td><b><?php echo $awards->AwardName; ?></b><br>
! <?php echo $awards->Description; ?> </td>
<td><?php echo $awards->Event; ?></td>
<td><?php echo $awards->Date; ?></td>
--- 92,99 ----
<tr valign="top">
<td><img src="awards<?php echo $awards->Image; ?>.png" alt="<?php echo $awards->Image; ?>"></td>
! <td>
! <h3><?php echo $awards->AwardName; ?></h3>
! <p><?php echo $awards->Description; ?></p>
! </td>
<td><?php echo $awards->Event; ?></td>
<td><?php echo $awards->Date; ?></td>
|