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