Update of /cvsroot/openfirst/manual/openfirst.awards
In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.awards
Modified Files:
awards.php
Log Message:
Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies.
Index: awards.php
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.awards/awards.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** awards.php 29 Sep 2003 21:31:54 -0000 1.1
--- awards.php 12 Oct 2003 22:40:49 -0000 1.2
***************
*** 46,50 ****
<td>The openFIRST.awards module was designed to manage team awards and accomplishments
in a neat and organized manner. The module presents the awards to visitors
! and hides management options.</td>
</tr>
<tr>
--- 46,50 ----
<td>The openFIRST.awards module was designed to manage team awards and accomplishments
in a neat and organized manner. The module presents the awards to visitors
! and hides management options from those who are not administrators.</td>
</tr>
<tr>
***************
*** 71,75 ****
<tr>
<td>This is a very basic script that inserts and views award data in ofirst_awards.
! It uses images to depict 1st, 2nd and 3rd positions.</td>
</tr>
<tr>
--- 71,75 ----
<tr>
<td>This is a very basic script that inserts and views award data in ofirst_awards.
! It uses images to depict 1st, 2nd and 3rd place positions.</td>
</tr>
<tr>
***************
*** 77,81 ****
</tr>
<tr>
! <td>We are planning to incorporate catagory selection for awards, this we
you can organize awards based on competitions, years etc.</td>
</tr>
--- 77,81 ----
</tr>
<tr>
! <td>We are planning to incorporate category selection for awards, with this
you can organize awards based on competitions, years etc.</td>
</tr>
***************
*** 101,104 ****
</tr>
</table>
! <p><strong></strong></p>
! <?php include("$footer");
\ No newline at end of file
--- 101,104 ----
</tr>
</table>
! <p></p>
! <?php include("$footer");
|