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