diff --git a/web/index.php b/web/index.php index 9c2bb1db849425d0ffa5968cda7e29ba95a17b2b..b0ffd9ce1b349826a2592abf31f4e86d49d90dde 100644 --- a/web/index.php +++ b/web/index.php @@ -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>