ATLAS Offline Software
Loading...
Searching...
No Matches
JobDetails Namespace Reference

Classes

class  JobDetails

Variables

str __author__ = 'Juerg Beringer'
str __version__ = 'JobDetails.py atlas/athena'
str error
str tableRow = '<tr><td class="header">%s</td><td>%s</td></tr>\n'
str tableRowStatus = '<tr><td class="header">%s</td><td class="%s">%s</td></tr>\n'
str tableSorter
str tableHeader
 p = JobDetails()

Detailed Description

ATLAS beam spot web page for displaying details of beam spot jobs.

Variable Documentation

◆ __author__

str JobDetails.__author__ = 'Juerg Beringer'
private

Definition at line 8 of file JobDetails.py.

◆ __version__

str JobDetails.__version__ = 'JobDetails.py atlas/athena'
private

Definition at line 9 of file JobDetails.py.

◆ error

str JobDetails.error
Initial value:
= """\
<div class="errormsg">
%s
</div>
"""

Definition at line 17 of file JobDetails.py.

◆ p

JobDetails.p = JobDetails()

Definition at line 113 of file JobDetails.py.

◆ tableHeader

str JobDetails.tableHeader
Initial value:
= """<table cellspacing="0" class="tablesorter">
<thead>
<tr>
<th>Job</th>
<th>Status</th>
<th>Exit code</th>
<th>Files</th>
</tr>
</thead>
<tbody>
"""

Definition at line 39 of file JobDetails.py.

◆ tableRow

str JobDetails.tableRow = '<tr><td class="header">%s</td><td>%s</td></tr>\n'

Definition at line 23 of file JobDetails.py.

◆ tableRowStatus

str JobDetails.tableRowStatus = '<tr><td class="header">%s</td><td class="%s">%s</td></tr>\n'

Definition at line 24 of file JobDetails.py.

◆ tableSorter

str JobDetails.tableSorter
Initial value:
= """\
<script type="text/javascript" src="../js/jquery-latest.js"></script>
<script type="text/javascript" src="../js/jquery.tablesorter.js"></script>
<script type="text/javascript" id="js">
$(document).ready(function() {
$("table").tablesorter({
headers: { 0: { sorter: "shortDate" } },
sortList: [[0,1]]
});
});
</script>
"""

Definition at line 26 of file JobDetails.py.