summaryrefslogtreecommitdiffstats
path: root/install/ui/layouts/default/hbacrule-details-general.html
blob: 978369090e6779c93cda93de003181d4cf271a23 (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
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>General</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">
    <table style="width: 100%; border: 0 solid black;">
    <tr>
        <td style="width: 100px; text-align: right;">
            Name:
        </td>
        <td>
            <span name="cn">
                <input type="text" name="cn" size="30"/>
                <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
            </span>
        </td>
        <td style="text-align: right;">
            Rule type:
            <span name="accessruletype">
                <input type="radio" name="accessruletype" value="allow"/>Allow
                <input type="radio" name="accessruletype" value="deny"/>Deny
                <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
            </span>
        </td>
    </tr>
    <tr>
        <td style="text-align: right; vertical-align: top;">
            Description:
        </td>
        <td colspan="2">
            <span name="description">
                <textarea name="description" rows="5" style="width: 100%;" cols="40"></textarea>
                <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
            </span>
        </td>
    </tr>
    <tr>
        <td style="text-align: right; vertical-align: top;">
            Rule status:
        </td>
        <td colspan="2">
            <span name="ipaenabledflag">
                <input type="radio" name="ipaenabledflag" value="TRUE"/>Active
                <input type="radio" name="ipaenabledflag" value="FALSE"/>Inactive
                <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
            </span>
        </td>
    </tr>
    </table>
</div>
</body>
</html>