[Doc_Dynamic]
[global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
MERGE: Control @ [global env; set env(ComputerName)]
$m"}
set z [catch {source [file join $env(MIDASBASE) TclHttpd tcl Common netvar.tcl]} m]
if {$z != 0} {puts "loading netvar.tcl > $m"}
set z [catch {source [file join $env(MIDASBASE) TclHttpd tcl Common options.tcl]} m]
if {$z != 0} {puts "loading options.tcl > $m"}
set z [catch {source [file join $env(MIDASBASE) TclHttpd tcl Common db.tcl]} m]
if {$z != 0} {puts "loading db.tcl > $m"}
set z [catch {source [file join $env(MIDASBASE) TclHttpd tcl Common sigtask.tcl]} m]
if {$z != 0} {puts "loading sigtask.tcl > $m"}
set z [catch {source [file join $env(MIDASBASE) TclHttpd tcl Common dataacq.tcl]} m]
if {$z != 0} {puts "loading dataacq.tcl > $m"}
cd [file join $env(MIDASBASE) TclHttpd Html MERGE MRGE]
set z [catch {source sys.tcl} m]
if {$z != 0} {puts "loaded sys.tcl > $z $m"}
set z [catch {source Merge.tcl} m]
if {$z != 0} {puts "loaded Merge.tcl > $z $m"}
}]
>
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]
[namespace eval MERGE {
if {$JS != ""} {
append JS "\");"
set html ""
}
}]