[phpwebapp-commits] CVS: top10/templates/proj_details header.html,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-30 06:59:32
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details In directory sc8-pr-cvs1:/tmp/cvs-serv17794/templates/proj_details Modified Files: header.html Log Message: Index: header.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/header.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.html 24 Sep 2003 14:00:49 -0000 1.1 --- header.html 30 Sep 2003 06:59:29 -0000 1.2 *************** *** 3,7 **** <If condition="'{{proj_id}}'=='UNDEFINED'"> <td> ! No project selected! Please enter a project in the project textbox. </td> </If> --- 3,8 ---- <If condition="'{{proj_id}}'=='UNDEFINED'"> <td> ! <h3>No project selected! ! Please enter a project in the project textbox.</h3> </td> </If> *************** *** 9,19 **** <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> ! <h2><a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}}</a></h2> </td> </If> ! <td align="right" valign="bottom"> <form name="change" onsubmit="change_project(); return false;"> ! Project: <input id="proj_id" type="text" size="15" value="{{proj_id}}"> <a class="button" href="javascript:change_project()">Change</a> --- 10,20 ---- <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> ! <h2>Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}}</a></h2> </td> </If> ! <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> |