From 004c4cbe5f4c37cf455cb6d0caa434fbbb3406ea Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 2 Jan 2014 11:02:14 -0500 Subject: Move modules out of extras that dont have external dependencies --- .../templates/default/chanserv/access.html | 77 ---------- .../templates/default/chanserv/akick.html | 61 -------- .../templates/default/chanserv/chanlist.html | 17 --- .../webcpanel/templates/default/chanserv/drop.html | 32 ---- .../webcpanel/templates/default/chanserv/main.html | 3 - .../templates/default/chanserv/modes.html | 56 ------- .../webcpanel/templates/default/chanserv/set.html | 93 ------------ .../extra/webcpanel/templates/default/confirm.html | 51 ------- .../extra/webcpanel/templates/default/cubes.png | Bin 723 -> 0 bytes .../extra/webcpanel/templates/default/favicon.ico | Bin 3774 -> 0 bytes .../extra/webcpanel/templates/default/footer.html | 14 -- .../extra/webcpanel/templates/default/header.html | 64 -------- .../templates/default/hostserv/request.html | 45 ------ .../extra/webcpanel/templates/default/login.html | 55 ------- modules/extra/webcpanel/templates/default/logo.png | Bin 19247 -> 0 bytes .../templates/default/memoserv/memos.html | 112 -------------- .../templates/default/nickserv/access.html | 42 ------ .../templates/default/nickserv/alist.html | 23 --- .../webcpanel/templates/default/nickserv/cert.html | 42 ------ .../webcpanel/templates/default/nickserv/info.html | 72 --------- .../templates/default/operserv/akill.html | 77 ---------- .../webcpanel/templates/default/register.html | 65 -------- .../extra/webcpanel/templates/default/style.css | 166 --------------------- 23 files changed, 1167 deletions(-) delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/access.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/akick.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/chanlist.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/drop.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/main.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/modes.html delete mode 100644 modules/extra/webcpanel/templates/default/chanserv/set.html delete mode 100644 modules/extra/webcpanel/templates/default/confirm.html delete mode 100644 modules/extra/webcpanel/templates/default/cubes.png delete mode 100644 modules/extra/webcpanel/templates/default/favicon.ico delete mode 100644 modules/extra/webcpanel/templates/default/footer.html delete mode 100644 modules/extra/webcpanel/templates/default/header.html delete mode 100644 modules/extra/webcpanel/templates/default/hostserv/request.html delete mode 100644 modules/extra/webcpanel/templates/default/login.html delete mode 100644 modules/extra/webcpanel/templates/default/logo.png delete mode 100644 modules/extra/webcpanel/templates/default/memoserv/memos.html delete mode 100644 modules/extra/webcpanel/templates/default/nickserv/access.html delete mode 100644 modules/extra/webcpanel/templates/default/nickserv/alist.html delete mode 100644 modules/extra/webcpanel/templates/default/nickserv/cert.html delete mode 100644 modules/extra/webcpanel/templates/default/nickserv/info.html delete mode 100644 modules/extra/webcpanel/templates/default/operserv/akill.html delete mode 100644 modules/extra/webcpanel/templates/default/register.html delete mode 100644 modules/extra/webcpanel/templates/default/style.css (limited to 'modules/extra/webcpanel/templates/default') diff --git a/modules/extra/webcpanel/templates/default/chanserv/access.html b/modules/extra/webcpanel/templates/default/chanserv/access.html deleted file mode 100644 index c50434f8a..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/access.html +++ /dev/null @@ -1,77 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -
Access List
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EQ ACCESS_LIST YES} - {IF EXISTS ACCESSES} - - - - - - - - - - - {FOR MASK,ACCESS,CREATOR IN MASKS,ACCESSES,CREATORS} - - - - - {IF EQ ACCESS_CHANGE YES} - - {ELSE} - - {END IF} - - {END FOR} - -
MaskAccessCreator
{MASK}{ACCESS}{CREATOR}Delete
- {ELSE} - Access list is empty. - {END IF} - -
- - {IF EQ ACCESS_CHANGE YES} -

