X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fhistory.egw;h=f9360d3b56005fcf5daa93542f825a32a2cc4aff;hb=8bafbc608e1ffba9ee87f4856e586dffa57901b8;hp=a099c3b14121f45b047105bda2093c717e57f0bb;hpb=fff045d159e76bb8bb856fd7d2e6d34c1498d5a5;p=egate.git diff --git a/www/history.egw b/www/history.egw index a099c3b..f9360d3 100644 --- a/www/history.egw +++ b/www/history.egw @@ -1,32 +1,27 @@ - - WWW/Z39.50 Gateway History - - { -# $Id: history.egw,v 1.3 1996/01/12 10:03:16 adam Exp $ +# $Id: history.egw,v 1.8 1996/03/14 11:50:44 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl + if {![info exists debug]} { + session-lost + egw_abort + } } + html { WWW/Z39.50 Gateway History} + + set useIcons 1 + button-main + button-new-target + z39history - if {$useIcons} { - html {Europagate} - } else { - html {Europagate | } - } - html {} - } else { - html {">New Target} "\n" - } -} -{ + set useIcons 0 + button-main + button-new-target + catch maintenance if {!$debug} return html "
\n" @@ -36,7 +31,7 @@ foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { html $e {: } $env($e) {
} \n } - html "form: " [wform] "
\n" + html "form: " [egw_form] "
\n" }