Update of /cvsroot/perfparse/_perfparse-phpgui/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27744/templates
Modified Files:
all_bin.tpl.html
Log Message:
in the middle of rewrite
Index: all_bin.tpl.html
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/all_bin.tpl.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** all_bin.tpl.html 8 Apr 2006 23:59:47 -0000 1.5
--- all_bin.tpl.html 9 Nov 2006 12:53:01 -0000 1.6
***************
*** 27,35 ****
</td>
<td>
! <select name="group_name">
! <option value="">-- <{tr}>Select group<{/tr}>: --</option>
! <option value="**ALL**"><<{tr}>All Groups<{/tr}>></option>
<{foreach from=$groups key=key item=item}>
! <option value=<{$item}> <{if $group_name==$item}>selected=selected<{/if}>><{$item}></option>
<{/foreach}>
</select>
--- 27,35 ----
</td>
<td>
! <select name="group_id">
! <option value="-1">-- <{tr}>Select group<{/tr}>: --</option>
! <option value="0"><<{tr}>All Groups<{/tr}>></option>
<{foreach from=$groups key=key item=item}>
! <option value=<{$key}> <{if $group_id==$key}>selected=selected<{/if}>><{$item}></option>
<{/foreach}>
</select>
***************
*** 39,43 ****
</table>
</td></tr></table></p>
! <{if $group_name}>
<table width="100%" border=1 cellspacing=0 cellpadding=2>
<tr>
--- 39,43 ----
</table>
</td></tr></table></p>
! <{if $group_id}>
<table width="100%" border=1 cellspacing=0 cellpadding=2>
<tr>
|