mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
[1] http://sourceforge.net/tracker/index.php?func=detail&aid=2933280&group_id=115828&atid=672821 git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1716 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>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<title>ZNC - <?VAR Title ESC=HTML?></title>
|
|
<link rel="stylesheet" type="text/css" href="<?VAR Skin ESC=URL?>/main.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="banner">
|
|
<h2><?VAR Title ESC=HTML?></h2>
|
|
<div id="ident"><?VAR SessionUser ESC=HTML?> (from: <?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">Home</a></li>
|
|
<? IF IsAdmin ?>
|
|
<li<? IF Action == "settings" ?> class="on"<? ENDIF ?>><a href="settings">Settings</a></li>
|
|
<li<? IF Action == "adduser" ?> class="on"<? ENDIF ?>><a href="adduser">Add User</a></li>
|
|
<li<? IF Action == "listusers" || Action == "edituser" ?> class="on"<? ENDIF ?>><a href="listusers">Edit Users</a></li>
|
|
<? ELSE ?>
|
|
<li<? IF Action == "edituser" ?> class="on"<? ENDIF ?>><a href="edituser">My Settings</a></li>
|
|
<? ENDIF ?>
|
|
<li<? IF Action == "switchuser" ?> class="on"<? ENDIF ?>><a href="switchuser">Switch User</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="main">
|