~ubuntu-branches/ubuntu/maverick/znc/maverick

« back to all changes in this revision

Viewing changes to modules/webadmin/skins/dark-clouds/Header.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-05-24 18:05:44 UTC
  • mfrom: (1.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524180544-8e4s3f4nj0lhyw7n
Tags: 0.090~rc1-1
* New upstream release candidate.
  - Drop znc-webadmin package. It is now provided in the core source code.
  - Rename discon_kick module to disconkick.
  - Add charset and notes module.
* Add missing dependency on libc-ares-dev to znc-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
 
4
 
        <head>
5
 
                <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6
 
                <title>ZNC - Webadmin module - <?VAR Title ESC=HTML?></title>
7
 
                <link rel="stylesheet" type="text/css" href="<?VAR Skin ESC=URL?>/main.css">
8
 
        </head>
9
 
 
10
 
        <body>
11
 
                <center>
12
 
                        <table width="800" cellpadding="0" cellspacing="0">
13
 
                                <!-- Header -->
14
 
                                <tr>
15
 
                                        <td colspan="2" class="header"><?VAR Tag ESC=HTML ?></td>
16
 
                                </tr>
17
 
                                <!-- / Header -->
18
 
 
19
 
                                <!-- Loginbar -->
20
 
                                <tr>
21
 
                                        <td colspan="2" class="loginbar">
22
 
                                                <table width="100%" height="100%" cellpadding="0" cellspacing="0">
23
 
                                                        <tr>
24
 
                                                                <td style="padding-left: 5px;"><b>Logged in as:</b> <?VAR SessionUser ESC=HTML?> <i>(from: <?VAR SessionIP ESC=HTML?>)</i></td>
25
 
                                                                <td class="switchuser"><a href="switchuser">Logout</a></td>
26
 
                                                        </tr>
27
 
                                                </table>
28
 
                                        </td>
29
 
                                </tr>
30
 
                                <!-- / Loginbar -->
31
 
 
32
 
                                <!-- Main -->
33
 
                                <tr>
34
 
                                        <!-- Menu -->
35
 
                                        <td class="menu">
36
 
                                                <table width="100%" cellpadding="0" cellspacing="0">
37
 
                                                        <tr>
38
 
                                                                <td class="menu<? IF Action != "home" ?>in<? ENDIF ?>active"><a href="home">Home</a></td>
39
 
                                                        </tr>
40
 
 
41
 
                                                        <? IF IsAdmin ?>
42
 
                                                        <tr>
43
 
                                                                <td class="menu<? IF Action != "settings" ?>in<? ENDIF ?>active"><a href="settings">Settings</a></td>
44
 
                                                        </tr>
45
 
                                                        <tr>
46
 
                                                                <td class="menu<? IF Action != "adduser" ?>in<? ENDIF ?>active"><a href="adduser">Add User</a></td>
47
 
                                                        </tr>
48
 
                                                        <tr>
49
 
                                                                <td class="menu<? IF Action != "listusers" && Action != "edituser" ?>in<? ENDIF ?>active"><a href="listusers">List Users</a></td>
50
 
                                                        </tr>
51
 
                                                        <? ELSE ?>
52
 
                                                        <tr>
53
 
                                                                <td class="menu<? IF Action != "edituser" ?>in<? ENDIF ?>active"><a href="edituser">My Settings</a></td>
54
 
                                                        </tr>
55
 
                                                        <? ENDIF ?>
56
 
                                                </table>
57
 
                                        </td>
58
 
                                        <!-- / Menu -->
59
 
 
60
 
                                        <!-- Main -->
61
 
                                        <td class="main">
62
 
                                                <div style="padding-bottom: 6px; margin-bottom: 13px; border-bottom: 1px solid #000">ZNC Webadmin <b>&raquo; <?VAR Title ESC=HTML?></b></div>