[Doc_Dynamic]
[global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
Statistics @ [global env; set env(ComputerName)]
Data Acquisition Statistics @ [set MyInfo]
client address is [set ClientIPAddress]
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]
[namespace eval DataAcquisitionStats {
set html ""
if {$AutoUpdate == 1 && $::DataAcquisitionControl::AcqCode == 1} {
append html ""
} else {
append html ""
}
set html
}]
[namespace eval DataAcquisitionStats {
if {$JS != ""} {
append JS "\");"
set html ""
}
}]
[mypage::contents [list Home ../index.tml ]]
[mypage::footer]