X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fhistory.egw;fp=www%2Fhistory.egw;h=64f13c7fde04567fc4fbcf5ffdf68bbf08dfdd95;hb=ba37ce207c47ac1fa27bb46df7dc54f72740bb96;hp=0000000000000000000000000000000000000000;hpb=6ceeaa167e3ef2970b6ef0ce2b6c7d9c362eda0a;p=egate.git diff --git a/www/history.egw b/www/history.egw new file mode 100644 index 0000000..64f13c7 --- /dev/null +++ b/www/history.egw @@ -0,0 +1,50 @@ + + + WWW/Z39.50 Gateway History + + +{ +# $Id: history.egw,v 1.1 1996/01/03 15:19:36 adam Exp $ + + if {[info commands saveState] == ""} { + source z39util.tcl + } + + z39history + + if {$useIcons} { + html {Europagate} + } else { + html {Europagate | } + } + html {} + } else { + html {">New Target} "\n" + } +} +{ + catch maintenance + if {!$debug} return + html "
\n" + html "

Debug information

\n" + html "sessionId: $sessionId
\n" + html "sessionParms: $sessionParms
\n" + 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" +} + + +