summaryrefslogtreecommitdiffstats
path: root/install/static/layouts/default/hbac-details-accesstime.html
blob: 4122c76a6a8fd5f3ad216b604502dccc6c3f4e2d (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
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>When</title>

    <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
    <link rel="stylesheet" type="text/css" href="ipa.css" />
</head>
<body>
<div id="contents">
    Rule applies when access is being requested at:
    <input type="radio" name="accesstime" value="all"/>Any Time
    <input type="radio" name="accesstime" value=""/>Specified Times
    <br/>

    <div id="hbac-accesstime">
    <table class="search-table">
    <thead>
        <tr>
            <th style="width: 25px;">
                <input type="checkbox" name="select"/>
            </th>
            <th>
                <span style="float: left;">Access Time</span>
                <span name="buttons" style="float: right;">
                    <input type="button" name="remove" value="Remove Access Times"/>
                    <input type="button" name="add" value="Add Access Times"/>
                </span>
            </th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <input type="checkbox" name="select" value="time"/>
            </td>
            <td>
                <span name="accesstime">time</span>
            </td>
        </tr>
    </tbody>
    </table>
    </div>
</div>
</body>
</html>