?? box_return.xhs
字號:
<%
Include("intro.inc");
%>
Bo顃es non retourn閑s:
<p />
<div class="Data">
<table class="Data">
<tr>
<th>Bo顃e</th>
<th>Date d'emprunt</th>
<th>Emprunteur</th>
</tr>
<tr><td align="left">
<%
Request("SELECT * FROM boxes.xml, loans.xml, loans_box.xml, clients.xml
WHERE (LoanId = LBLoan) AND (LBBox = BoxId) AND (LoanReturn IS NULL) AND (ClientId = LoanClient)
ORDER BY Date(LoanDeparture) ");
Display("templates/boxlist.tpl");
DisplayEmpty("templates/boxlistempty.tpl");
%>
</td></tr>
</table>
</div>
<p />
<%
Include("outro.inc");
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -