Major revision. Single-target result set can be reached from the
[egate.git] / www / showfull.egw
index aed8080..8b33a18 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.13 1995/12/21 15:49:52 adam Exp $
+# $Id: showfull.egw,v 1.23 1996/03/13 14:07:31 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -9,110 +9,69 @@ proc buttons {setNo tno no format count host after} {
     global hist
 
     html "<p>\n"
-    if {!$useIcons && $after && $no < $count} {
-        html "<center>\n"
-        html {<a href="http:} $env(SCRIPT_NAME)
-        html / $sessionId {/showfull.egw/} $setNo + $tno + 
-        html [expr $no + 1] + $format
-        html {"><img src="/gif/darrw.gif"></a>}
-        html "</center><p>\n"
-    }
-    if {$useIcons} {
-        html {<img src="/gif/button-egw.gif">}
-    }
+    button-main
     if {$no < $count} {
+        if {!$useIcons} {
+            html "\n | "
+        }
         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="/egwgif/button-next-record.gif" }
+           html {alt="Next Record" border=0></a>}
         } else {
-            html {">Next record</a>} " | \n"
+            html {">Next</a>}
         }
     }
     if {$no > 1} {
+        if {!$useIcons} {
+            html "\n | "
+        }
         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-previous-record.gif" border=0></a>}
+            html {"><img src="/egwgif/button-previous-record.gif" }
+           html {alt="Previous Record" border=0></a>}
         } else {
-            html {">Previous record</a>} " | \n"
+            html {">Previous</a>}
         }
     }
 
+    if {!$useIcons} {
+        html "\n | "
+    }
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/showfull.egw/} $setNo + $tno + $no +
     if {$format == "full"} {
         html raw 
         if {$useIcons} {        
-            html {"><img src="/gif/button-raw-marc.gif" border=0></a>}
+            html {"><img src="/egwgif/button-raw-marc.gif" }
+           html {alt="Raw Format" border=0></a>}
         } else {
-            html {">Raw format</a>} " | \n"
+            html {">Raw Format</a>}
         }
     } else {
         html full
         if {$useIcons} {
-            html {"><img src="/gif/button-full-format.gif" border=0></a>}
+            html {"><img src="/egwgif/button-full-format.gif" }
+           html {alt="Full Format" border=0></a>}
         } else {
-            html {">Full format</a>} " | \n"
+            html {">Full Format</a>}
         }
     }
 
-    html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
-    if {$tno > 0} {
-        html {/msearch.egw/} 
-    } else {
-        html {/search.egw/}
-    }
-    html $setNo + 1
-    html + $hist($setNo,maxPresent)
-    if {$useIcons} {
-        html {"><img src="/gif/button-result-set.gif" border=0></a>}
-    } else {
-        html {">Result set</a>} " | \n"
-    }
-    html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
-    if {$tno > 0} {
-        html {/mquery.egw/} 
-    } else {
-        html {/query.egw/} 
-    }
-    html $host + $setNo 
-    if {$useIcons} {
-        html {"><img src="/gif/button-new-query.gif" border=0></a>}
-    } else {
-        html {">New query</a>} " | \n"
-    }
-    html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
-    if {$tno > 0} {
-        html {/mtargets.egw} 
-    } else {
-        html {/targets.egw} 
-    }
-    if {$useIcons} {
-        html {"><img src="/gif/button-new-target.gif" border=0></a>}
-    } else {
-        html {">New target</a>}
-    }
+    button-result-set $setNo $tno
+    button-new-query $setNo
+    button-new-target
     html "<p>\n"
-    if {!$useIcons && !$after && $no > 1} {
-        html "<p><center>\n"
-        html {<a href="http:} $env(SCRIPT_NAME)
-        html / $sessionId {/showfull.egw/} $setNo + $tno +
-        html [expr $no - 1] + $format
-        html {"><img src="/gif/uarrw.gif"></a>}
-        html "</center><p>\n"
-    }
 }
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
     }
 
-    html "<head><title> WWW/Z39.50 Gateway Record " $host " </title>\n"
-    html "</head><body>\n"
-
     global setNo
     global hist
 
@@ -123,25 +82,27 @@ proc buttons {setNo tno no format count host after} {
 
     set setNo $sno
 
-    if {$tno > 0} {
-        set zz z39$tno
-        set host $hist($setNo,$tno,host)
-    } else {
-        set zz z39
-        set host $hist($setNo,host)
-    }
+    set zz z39$tno
+    set host $hist($setNo,$tno,host)
     
+    html "<head><title> WWW/Z39.50 Gateway Record " [lindex $targets($host) 0]
+    html " </title>\n"
+    html "</head><body>\n"
+
     if {[z39search $setNo 0 $tno F] != "1"} {
         return
     }
 
     set count [$zz.$setNo resultCount]
 
+    set useIcons 1
     buttons $setNo $tno $no $format $count $host 0
 
-    html "<h3>Record \#$no out of $count </h3><br>\n"
+    html "<h3>Record \#$no out of $count in " [lindex $targets($host) 0]
+    html "</h3><br>\n"
 
     eval {z39present $setNo $tno $no $no display-$format F}
+    set useIcons 0
     buttons $setNo $tno $no $format $count $host 1
 }
 </body>