[phpwebapp-commits] CVS: top10/templates/proj_details proj_details.html,1.4,1.4.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-09 16:32:41
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details In directory sc8-pr-cvs1:/tmp/cvs-serv27897/templates/proj_details Modified Files: Tag: maisp proj_details.html Log Message: Index: proj_details.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.html,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** proj_details.html 26 Sep 2003 15:32:20 -0000 1.4 --- proj_details.html 9 Jan 2004 16:32:37 -0000 1.4.2.1 *************** *** 40,43 **** --- 40,51 ---- </td> </tr> + <tr> + <td bgcolor="eeeeee">URL1:</td> + <td bgcolor="#ffffff">{{url1}}</td> + </tr> + <tr> + <td bgcolor="eeeeee">URL2:</td> + <td bgcolor="#ffffff">{{url2}}</td> + </tr> </table> |