Add an access entry

-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
- {END IF} - {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/akick.html b/modules/extra/webcpanel/templates/default/chanserv/akick.html deleted file mode 100644 index ddfea546c..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/akick.html +++ /dev/null @@ -1,61 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -
Akick List
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EQ AKICK YES} - {IF EXISTS MASKS} - - - - - - - - - - - {FOR MASK,REASON,CREATOR IN MASKS,REASONS,CREATORS} - - - - - - - {END FOR} - -
MaskReasonCreator
{MASK}{REASON}{CREATOR}Delete
- {ELSE} - Akick list is empty. - {END IF} - -
- -

Add an akick entry

-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
- {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/chanlist.html b/modules/extra/webcpanel/templates/default/chanserv/chanlist.html deleted file mode 100644 index 8f00f02ac..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/chanlist.html +++ /dev/null @@ -1,17 +0,0 @@ -
Channels you have access in
-
- {IF EXISTS CHANNEL_NAMES} -
-

Choose a channel to access it's Settings, Access or Akick pages.

- {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} - {IF EQ PAGE_NAME /chanserv/info} - {CH} - {ELSE} - {CH} - {END IF} - {END FOR} -
- {ELSE} - You don't have access in any channels.
- {END IF} -
diff --git a/modules/extra/webcpanel/templates/default/chanserv/drop.html b/modules/extra/webcpanel/templates/default/chanserv/drop.html deleted file mode 100644 index c28eb051a..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/drop.html +++ /dev/null @@ -1,32 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -
Channels you can drop
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EXISTS CHANNEL_DROP} -
-

Drop Channel {CHANNEL_DROP}?

-
- - -
- -
- -
-
-
-
- -
-
-
-
- {END IF} -
-{INCLUDE footer.html} \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html deleted file mode 100644 index e77626f31..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/main.html +++ /dev/null @@ -1,3 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/modes.html b/modules/extra/webcpanel/templates/default/chanserv/modes.html deleted file mode 100644 index 3c7fe7ab3..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/modes.html +++ /dev/null @@ -1,56 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -
Channel Mode List
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EQ MODE YES} - {FOR LM IN LISTMODES} - +{LM} - {END FOR} -
- - {IF EXISTS MASKS} - - - - - - - - - {FOR MASK IN MASKS} - - - - - {END FOR} - -
Mask
{MASK}Delete
- {ELSE} - Nothing to display. - {END IF} - -
- -

Set a new mode

