mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 19:31:55 -06:00
b9ad279ad2
Directory rename
49 lines
1.6 KiB
HTML
Executable File
49 lines
1.6 KiB
HTML
Executable File
<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">
|
|
<span name="accesstime">
|
|
<span name="text">Rule applies when access is being requested at:</span>
|
|
<input type="radio" name="accesstime" value="all"/>Any Time
|
|
<input type="radio" name="accesstime" value=""/>Specified Times
|
|
<span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
|
|
<br/>
|
|
|
|
<span name="table">
|
|
<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>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html> |