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