X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fnwiutil.tcl;fp=www%2Fnwiutil.tcl;h=a3aa8baac33a70f7d43fb3e05fcab9b1efaf458f;hb=a4571caef991e968e3c20b515490b7923306a1cf;hp=0000000000000000000000000000000000000000;hpb=22c18161ea1085930fd3cf7005208e8d9b2cd433;p=egate.git diff --git a/www/nwiutil.tcl b/www/nwiutil.tcl new file mode 100644 index 0000000..a3aa8ba --- /dev/null +++ b/www/nwiutil.tcl @@ -0,0 +1,20 @@ +# +# $Id: nwiutil.tcl,v 1.1 1996/03/12 16:30:27 adam Exp $ +# + +proc button-main {} { + global useIcons + html {} + if {$useIcons} { + html {NWI} + } else { + html {NWI} + } +} + +proc maintenance {} { + html {
This page is maintained by } + html { Adam Dickmeiss .} + html {Last modified March 12, 1996.
} +} +