Stephan Richter
4 months ago
3 changed files with 78 additions and 72 deletions
@ -1,36 +1,35 @@ |
|||||||
<html> |
<html> |
||||||
<head> |
<head> |
||||||
<meta charset="utf-8"> |
<meta charset="utf-8"> |
||||||
<title>Light OIDC</title> |
<title>Light OIDC</title> |
||||||
<script src="common.js"></script> |
<script src="common.js"></script> |
||||||
<script src="user.js"></script> |
<script src="user.js"></script> |
||||||
<script src="clients.js"></script> |
<script src="clients.js"></script> |
||||||
<link rel="stylesheet" href="style.css" /> |
<link rel="stylesheet" href="style.css" /> |
||||||
</head> |
</head> |
||||||
<body> |
<body> |
||||||
<nav> |
<nav></nav> |
||||||
<a id="clients" href="clients.html">Clients</a> |
<h1>Clients</h1> |
||||||
</nav> |
|
||||||
<h1>Clients</h1> |
<fieldset> |
||||||
<fieldset> |
<legend>bei LightOIDC registrierte Clients:</legend> |
||||||
<legend>bei LightOIDC registrierte Clients:</legend> |
<table> |
||||||
<table> |
<tr> |
||||||
<tr> |
<th>Client</th> |
||||||
<th>Client</th> |
<th>ID</th> |
||||||
<th>ID</th> |
<th>Weiterleitungs-URLs</th> |
||||||
<th>Weiterleitungs-URLs</th> |
<th>Aktionen</th> |
||||||
<th>Aktionen</th> |
</tr> |
||||||
</tr> |
<tr id="bottom"> |
||||||
<tr id="bottom"> |
<td></td> |
||||||
<td></td> |
<td></td> |
||||||
<td></td> |
<td></td> |
||||||
<td></td> |
<td> |
||||||
<td> |
<button onclick="window.location.href='newclient.html';">Neuen Client hinzufügen…</button> |
||||||
<button onclick="window.location.href='newclient.html';">Neuen Client hinzufügen…</button> |
</td> |
||||||
</td> |
</tr> |
||||||
</tr> |
</table> |
||||||
</table> |
<span class="hidden" id="message">Client "{}" wirklich löschen?</span> |
||||||
<span class="hidden" id="message">Client "{}" wirklich löschen?</span> |
</fieldset> |
||||||
</fieldset> |
</body> |
||||||
</body> |
</html> |
||||||
</html> |
|
||||||
|
@ -1,38 +1,36 @@ |
|||||||
<html> |
<html> |
||||||
<head> |
<head> |
||||||
<meta charset="utf-8"> |
<meta charset="utf-8"> |
||||||
<title>Light OIDC</title> |
<title>Light OIDC</title> |
||||||
<script src="common.js"></script> |
<script src="common.js"></script> |
||||||
<script src="user.js"></script> |
<script src="user.js"></script> |
||||||
<script src="clients.js"></script> |
<script src="clients.js"></script> |
||||||
<link rel="stylesheet" href="style.css" /> |
<link rel="stylesheet" href="style.css" /> |
||||||
</head> |
</head> |
||||||
<body> |
<body> |
||||||
<nav> |
<nav></nav> |
||||||
<a id="clients" href="clients.html">Clients</a> |
<h1>Clients</h1> |
||||||
</nav> |
|
||||||
<h1>Clients</h1> |
|
||||||
<a href="https://umbrella.srsoftware.de/user/login">Umbrella</a> |
|
||||||
|
|
||||||
<fieldset> |
<fieldset> |
||||||
<legend>These are clients that are registered with LightOIDC:</legend> |
<legend>These are clients that are registered with LightOIDC:</legend> |
||||||
<table> |
<table> |
||||||
<tr> |
<tr> |
||||||
<th>Client</th> |
<th>Client</th> |
||||||
<th>ID</th> |
<th>ID</th> |
||||||
<th>Redirect URLs</th> |
<th>Redirect URLs</th> |
||||||
<th>Actions</th> |
<th>Actions</th> |
||||||
</tr> |
</tr> |
||||||
<tr id="bottom"> |
<tr id="bottom"> |
||||||
<td></td> |
<td></td> |
||||||
<td></td> |
<td></td> |
||||||
<td></td> |
<td></td> |
||||||
<td> |
<td> |
||||||
<button onclick="window.location.href='newclient.html';">Add new client…</button> |
<button onclick="window.location.href='newclient.html';">Add new client…</button> |
||||||
</td> |
</td> |
||||||
</tr> |
</tr> |
||||||
</table> |
</table> |
||||||
<span class="hidden" id="message">Really remove client "{}"?</span> |
<span class="hidden" id="message">Really remove client "{}"?</span> |
||||||
</fieldset> |
</fieldset> |
||||||
</body> |
<a href="https://umbrella.srsoftware.de/user/login">Umbrella</a> |
||||||
|
</body> |
||||||
</html> |
</html> |
Loading…
Reference in new issue