summaryrefslogtreecommitdiffstats
path: root/base/tps-tomcat/shared/webapps/tps/ui/selftests.html
blob: 2b428e2d202f500b1a69ac6e581166c599a1db0b (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!-- --- BEGIN COPYRIGHT BLOCK ---
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; version 2 of the License.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.

     You should have received a copy of the GNU General Public License along
     with this program; if not, write to the Free Software Foundation, Inc.,
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

     Copyright (C) 2013 Red Hat, Inc.
     All rights reserved.
     --- END COPYRIGHT BLOCK --- -->
<div class="pki-header">
<ol class="breadcrumb">
    <li><a href="#">Home</a></li>
    <li class="active"><strong>Self Tests</strong></li>
</ol>

<span class="pki-title">Self Tests</span>
</div>

<table name="selftests">
<thead>
    <tr>
         <th class="pki-table-actions" colspan="6">
             <span name="search">
                 <input name="search" type="text" placeholder="Search...">
             </span>
             <span class="pki-table-buttons">
             </span>
         </th>
    </tr>
    <tr>
        <th class="pki-select-column"><input id="selftest_selectall" type="checkbox"><label for="selftest_selectall">&nbsp;</label></th>
        <th>Self Test ID</th>
        <th>Enabled at Statup</th>
        <th>Critical at Startup</th>
        <th>Enabled on Demand</th>
        <th>Critical on Demand</th>
    </tr>
</thead>
<tbody>
    <tr>
        <td class="pki-select-column"><input id="selftest_select" type="checkbox"><label for="selftest_select">&nbsp;</label></td>
        <td name="id"><a href="#selftests/${id}">${id}</a></td>
        <td name="enabledAtStartup">${enabledAtStartup}</td>
        <td name="criticalAtStartup">${criticalAtStartup}</td>
        <td name="enabledOnDemand">${enabledOnDemand}</td>
        <td name="criticalOnDemand">${criticalOnDemand}</td>
    </tr>
</tbody>
<tfoot>
    <tr>
         <th class="pki-table-actions" colspan="6">
             <div class="pki-table-info">
                 Total: <span name="totalEntries">0</span> entries
             </div>
             <div class="pki-page-controls">
                 <ul class="pagination">
                     <li><a href="#" name="first"><span class="i fa fa-angle-double-left"></span></a></li>
                     <li><a href="#" name="prev"><span class="i fa fa-angle-left"></span></a></li>
                 </ul>
                 <span class="pki-page-jump">
                     <input name="page" type="text" value="1"> of <span name="totalPages">1</span>
                 </span>
                 <ul class="pagination">
                     <li><a href="#" name="next"><span class="i fa fa-angle-right"></span></a></li>
                     <li><a href="#" name="last"><span class="i fa fa-angle-double-right"></span></a></li>
                 </ul>
             </div>
         </th>
    </tr>
</tfoot>
</table>