33 lines
460 B
Plaintext
33 lines
460 B
Plaintext
|
|
<%
|
|||
|
|
Include("intro.inc");
|
|||
|
|
%>
|
|||
|
|
|
|||
|
|
Liste des bo<62>tes:
|
|||
|
|
<p />
|
|||
|
|
|
|||
|
|
<div class="Data">
|
|||
|
|
<table class="Data">
|
|||
|
|
<tr>
|
|||
|
|
<th>Bo<42>te</th>
|
|||
|
|
<th>Status</th>
|
|||
|
|
<th>Date de p<>remption</th>
|
|||
|
|
</tr>
|
|||
|
|
<%
|
|||
|
|
Request("SELECT * FROM boxes.xml, box_status.xml
|
|||
|
|
WHERE (BoxStatus = StatId)
|
|||
|
|
ORDER BY BoxName ");
|
|||
|
|
Display("templates/boxmanage.tpl");
|
|||
|
|
DisplayEmpty("templates/boxtocomeempty.tpl");
|
|||
|
|
%>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<p />
|
|||
|
|
|
|||
|
|
<%
|
|||
|
|
Include("outro.inc");
|
|||
|
|
%>
|