mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@774 726aef4b-f618-498e-8847-2d620e286838
33 lines
1.3 KiB
Cheetah
33 lines
1.3 KiB
Cheetah
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>ZNC - <?VAR Title ESC=HTML?></title>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="banner">
|
|
<h2><?VAR Title ESC=HTML?></h2>
|
|
<div id="ident"><?VAR SessionUser ESC=HTML?> (von: <?VAR SessionIP ESC=HTML?>)</div>
|
|
</div>
|
|
|
|
<div id="gnav">
|
|
<div id="nav">
|
|
<ul id="menu">
|
|
<li<? IF Action == "home" ?> class="on"<? ENDIF ?>><a href="/home">Startseite</a></li>
|
|
<? IF IsAdmin ?>
|
|
<li<? IF Action == "settings" ?> class="on"<? ENDIF ?>><a href="/settings">Einstellungen</a></li>
|
|
<li<? IF Action == "adduser" ?> class="on"<? ENDIF ?>><a href="/adduser">Benutzer hinzufügen</a></li>
|
|
<li<? IF Action == "listusers" || Action == "edituser" ?> class="on"<? ENDIF ?>><a href="/listusers">Benutzer ansehen</a></li>
|
|
<? ELSE ?>
|
|
<li<? IF Action == "edituser" ?> class="on"<? ENDIF ?>><a href="/edituser">Meine Einstellungen</a></li>
|
|
<? ENDIF ?>
|
|
<li<? IF Action == "switchuser" ?> class="on"<? ENDIF ?>><a href="/switchuser">Benutzer wechseln</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="main">
|