mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
The blue favicon.ico has been copied from the other webadmin skins. Here's a screenshot: http://img402.imageshack.us/img402/2452/zncsettings126435334747.png git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1720 726aef4b-f618-498e-8847-2d620e286838
31 lines
974 B
XML
31 lines
974 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<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="container">
|
|
<div id="navbar">
|
|
<h1>ZNC</h1>
|
|
<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="ident"><?VAR SessionUser ESC=HTML?> (from: <?VAR SessionIP ESC=HTML?>)</div>
|
|
|
|
<div id="main">
|
|
<h2><?VAR Title ESC=HTML?></h2>
|
|
|