[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] CAEN: Options for Project $::DataAcquisition::PROJECT; Node [set ::[set ::DataAcquisition::PROJECT]::DBNodeBase]

CAEN: Options for Project $::DataAcquisition::PROJECT; Node [set ::[set ::DataAcquisition::PROJECT]::DBNodeBase] client address is [set ClientIPAddress]


[namespace eval OPTION { set html "" set i 0 foreach item [lsort [array names ::Filtered]] { if {[expr ($i/2)*2] != $i} {incr i; continue} append html "" append html "" append html "" append html "" append html "" incr i } set html }]
X Option Value/Setting
" append html "" append html "$item" append html "" append html "
[namespace eval OPTION { set html "" set i 0 foreach item [lsort [array names ::Filtered]] { if {[expr ($i/2)*2] == $i} {incr i; continue} append html "" append html "" append html "" append html "" append html "" incr i } set html }]
X Option Value/Setting
" append html "" append html "$item" append html "" append html "

Option Filter: Create New Option:

System functions (Expert users only for test/debugging purposes!!!)  

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

" append html "" append html "

" set html } }]

[namespace eval OPTION { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval OPTION { 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 OPTION { if {$JS != ""} { append JS "\");" set html "" } }]