X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;h=366e50217da016e79154c9ff42b04c30b4ef9aac;hb=6c6f3deb01675917b3c73cca50dd20d738593a47;hp=0111e42a7151d2af8d7791a40697e87443da6e9d;hpb=94e0e8ff10cdb5142f983cd76156310461f9eb89;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index 0111e42..366e502 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,6 +1,6 @@ { -# $Id: targets.egw,v 1.5 1995/11/06 17:44:21 adam Exp $ +# $Id: targets.egw,v 1.7 1995/11/08 16:14:34 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf if {[info commands saveState] == ""} { source z39util.tcl @@ -27,9 +27,12 @@ Consejo Superior de Investigaciones Científicas
{ foreach t [array names targets] { - html {
} $t "\n" - html "
" [lindex $targets($t) 0] \n + html {
} [lindex $targets($t) 0] " \n" + set desc [lindex $targets($t) 4] + if {$desc != ""} { + html "
$desc\n" + } } }