<%@ Language=VBScript %> <% '************************************************************************************ 'Diary result '************************************************************************************ %> <%dim metatag, terms metatag = chr(13) & "" metatag = metatag & chr(13) & "" Call Header(": The Excavation Diary",metatag,terms, "") %> <% if Request.form = "" AND Request.QueryString = "" then 'missing search parameters cannot show a result %> <% else %> <% end if %>

The Excavation Diary

Sorry but no search values have been submitted, please try again
The excavation diaries are a daily log kept by the excavators on site during each season. They record the day to day activity of the team and their observations on their work.
 
<% if Request.QueryString <> "" then Call DisplayDiaryResult(request.querystring) else Call DisplayDiaryResult(request.form) end if%>
 
<% call footer() %>