<%@ Language=VBScript %> <% '************************************************************************************ 'Diary Search screen '************************************************************************************ %> <%dim metatag, terms metatag = chr(13) & "" metatag = metatag & chr(13) & "" Call Header(": Complex Excavation Search",metatag,terms, "") 'when this page is called scrap any sql held in session Session("sql") = "" Session("nav") = "search" dim callsubject 'get the data to search if Request.querystring("subject") = "" then callsubject = "" else callsubject = Request.QueryString("subject") if callsubject <> "Skeleton" then callsubject = callsubject & " Sheet" end if %>

Search the Excavation Data

<%else%> <%end if%> <%if callsubject = "Building Sheet" then %> <%elseif callsubject = "Space Sheet" then %> <%elseif callsubject = "Feature Sheet" then %> <%elseif callsubject = "Unit Sheet" OR callsubject = "Skeleton" then 'skeleton variation of unit search added jan 2007 as human remains database still in development dim what if callsubject = "Skeleton" then what = "Skeleton Units" else what = "Units" end if %>
<% if callsubject = "" then %>
Complex Search
Enter multiple criteria to carry out an in depth search
Unit Sheets | Feature Sheets | Space Sheets | Building Sheets | Skeleton Units
<%=callsubject%> Complex Search
Enter multiple criteria to carry out an in depth search
Other excavation data complex searches available are:
<%if callsubject <> "Unit Sheet" then Response.Write("Unit Sheets | ") if callsubject <> "Feature Sheet" then Response.Write("Feature Sheets | ") if callsubject <> "Space Sheet" then Response.Write("Space Sheets | ") if callsubject <> "Building Sheet" then Response.Write("Building Sheets | ") if callsubject <> "Skeleton" then Response.Write("Skeleton Units ") %>
Alternatively use the quick search to enter single criteria at a time for faster response
 
Search for text in the Building Sheet:
Find Buildings by Mellaart Level:<%Call ExcaLevelList()%> 
 
Find a Space by its Number:
Search for text in the Space Sheet:
Find Spaces by Mellaart Level:<%Call ExcaLevelList()%> 
Find Spaces within Building:<%Call ExcaSpaceBuildingList()%> 
 
Find a Feature by its Number:
Find a Features by Type:<%Call ExcaFeatureTypeList()%> 
Search for text in the Feature Sheet:
Find Features within Building:<%Call ExcaFeatureBuildingList()%> 
Find Features within Space:<%Call ExcaFeatureSpaceList()%> 
Find Features by Mellaart Level:<%Call ExcaLevelList()%> 
 
<%if callsubject = "Skeleton" then %> <%else%> <%end if%>
Find a <%=what%> by Number:
Find <%=what%> by Year Excavated:<%Call ExcaYearList()%> 
Find <%=what%> within Building:<%Call ExcaBuildingList()%> 
Find <%=what%> within Space:<%Call ExcaSpaceList()%> 
Find <%=what%> within Feature:<%Call ExcaFeatureList()%> 
Find <%=what%> by Feature Type:<%Call ExcaFeatureTypeList()%> 
Find <%=what%> by Category: 
Find <%=what%> By Occupation Phase:<%Call ExcaPhaseList()%> 
Find <%=what%> by Mellaart Level:<%Call ExcaLevelList()%> 
Search for text in the <%=what%> Sheet:
Priority Unit:Yes:   No: No preference: 
Fast Track Unit:Yes:   No: No preference: 
Not Excavated:Yes:   No: No preference: 
 
If you wish to add criteria related to Specialist data please select the subject areas from the list below, please note there are some restrictions on the data available:
 
Select All Options: 
ArchaeoBotany: 
Ceramics: 
Chipped Stone: 
Clay Objects: 
Conservation: 
Faunal: 
Figurine Present: 
Groundstone: 
Heavy Residue: 
Microfaunal: 
Phytoliths: 
 
Please note that this list does not represent all of the types of material from Units or work undertaken on them, but is the data we can present to you on-line at present. The datasets available here will increase over time.
 
<%end if ' %>
  <% call footer() %>