From: hadeshyp Date: Thu, 6 Dec 2012 16:14:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=926e2047bc2395c2a820fb7a3324333dbbfe1310;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/commands/nettrace.pl b/cts/htdocs/commands/nettrace.pl index 24472d7..fa15ca4 100755 --- a/cts/htdocs/commands/nettrace.pl +++ b/cts/htdocs/commands/nettrace.pl @@ -46,11 +46,12 @@ sub printlist { my @o; foreach my $b (@store) { if ($b->{parent} == $parent) { - push(@o,sprintf("%04x#%d#%d#%04x#%d#%s&",$b->{parent},$b->{port},$layer,$b->{addr},$b->{type},time2str('%Y-%m-%d %H:%M',$b->{ctime}))); $o[-1] .= printlist($b->{addr},$layer+1); + push(@o,sprintf("%04x#%d#%d#%04x#%d#%s&",$b->{parent},$b->{port},$layer,$b->{addr},$b->{type},time2str('%Y-%m-%d %H:%M',$b->{ctime}))); + $o[-1] .= printlist($b->{addr},$layer+1); } } return join("",sort @o); } -sprintf("%4s\t%s\t%8s",$a, time2str('%Y-%m-%d %H:%M',hex($t)),$t); +#sprintf("%4s\t%s\t%8s",$a, time2str('%Y-%m-%d %H:%M',hex($t)),$t); # parent port layer board type compiletime diff --git a/cts/htdocs/layout/styles.css b/cts/htdocs/layout/styles.css index 0114a10..d566560 100644 --- a/cts/htdocs/layout/styles.css +++ b/cts/htdocs/layout/styles.css @@ -217,7 +217,7 @@ table#content.map td + td + td + td + td{width:120px;} #content .level8 > td:first-child { border-left:150px solid #333; } #content .level9 > td:first-child { border-left:170px solid #333; } #content .newlevel td {border-top:1px solid #aaa;} -/* #content .oldlevel td {border-top-style:hidden;} */ + diff --git a/cts/htdocs/tdc/tdc.htm b/cts/htdocs/tdc/tdc.htm index 781e102..55ee063 100644 --- a/cts/htdocs/tdc/tdc.htm +++ b/cts/htdocs/tdc/tdc.htm @@ -13,6 +13,7 @@
Configuration
Board +
Filter
# of Channels
Update Interval (ms)
Split Table @@ -29,6 +30,7 @@