X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fhistory.egw;h=f3d0bdfdf610291cb3bdcec7c3b5b7739e42f65b;hb=fa0ddb755d3a836e4e13cc05a6ba3eb6b0010958;hp=64f13c7fde04567fc4fbcf5ffdf68bbf08dfdd95;hpb=ba37ce207c47ac1fa27bb46df7dc54f72740bb96;p=egate.git diff --git a/www/history.egw b/www/history.egw index 64f13c7..f3d0bdf 100644 --- a/www/history.egw +++ b/www/history.egw @@ -4,7 +4,7 @@ { -# $Id: history.egw,v 1.1 1996/01/03 15:19:36 adam Exp $ +# $Id: history.egw,v 1.4 1996/01/24 08:27:25 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -13,14 +13,14 @@ z39history if {$useIcons} { - html {Europagate} + html {Europagate} } else { html {Europagate | } } html {} } else { html {">New Target} "\n" @@ -36,14 +36,7 @@ foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { html $e {: } $env($e) {
} \n } - html "form: " [wform] "
\n" - html "target: " $host "
\n" - html "databases: " $databases "
\n" - html "setNo: " $setNo "
\n" - html "nextSetNo: " $nextSetNo "
\n" - html "initSet: " $initSet "
\n" - html "scanLine: " $scanLine "
\n" - html "scanTerm: " $scanTerm "
\n" + html "form: " [egw_form] "
\n" }