-
-
- -
- -
-
-
-
- -
-
-
- {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/set.html b/modules/extra/webcpanel/templates/default/chanserv/set.html deleted file mode 100644 index 050c37f69..000000000 --- a/modules/extra/webcpanel/templates/default/chanserv/set.html +++ /dev/null @@ -1,93 +0,0 @@ -{INCLUDE header.html} -{INCLUDE chanserv/chanlist.html} -
Channel Information
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EXISTS OKAY} - {IF EXISTS CAN_SET} -
- {END IF} - - - - - - {IF EXISTS FOUNDER} - - - - - {END IF} - {IF EXISTS SUCCESSOR} - - - - - {END IF} - - - - - - - - - {IF EXISTS LAST_TOPIC} - - - - - - - - - {END IF} - {IF EXISTS CAN_SET} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {IF EXISTS CAN_SET} - - - - - {END IF} - {END IF} -
Channel Name{CHANNEL}
Founder{FOUNDER}
Succsesor{SUCCESSOR}
Time registered{TIME_REGISTERED}
Last used{LAST_USED}
Last topic{LAST_TOPIC}
Set by{LAST_TOPIC_SETTER}
Keep topic
Peace
Private
Restricted
Secure
Secure Ops
Topic Lock
- - {IF EXISTS CAN_SET} -
- {END IF} - {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/confirm.html b/modules/extra/webcpanel/templates/default/confirm.html deleted file mode 100644 index f9f315fd3..000000000 --- a/modules/extra/webcpanel/templates/default/confirm.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - {TITLE} - - -
-
-
- - - - Back Home - -

Register

- - {IF EXISTS MESSAGES} -
- {FOR M IN MESSAGES} - {M}
- {END FOR} -
- {END IF} - - Retry -
-
- -
-
-
- -
-
-
- - - - - diff --git a/modules/extra/webcpanel/templates/default/cubes.png b/modules/extra/webcpanel/templates/default/cubes.png deleted file mode 100644 index d75208db7..000000000 Binary files a/modules/extra/webcpanel/templates/default/cubes.png and /dev/null differ diff --git a/modules/extra/webcpanel/templates/default/favicon.ico b/modules/extra/webcpanel/templates/default/favicon.ico deleted file mode 100644 index be735614a..000000000 Binary files a/modules/extra/webcpanel/templates/default/favicon.ico and /dev/null differ diff --git a/modules/extra/webcpanel/templates/default/footer.html b/modules/extra/webcpanel/templates/default/footer.html deleted file mode 100644 index 57794a9ff..000000000 --- a/modules/extra/webcpanel/templates/default/footer.html +++ /dev/null @@ -1,14 +0,0 @@ -
- - - -
-
- -
-
- - - \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/header.html b/modules/extra/webcpanel/templates/default/header.html deleted file mode 100644 index 0ccf477c5..000000000 --- a/modules/extra/webcpanel/templates/default/header.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - {TITLE} - - -
- - -
-
- -
- -
-
diff --git a/modules/extra/webcpanel/templates/default/hostserv/request.html b/modules/extra/webcpanel/templates/default/hostserv/request.html deleted file mode 100644 index f557244d1..000000000 --- a/modules/extra/webcpanel/templates/default/hostserv/request.html +++ /dev/null @@ -1,45 +0,0 @@ -{INCLUDE header.html} -
vHost Information
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - - - - - - - - {IF EXISTS CAN_REQUEST} - - - - - - - - {ELSE} - - - - {END IF} - -
Your current vHost: - {IF EXISTS VHOST} - {VHOST} - {ELSE} - None - {END IF} -
- {IF EXISTS VHOST} - Request a new vHost - {ELSE} - Request a vHost - {END IF} -
vHost requests are disabled on this network.
-
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/login.html b/modules/extra/webcpanel/templates/default/login.html deleted file mode 100644 index 6a0b6d7a9..000000000 --- a/modules/extra/webcpanel/templates/default/login.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - {TITLE} - - -
-
-
- - - - -

Login to continue

- - {IF EXISTS INVALID_LOGIN} -
- {INVALID_LOGIN} -
- {END IF} - - -
-
- -
-
-
- -
-
-
- - - - - diff --git a/modules/extra/webcpanel/templates/default/logo.png b/modules/extra/webcpanel/templates/default/logo.png deleted file mode 100644 index f7c2ff92a..000000000 Binary files a/modules/extra/webcpanel/templates/default/logo.png and /dev/null differ diff --git a/modules/extra/webcpanel/templates/default/memoserv/memos.html b/modules/extra/webcpanel/templates/default/memoserv/memos.html deleted file mode 100644 index b3b54d948..000000000 --- a/modules/extra/webcpanel/templates/default/memoserv/memos.html +++ /dev/null @@ -1,112 +0,0 @@ -{INCLUDE header.html} -
Memos List
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EXISTS NUMBER} - - - - - - - - - - - - - {FOR I,S,T,TXT,U IN NUMBER,SENDER,TIME,TEXT,UNREAD} - {IF EQ U YES} - - {ELSE} - - {END IF} - - - - - - {END FOR} - -
NumberSenderMessage (hover: Time)
{I}{S}{TXT} - {IF EQ U YES} - Reply - Mark as Read - Delete - {ELSE} - Reply - Mark as Unread - Delete - {END IF} -
- {ELSE} - No memos to show. - {END IF} - -
- -
-
-

