Update of /cvsroot/phpwebapp/top10/templates/proj_list
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/proj_list
Modified Files:
Tag: maisp
proj_list.html
Log Message:
Index: proj_list.html
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/proj_list.html,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** proj_list.html 17 Jan 2004 10:18:07 -0000 1.2.2.2
--- proj_list.html 22 Jul 2004 14:09:28 -0000 1.2.2.3
***************
*** 1,14 ****
! <Include SRC="{{./}}filter/filter.html" />
! <WebBox ID="proj_list">
! <Repeat rs="proj_list_rs">
! <IfEmpty>
! No Records Found! <br>
<a class="button" href="javascript:add_new_project()">Add New Project</a>
! </IfEmpty>
! <Header>
! <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd">
! <form name="proj_list" onsubmit="return false;">
! </Header>
! <RepeatBody>
<tr>
<td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td>
--- 1,12 ----
! <include src="{{./}}filter/filter.html" />
! <webbox id="proj_list">
! <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd">
! <form name="proj_list" onsubmit="return false;">
! <repeat rs="proj_list_rs">
! <ifempty>
! No Records Found! <br />
<a class="button" href="javascript:add_new_project()">Add New Project</a>
! </ifempty>
! <repeatbody>
<tr>
<td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td>
***************
*** 21,33 ****
<td bgcolor="white">{{proj_descr}}</td>
<td bgcolor="white">
! <input type="checkbox" name="project" value="{{proj_id}}">
</td>
</tr>
! </RepeatBody>
! <Footer>
! </form>
! </table>
! <Include SRC="{{./}}footer/list_footer.html" />
! </Footer>
! </Repeat>
! </WebBox>
--- 19,29 ----
<td bgcolor="white">{{proj_descr}}</td>
<td bgcolor="white">
! <input type="checkbox" name="project" value="{{proj_id}}" />
</td>
</tr>
! </repeatbody>
! </repeat>
! </form>
! </table>
! <include src="{{./}}footer/list_footer.html" />
! </webbox>
|