<center>
<h3><~../screen_name></h3>
<a href="<~../script_name>?AddNew=1">`Add New` <~../screen_name> `item`</a>
<hr width="80%" size="1">
<~/common/form_msg>
<form action="<~../script_name>" name="FFilter" method="get">
<input type="hidden" name="refresh" value="1">
<input type="hidden" name="dosearch" value="1">
<table>
<tr><td>
<div align="center">
<input type="submit" name="GoPrevWeek" value=" << ">
Week end: <b><~weekend_human></b>
<input type="submit" name="GoNextWeek" value=" >> ">
</div>
<!--
`Search (name, description)`:
<input type="text" name="s" value="<~search_str>" class="text" size="30" maxlength="255">
<input type="submit" value=">>">
<br />
`Sort by`:
<select name="sortby" class="text" onchange="this.form.submit()">
<~/common/sel/sortby.sel select="sortby">
<~select_sortby>
</select>
`Show` <select name="pagenum" onchange="this.form.submit()">
<~/common/sel/pagenum.sel select="pagenum">
</select> `records on page`
-->
</td></tr></table>
</form>
<~search_empty_msg if="$search_str!='' && $item_datarow_ctr==0" inline>
<div class="err">
<b>`No text matching "<~search_str>" was found. Please try again.`</b>
</div>
</~search_empty_msg>
<~list_table ifge="item_datarow_ctr" value="0" inline>
<~list_navigation>
<br><br>
<table><tr><td>
<form action="<~../script_name>" method="post" name="CBSF">
<input type="hidden" name="SaveList" value="1">
<input type="hidden" name="s" value="<~search_str>">
<input type="hidden" name="page" value="<~page>">
<input type="submit" value="`Delete`"> `checked rows`
<table class="list">
<thead>
<tr class="listheader">
<th><input type="checkbox" name="all" value="1" onclick="chkall(this,this.form,'cb')"></th>
<th>`Work Date`</th>
<th>`Work Time`</th>
<th>`Project`</th>
<th>`Task`</th>
<th>`WorkCode`</th>
<th>`Description`</th>
<th> </th>
</tr>
</thead>
<tbody>
<~item_datarow repeat inline>
<tr title="<~row_click_url>" valign="top">
<td><input type="checkbox" name="cb[<~tt_id>]" value="1"></td>
<td><~workdate_human></td>
<th><~worktime></th>
<td><~p_id_name></td>
<td><~t_id_name></td>
<td><~wc_id_name></td>
<td><~idesc></td>
<td nowrap="nowrap">
<~/common/dot><a href="<~row_click_url>">`Edit`</a>
<~/common/dot><a href="#" onClick="return delete_btn('<~../script_name>?DelRec=1&id=<~tt_id>')">`Del`</a>
</td>
</tr>
</~item_datarow>
</tbody>
</table>
<input type="submit" value="`Delete`"> `checked rows`
</form>
<br>
<~list_navigation>
</~list_table>
</center>