Forked from
IGWN Computing and Software / GraceDB / GraceDB Server
2202 commits behind the upstream repository.
-
Branson Craig Stephens authored
and was originally motivated by problems with the presentation of the EMBB. At a basic level, the page obtains information about the Event log messages and EMBB logs via AJAX calls to the server. This information is fed into dgrid tables. Extensive use is made of the 'put-selector' to create DOM elements. This approach eliminates the need for JavaScript code and django template loops that build HTML. As not all of the features are correct in Linux browsers (Konqueror, Iceweasel) more work needs to be done.
Branson Craig Stephens authoredand was originally motivated by problems with the presentation of the EMBB. At a basic level, the page obtains information about the Event log messages and EMBB logs via AJAX calls to the server. This information is fed into dgrid tables. Extensive use is made of the 'put-selector' to create DOM elements. This approach eliminates the need for JavaScript code and django template loops that build HTML. As not all of the features are correct in Linux browsers (Konqueror, Iceweasel) more work needs to be done.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
labeltips.css 489 B
#tt {
position:absolute;
display:block;
/* background:url(images/tt_left.gif) top left no-repeat; */
}
#tttop {
display:block;
height:5px;
margin-left:5px;
/* background:url(images/tt_top.gif) top right no-repeat; */
overflow:hidden;
}
#ttcont {
display:block;
padding:2px 12px 3px 7px;
margin-left:5px;
background:#666;
color:#fff;
}
#ttbot {
display:block;
height:5px;
margin-left:5px;
/* background:url(images/tt_bottom.gif) top right no-repeat; */
overflow:hidden;
}