41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
<%if usr_type%><%set set_focus = 'myform.id'%><%endif%>
|
|
<%include include_header.html%>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
|
|
<tr>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include pro_include_report_menu.html%></td>
|
|
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
|
</tr>
|
|
<tr>
|
|
<td height="97%" colspan="3" valign="top">
|
|
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
|
|
<tr>
|
|
<td bgcolor="#FFFFFF">
|
|
<form name="myform" action="glist.cgi" method="post">
|
|
<%include pro_include_report_form.html%>
|
|
<%if msg%><p class=body align=left><%msg%><%endif%>
|
|
<table width="99%" align=center border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td>
|
|
<%ifnot usr_type%>
|
|
<%include pro_include_report_details.html%>
|
|
<%elsif d%>
|
|
<%include pro_include_report_details.html%>
|
|
<%else%>
|
|
<%include pro_include_report_summary.html%>
|
|
<%endif%>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input name=do type=hidden value="pro_report" />
|
|
<input name=flag type=hidden value="1" />
|
|
<%hidden_objects%>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%include include_footer.html%>
|