<html>
{
-# $Id: search.egw,v 1.20 1995/12/22 14:21:15 adam Exp $
+# $Id: search.egw,v 1.21 1996/01/02 10:52:28 adam Exp $
proc perform-scan {} {
global sessionId
set hist($setNo,scanAttr) [lindex $termPlusAttr 1]
set hist($setNo,$scanNo,scanTerm) [lindex $termPlusAttr 0]
- set hist($setNo,form,menu1) [wform menu1]
- set hist($setNo,form,menu2) [wform menu2]
- set hist($setNo,form,menu3) [wform menu3]
-
- set hist($setNo,form,entry1) [wform entry1]
- set hist($setNo,form,entry2) [wform entry2]
- set hist($setNo,form,entry3) [wform entry3]
-
- set hist($setNo,form,logic1) [wform logic1]
- set hist($setNo,form,logic2) [wform logic2]
-
- set host $hist($setNo,host)
- set databases [lindex $targets($host) 1]
-
- set b [wform base]
- if {[wform baseall] != ""} {
- set hist($setNo,database) $databases
- } elseif {$b == ""} {
- set hist($setNo,database) $databases
- } else {
- set hist($setNo,database) $b
- }
- set hist($setNo,maxPresent) [wform hits]
- if {$hist($setNo,maxPresent) == ""} {
- set hist($setNo,maxPresent) 30
- }
set host $hist($setNo,host)
- set databases [lindex $targets($host) 1]
html "<head><title> WWW/Z39.50 Gateway Scan " $host " </title>\n"
html "</head><body>\n"
html "<p>\n"
if {$useIcons} {
- html {<img src="/gif/button-egw.gif">}
+ html {<img src="/gif/button-egw.gif" alt="Europagate" border=0>}
}
if {$setMax < [z39.$setNo resultCount]} {
html {<a href="http:} $env(SCRIPT_NAME)
html / $sessionId {/search.egw/} $setNo + [expr $setMax + 1]
html + [expr $setMax + $hist($setNo,maxPresent)]
if {$useIcons} {
- html {"><img src="/gif/button-next-records.gif" border=0></a>}
+ html {"><img src="/gif/button-next-records.gif" alt="Next Records"}
+ html { border=0></a>}
} else {
- html {">Next records</a>} " | \n"
+ html {">Next Records</a>} " | \n"
}
}
if {$startPos != "" && $startPos != "1"} {
html + [expr $startPos - $hist($setNo,maxPresent)]
html + [expr $startPos - 1]
if {$useIcons} {
- html {"><img src="/gif/button-previous-records.gif" border=0></a>}
+ html {"><img src="/gif/button-previous-records.gif" }
+ html {alt="Previous Records" border=0></a>}
} else {
- html {">Previous records</a>} " | \n"
+ html {">Previous Records</a>} " | \n"
}
}
html {<a href="http:} $env(SCRIPT_NAME)
html / $sessionId {/query.egw/} $hist($setNo,host) + $setNo
if {$useIcons} {
- html {"><img src="/gif/button-new-query.gif" border=0></a>}
+ html {"><img src="/gif/button-new-query.gif" }
+ html {alt="New Query" border=0></a>}
} else {
- html {">New query</a>} " | \n"
+ html {">New Query</a>} " | \n"
}
html {<a href="http:} $env(SCRIPT_NAME)
html / $sessionId {/targets.egw}
if {$useIcons} {
- html {"><img src="/gif/button-new-target.gif" border=0></a>}
+ html {"><img src="/gif/button-new-target.gif" }
+ html {alt="New Target" border=0></a>}
} else {
- html {">New target</a>}
+ html {">New Target</a>}
}
html "<p>\n"
if {!$useIcons && !$after && $startPos != "" && $startPos != "1"} {
} else {
catch {unset hist($setNo,hits)}
}
- if {[wform submit] == "Scan"} {
- perform-scan
- wabort
- }
- set query [build-query $hist($setNo,host) 3]
- if {"x$query" == "x"} {
- html "<head><title> WWW/Z39.50 Gateway Search</title>\n<body>\n"
- displayError "Empty query" \
- "You must specify at least one search word"
- html "</body></html>\n"
- wabort
- }
- set hist($setNo,query) $query
-
set hist($setNo,form,menu1) [wform menu1]
set hist($setNo,form,menu2) [wform menu2]
set hist($setNo,form,menu3) [wform menu3]
set hist($setNo,form,logic1) [wform logic1]
set hist($setNo,form,logic2) [wform logic2]
-
+
set host $hist($setNo,host)
set databases [lindex $targets($host) 1]
if {$hist($setNo,maxPresent) == ""} {
set hist($setNo,maxPresent) 30
}
+
+ if {[wform submit] == "Scan"} {
+ perform-scan
+ wabort
+ }
+ set query [build-query $hist($setNo,host) 3]
+ if {"x$query" == "x"} {
+ html "<head><title> WWW/Z39.50 Gateway Search</title>\n<body>\n"
+ displayError "Empty query" \
+ "You must specify at least one search word"
+ html "</body></html>\n"
+ wabort
+ }
+ set hist($setNo,query) $query
}
set host $hist($setNo,host)
- set databases [lindex $targets($host) 1]
html "<head><title> WWW/Z39.50 Gateway Search " $host " </title>\n"
html "</head><body>\n"
<html>
{
-# $Id: showfull.egw,v 1.13 1995/12/21 15:49:52 adam Exp $
+# $Id: showfull.egw,v 1.14 1996/01/02 10:52:29 adam Exp $
proc buttons {setNo tno no format count host after} {
global sessionId
html "</center><p>\n"
}
if {$useIcons} {
- html {<img src="/gif/button-egw.gif">}
+ html {<img src="/gif/button-egw.gif" alt="Europagate" border=0>}
}
if {$no < $count} {
html {<a href="http:} $env(SCRIPT_NAME)
html / $sessionId {/showfull.egw/} $setNo + $tno +
html [expr $no + 1] + $format
if {$useIcons} {
- html {"><img src="/gif/button-next-record.gif" border=0></a>}
+ html {"><img src="/gif/button-next-record.gif" }
+ html {alt="Next Record" border=0></a>}
} else {
- html {">Next record</a>} " | \n"
+ html {">Next Record</a>} " | \n"
}
}
if {$no > 1} {
html / $sessionId {/showfull.egw/} $setNo + $tno +
html [expr $no - 1] + $format
if {$useIcons} {
- html {"><img src="/gif/button-previous-record.gif" border=0></a>}
+ html {"><img src="/gif/button-previous-record.gif" }
+ html {alt="Previous Record" border=0></a>}
} else {
- html {">Previous record</a>} " | \n"
+ html {">Previous Record</a>} " | \n"
}
}
if {$format == "full"} {
html raw
if {$useIcons} {
- html {"><img src="/gif/button-raw-marc.gif" border=0></a>}
+ html {"><img src="/gif/button-raw-marc.gif" }
+ html {alt="Raw Format" border=0></a>}
} else {
- html {">Raw format</a>} " | \n"
+ html {">Raw Format</a>} " | \n"
}
} else {
html full
if {$useIcons} {
- html {"><img src="/gif/button-full-format.gif" border=0></a>}
+ html {"><img src="/gif/button-full-format.gif" }
+ html {alt="Full Format" border=0></a>}
} else {
- html {">Full format</a>} " | \n"
+ html {">Full Format</a>} " | \n"
}
}
html $setNo + 1
html + $hist($setNo,maxPresent)
if {$useIcons} {
- html {"><img src="/gif/button-result-set.gif" border=0></a>}
+ html {"><img src="/gif/button-result-set.gif" }
+ html {alt="Result Set" border=0></a>}
} else {
- html {">Result set</a>} " | \n"
+ html {">Result Set</a>} " | \n"
}
html {<a href="http:} $env(SCRIPT_NAME) / $sessionId
if {$tno > 0} {
}
html $host + $setNo
if {$useIcons} {
- html {"><img src="/gif/button-new-query.gif" border=0></a>}
+ html {"><img src="/gif/button-new-query.gif" }
+ html {alt="New Query" border=0></a>}
} else {
- html {">New query</a>} " | \n"
+ html {">New Query</a>} " | \n"
}
html {<a href="http:} $env(SCRIPT_NAME) / $sessionId
if {$tno > 0} {
html {/targets.egw}
}
if {$useIcons} {
- html {"><img src="/gif/button-new-target.gif" border=0></a>}
+ html {"><img src="/gif/button-new-target.gif" }
+ html {alt="New Target" border=0></a>}
} else {
- html {">New target</a>}
+ html {">New Target</a>}
}
html "<p>\n"
if {!$useIcons && !$after && $no > 1} {