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:
1= """\
2<div class="errormsg">
3%s
4</div>
5"""

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:
1= """<table cellspacing="0" class="tablesorter">
2<thead>
3<tr>
4<th>Job</th>
5<th>Status</th>
6<th>Exit code</th>
7<th>Files</th>
8</tr>
9</thead>
10<tbody>
11"""

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:
1= """\
2<script type="text/javascript" src="../js/jquery-latest.js"></script>
3<script type="text/javascript" src="../js/jquery.tablesorter.js"></script>
4<script type="text/javascript" id="js">
5$(document).ready(function() {
6 $("table").tablesorter({
7 headers: { 0: { sorter: "shortDate" } },
8 sortList: [[0,1]]
9 });
10});
11</script>
12"""

Definition at line 26 of file JobDetails.py.