<%@ Language=VBScript %> <%Response.Buffer=True%> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - Supplies" %> <% PageID=300%> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <%Products%> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub Products%>
<%= FormatDateTime(Date,1) %>
 
This area allows you to edit the Supplies section of the Wades Bindery Site. The menu buttons to the left will allow you to List Supplies (where you can edit current supply listings), Add Supplies, manage the Supply Categories and manage Supply Orders.
<%End Sub %>