mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
This should make it possible to use webadmin together with apache's mod_proxy. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1253 726aef4b-f618-498e-8847-2d620e286838
32 lines
904 B
Cheetah
32 lines
904 B
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="banner">
|
|
<h2><?VAR Title ESC=HTML?></h2>
|
|
<div id="ident"><?VAR SessionUser ESC=HTML?> (from: <?VAR SessionIP ESC=HTML?>)</div>
|
|
<div id="tag"><?VAR Tag ESC=HTML ?></div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<ul class="nav">
|
|
<li><a href="home">Home</a></li>
|
|
<? IF IsAdmin ?>
|
|
<li><a href="settings">Settings</a></li>
|
|
<li><a href="adduser">Add User</a></li>
|
|
<li><a href="listusers">Edit Users</a></li>
|
|
<? ELSE ?>
|
|
<li><a href="edituser">My Settings</a></li>
|
|
<? ENDIF ?>
|
|
<li><a href="switchuser">Switch User</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="main">
|
|
|