[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] VME: V560 Control @ [global env; set env(ComputerName)]

V560 Control @ [set MyInfo] client address is [set ClientIPAddress]


Module   Act on ALL Modules?

Counter Values

[namespace eval V560 { set html "" append html "

" append html "" append html "" for {set i 0} {$i < 16} {} { append html "" } append html "" append html "
" append html "" for {set j 0} {$j < 4} {incr j} { append html "" incr i } append html "
" append html "
" append html "

" set html }]

[namespace eval V560 { if {$ShowLogFlag == 1} then { set html "" append html "

" append html "" append html "

" set html } }]

[namespace eval V560 { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval V560 { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]

Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]


[namespace eval V560 { if {$JS != ""} { append JS "\");" set html "" } }] [mypage::contents [list Home ../index.tml]] [mypage::footer]