<% Include("intro.inc"); %> Loans:

<% Request("SELECT * FROM loans.xml, clients.xml WHERE (LoanClient = ClientId) ORDER BY LoanDeparture DESC "); Display("templates/loansmanage.tpl"); DisplayEmpty("templates/boxtocomeempty.tpl"); %>
Date of loan Return date Loaner

<% Include("outro.inc"); %>