[phpwebapp-commits] CVS: top10/templates/proj_details proj_details.html,1.4.2.1,1.4.2.2 header.html,
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-12 15:21:29
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details In directory sc8-pr-cvs1:/tmp/cvs-serv28891/templates/proj_details Modified Files: Tag: maisp proj_details.html header.html Log Message: Index: proj_details.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.html,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** proj_details.html 9 Jan 2004 16:32:37 -0000 1.4.2.1 --- proj_details.html 12 Jan 2004 15:21:26 -0000 1.4.2.2 *************** *** 42,50 **** <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> --- 42,54 ---- <tr> <td bgcolor="eeeeee">URL1:</td> ! <td bgcolor="#ffffff"> ! <a href="{{url1}}" target="_blank">{{url1}}</a> ! </td> </tr> <tr> <td bgcolor="eeeeee">URL2:</td> ! <td bgcolor="#ffffff"> ! <a href="{{url2}}" target="_blank">{{url2}}</a> ! </td> </tr> </table> Index: header.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/header.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** header.html 30 Sep 2003 06:59:29 -0000 1.2 --- header.html 12 Jan 2004 15:21:26 -0000 1.2.2.1 *************** *** 10,14 **** <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> ! <h2>Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}}</a></h2> </td> </If> --- 10,14 ---- <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> ! <h2>Project: <a href="{{url1}}" target="_blank">{{proj_name}}</a></h2> </td> </If> *************** *** 16,20 **** <td align="right" valign="bottom" nowrap> <form name="change" onsubmit="change_project(); return false;"> ! Project unix name: <input id="proj_id" type="text" size="15" value="{{proj_id}}"> <a class="button" href="javascript:change_project()">Change</a> --- 16,20 ---- <td align="right" valign="bottom" nowrap> <form name="change" onsubmit="change_project(); return false;"> ! Project id: <input id="proj_id" type="text" size="15" value="{{proj_id}}"> <a class="button" href="javascript:change_project()">Change</a> |