Stephan Richter
3 years ago
7 changed files with 42 additions and 14 deletions
@ -0,0 +1,17 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8" /> |
||||||
|
<script src="jquery"></script> |
||||||
|
<script src="js"></script> |
||||||
|
<link rel="stylesheet" href="css" /> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
«navigation()» |
||||||
|
«userinfo()» |
||||||
|
<h1>Widerhall Administration</h1> |
||||||
|
«messages()» |
||||||
|
«userlist()» |
||||||
|
«listlist()» |
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,5 @@ |
|||||||
|
<nav> |
||||||
|
<a href="index">Home</a> |
||||||
|
<a href="admin">Administration</a> |
||||||
|
<a class="button" href="reload" />Reload templates</a> |
||||||
|
</nav> |
@ -1,7 +1,7 @@ |
|||||||
«if(data.user)» |
«if(data.user)» |
||||||
<div class="user"> |
<div class="user"> |
||||||
Logged in as <em>«data.user.name»</em> |
Logged in as <em>«data.user.name»</em> |
||||||
<a class="button" href="reload" />Reload templates</a> |
|
||||||
<a class="button" href="logout" />Logout</a> |
<a class="button" href="logout" />Logout</a> |
||||||
</div> |
</div> |
||||||
«endif» |
«endif» |
Loading…
Reference in new issue