[Doc_Dynamic]
[global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
VME: V1290 Control @ [global env; set env(ComputerName)]
V1290 Control @ [set MyInfo]
client address is [set ClientIPAddress]
Module Setup
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]
[namespace eval V1290 {
set html ""
if {$INFO != ""} {
append html ""
}
if {$JS != ""} {
append JS "\");"
append html ""
}
set html
}]
[mypage::contents [list Home ../index.tml]]
[mypage::footer]