%@ Language=VBScript %>
<%Response.Buffer=True%>
<% Updated = Request.QueryString("Updated") %>
<% PageTitle = "SiteManager - Company Info" %>
<% PageID=600%>
<% Header %>
<% Menu PageID %>
<%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<%monthly%>
<%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<% Footer %>
<% Sub monthly%>
| <%= FormatDateTime(Date,1) %> |
| |
|
This area allows you to edit the Monthly Specials section of the Wades Bindery Site. The menu buttons to the left will allow you to List Specials (where you can edit current entries) and Add a Special. |
|
<%End Sub %>