%
'Show back buttons
backToSearch = 0 'Shows the backToSearch-Button
backToResult = 0
%>
<%
'strAll is used for some dropdowns
strAll = "----- ALL ----"
'number of areas to be queried
maxAreas = 4
adv = Request("advanced")
if (adv <>"" AND NOT adv = "Simple" AND NOT adv = "0") then
boolAdvanced = "1"
else
boolAdvanced = "0"
end if
'DEBUG: Response.write("
Author:2,4
Status:
Year:
5)
Area:3
Status:
<%
for i = 1 to maxAreas
bool = Session("bool"&i)
area = Session("area"&i)
if i = 1 and Request("area1") <> "" then
area = Request("area1")
end if
mclStatus = Session("mclStatus"&i)
%>
<% end if %>
<% next 'i 'area %>
Arranged by:
1)
Don't use author names. For author names use author fields.
2)
Use asterisk (*) as wildcard.
3)
For synonyms (S) and misapplied names (M) the queried information
applies to the accepted MCL-taxon to which the S or M pertains.
4)
Author search is on standard abbreviations only, not on full author names.
Note that instead of "L. f.", "Rech. f." etc., the abbreviations "L. fil.", "Rech. fil." are used.
5)
Usage of "AND"-Operator:
Al OR Ag AND An => Al OR (Ag AND An)
Usage of "AND NOT"-Operator:
Al OR Ag AND NOT An => Al OR (Ag AND (NOT An))
Usage of "ALL-ABOVE-AND-NOT"-Operator:
Al OR Ag ALL-ABOVE-AND-NOT An => (Al OR Ag) AND NOT An
<%
'Java Script for filling the genus-field depending on the family-field
Response.Flush
lastFam = ""
Response.Write("")
%>
<% end if %>