Memos for channel

- {IF EXISTS CHANNEL_NAMES} -
-
    - {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} -
  • {CH}
  • - {END FOR} -
-
- {ELSE} - You don't have access in any channel
- {END IF} - -
-
-

Send a new Memo

-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
- - {IF EXISTS CMDR} -
- {CMDR} -
- {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/access.html b/modules/extra/webcpanel/templates/default/nickserv/access.html deleted file mode 100644 index d4be56279..000000000 --- a/modules/extra/webcpanel/templates/default/nickserv/access.html +++ /dev/null @@ -1,42 +0,0 @@ -{INCLUDE header.html} -
Nick access list
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EXISTS ACCESS} - - - {FOR A IN ACCESS} - - - - - {END FOR} - -
{A}Delete
- {ELSE} - Your access list is empty. - {END IF} - -
- -

Add an access entry

-
-
- -
- -
-
-
-
- -
-
-
-
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/alist.html b/modules/extra/webcpanel/templates/default/nickserv/alist.html deleted file mode 100644 index f3b2e0124..000000000 --- a/modules/extra/webcpanel/templates/default/nickserv/alist.html +++ /dev/null @@ -1,23 +0,0 @@ -{INCLUDE header.html} -
Channel access list
-
- - - - - - - - - - {FOR N,C,A IN NUMBERS,CHANNELS,ACCESSES} - - - - - - {END FOR} - -
NumberChannelAccess
{N}{C}{A}
-
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/cert.html b/modules/extra/webcpanel/templates/default/nickserv/cert.html deleted file mode 100644 index 6d41a44b4..000000000 --- a/modules/extra/webcpanel/templates/default/nickserv/cert.html +++ /dev/null @@ -1,42 +0,0 @@ -{INCLUDE header.html} -
Your certificate fingerprints
-
- {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - {IF EXISTS CERTS} - - - {FOR CERT IN CERTS} - - - - - {END FOR} - -
{CERT}Delete
- {ELSE} - Certificates list is empty. - {END IF} - -
- -

Add a certificate fingerprint

-
-
- -
- -
-
-
-
- -
-
-
-
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/info.html b/modules/extra/webcpanel/templates/default/nickserv/info.html deleted file mode 100644 index 667c8b370..000000000 --- a/modules/extra/webcpanel/templates/default/nickserv/info.html +++ /dev/null @@ -1,72 +0,0 @@ -{INCLUDE header.html} -
Your account information
-
- {FOR M IN ERRORS} -
- {M}
-
- {END FOR} - - {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - -
- - - - - - - {IF EXISTS EMAIL} - - - - - {END IF} - - - - - {IF EXISTS VHOST} - - - - - {END IF} - - - - - - - - - - - - - - - - - - - - - -
Account:{DISPLAY}
E-mail:{EMAIL}
Time registered:{TIME_REGISTERED}
Vhost:{VHOST}
Greet:
Auto op:
Private:
Secure:
Kill: - -
-
- -
-
-
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/operserv/akill.html b/modules/extra/webcpanel/templates/default/operserv/akill.html deleted file mode 100644 index ffc73f8e4..000000000 --- a/modules/extra/webcpanel/templates/default/operserv/akill.html +++ /dev/null @@ -1,77 +0,0 @@ -{INCLUDE header.html} -
Akill List
-
- {IF EXISTS NOACCESS} -

Access denied.

- {ELSE} - - {FOR M IN MESSAGES} -
- {M}
-
- {END FOR} - - - - {IF EXISTS AKILLS} - {AKILLS} - {ELSE} - - - - - - - - - - - - {FOR N,H,S,T,E,R IN NUMBER,HOST,SETTER,TIME,EXPIRE,REASON} - - - - - - - - {END FOR} - -
NumberHostmask (hover: Reason)Expires (hover: Set Date)Setter
{N}{H}{E}{S}Delete
- {END IF} - -
- -

Add a new Akill

-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
- {END IF} -
-{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/register.html b/modules/extra/webcpanel/templates/default/register.html deleted file mode 100644 index bebf4e276..000000000 --- a/modules/extra/webcpanel/templates/default/register.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - {TITLE} - - -
-
-
- - - - Back Home - -

Register

- - {IF EXISTS MESSAGES} -
- {MESSAGES} -
- {END IF} - - -
-
- -
-
-
- -
-
-
- - - - - \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css deleted file mode 100644 index e425c3d8c..000000000 --- a/modules/extra/webcpanel/templates/default/style.css +++ /dev/null @@ -1,166 +0,0 @@ -@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400); -@import url(//fonts.googleapis.com/css?family=Port+Lligat+Slab); - -*, html, body, h1, h2, h3, h4, div, p, span, a, button { - font-family: 'Open Sans', sans-serif; -} -body { - background-color: #eee; - background-image: url('/static/cubes.png'); -} - -/* RANDOM STUFF */ -#frontPages { - padding-top: 20px; -} - -h2 { - margin: 0 0 10px 0; -} -h4 { - margin-top: 30px; -} -.popover { - max-width: 450px; - -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8); - box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8); -} - -.label { - font-size: 13px; - font-weight: normal; -} - -.label-info { - background-color: #4EA4EE; -} - -.label-info[href]:hover, .label-info[href]:focus { - background-color: #428BCA; -} - -/* LOGIN FORM */ -.form-signin .form-signin-heading, .form-signin .checkbox { - margin-bottom: 10px; -} -.form-signin .checkbox { - font-weight: normal; -} -.form-signin .form-control { - position: relative; - font-size: 16px; - height: auto; - padding: 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.form-signin .form-control:focus { - z-index: 2; -} -/* FOOTER */ -.footer { - margin-top: 20px; -} - -/* Control Panel */ -.panel-default .panel-heading { - font-size: 24px; -} -#loggedIn { - margin: 15px 15px 0 0; -} - -#navPanel { - margin: 0; - padding: 0; -} -.table thead > tr:first-child > th, .table tbody > tr:first-child > th, .table tfoot > tr:first-child > th, .table thead > tr:first-child > td, .table tbody > tr:first-child > td, .table tfoot > tr:first-child > td { - vertical-align: top; - border-top: 0; -} -#tableInfo td { - vertical-align: middle; -} -#tableInfo td:first-child { - font-weight: bold; - padding-right: 10px; - text-align: right; - width: 25%; -} - -#tableInfoNorm td { - vertical-align: middle; -} -#tableInfoNorm td:first-child { - font-weight: bold; - padding-right: 10px; -} - -#tableInfoMemos td { - vertical-align: top; -} -#tableInfoMemos td:first-child { - font-weight: bold; - padding-right: 10px; -} -#tableInfoMemos th small { - font-weight: normal; -} - -#tableNSAccess td { - vertical-align: middle; -} -#tableNSAccess td:first-child { - padding-right: 10px; - text-align: left; -} -#tableNSAccess td:last-child { - padding-right: 10px; - text-align: right; -} -#tableNSAccess th small { - font-weight: normal; -} - -#channelList li { - margin-top: 10px; -} - -/* NAVBAR */ -.navbar, .well { - background-color: white; -} - -.navbar { - -webkit-box-shadow: 0 8px 6px -8px black; - -moz-box-shadow: 0 8px 6px -8px black; - box-shadow: 0 8px 6px -8px black; -} -.navbar-brand { - font-size: 25px; -} -.navbar-brand, .navbar-brand small { - font-family: 'Port Lligat Slab', serif; -} - -.navbar-default .nav { - margin-bottom: -1px; -} - -.navbar-default .nav > li > a { - color: #428BCA; -} - -.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus { - color: #428BCA; - border-top: 3px solid #0082D9; - margin-top: -3px; -} - -.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus { - color: #428BCA; - background-color: transparent; - background-color: rgba(66, 139, 202, 0.1); - border-bottom-color: transparent; -} -- cgit