Skip to main content
summaryrefslogtreecommitdiffstats
blob: dd7194fffabdb3c3f0b24dde76f80db35eedb061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?include path="4000000000000000 pageDeclaration.html"?>
   <head>
      <title><?title?></title>
	<style>
		<?include path="4000000000000019 dispoStyles.css"?>
	</style>
   </head>
   <body>
      <div id="all">
         <div id="choices">
            <ul style= "list-style-type: none;">
               <li>
                  <a href="">Admin</a>
                  <a href="/user/">User</a>
               </li>
            </ul>
         </div>
         <div id="userSection">
            <center>
               <h2>Disposition</h2>
            </center>
            <p align="right"><?notes?></p>
            <div id ="dispoSection" style="width:1000px;overflow:auto;">
               <table id="dispoTable" width="1000" border="5">
                  <tr>
                     <th width="300" style="background-color: #969AA0">Script Name</th>
                     <th width="120" style="background-color: #969AA0">Status</th>
                     <th width="100" style="background-color: #969AA0">Total Points</th>
                     <th width="100" style="background-color: #969AA0">Failures</th>
                     <th width="600" style="background-color: #969AA0">Points</th>
                     <th width="200" style="background-color: #969AA0">POC</th>
                     <th width="150" style="background-color: #969AA0">Version</th>
                  </tr>
                  <?tableData?>
               </table>
            </div>
         </div>
      </div>
     	<script type="text/javascript">
     			<?javaScript?>
		<?include path="4000000000000002 OseeCore.js"?>
	</script>
   </body>
</html>

Back to the top