Skip to content
Snippets Groups Projects
Commit dbf92710 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Small fix to index.php

parent 9dc374eb
Branches
Tags
No related merge requests found
......@@ -41,26 +41,26 @@ $data['status'] = htmlspecialchars($_GET["status"]);
</head>
<body>
<div id="status">
<hr>
<div class="clearfix">
<div class="boxStatus">
<strong>Show IdPs with status:</strong>
<label id="lbl-error" for="error">ERROR</label>
<input id="error" type="checkbox" name="status" value="ERROR"/>
<label id="lbl-ok" for="ok">OK</label>
<input id="ok" type="checkbox" name="status" value="OK"/>
<label id="lbl-disabled" for="disabled">DISABLED</label>
<input id="disabled" type="checkbox" name="status" value="DISABLE"/>
</div>
<div class="boxCalendar">
<div id="calendarGo">
<button id="goButton" onclick="getPastResults()">Go</button>
<label id="lbl-datepicker" for="datepicker" class="strong">Select date:</label>
<input type="text" id="datepicker" />
<hr>
<div class="clearfix">
<div class="boxStatus">
<strong>Show IdPs with status:</strong>
<label id="lbl-error" for="error">ERROR</label>
<input id="error" type="checkbox" name="status" value="ERROR"/>
<label id="lbl-ok" for="ok">OK</label>
<input id="ok" type="checkbox" name="status" value="OK"/>
<label id="lbl-disabled" for="disabled">DISABLED</label>
<input id="disabled" type="checkbox" name="status" value="DISABLE"/>
</div>
<div class="boxCalendar">
<div id="calendarGo">
<button id="goButton" onclick="getPastResults()">Go</button>
<label id="lbl-datepicker" for="datepicker" class="strong">Select date:</label>
<input type="text" id="datepicker" />
</div>
</div>
</div>
</div>
<hr>
<hr>
</div>
<button id="btn-show-all-children" type="button">Expand All</button>
<button id="btn-hide-all-children" type="button">Collapse All</button>
......@@ -73,8 +73,6 @@ $data['status'] = htmlspecialchars($_GET["status"]);
<th>DisplayName</th>
<th>EntityID</th>
<th>Registration Authority</th>
<th>Check Date</th>
<th>Status</th>
</tr>
</thead>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment