%
Include("intro.inc");
%>
Medical instruments:
| Name |
Category |
Serial |
<%
Request("SELECT * FROM items.xml, categories.xml
WHERE (ItemCat = CatId)
ORDER BY ItemName ");
Display("templates/itemmanage.tpl");
DisplayEmpty("templates/boxtocomeempty.tpl");
%>
<%
Include("outro.inc");
%>