diff --git a/modules/webadmin/skins/ice/Channel.tmpl b/modules/webadmin/skins/ice/Channel.tmpl new file mode 100644 index 00000000..511c5f1d --- /dev/null +++ b/modules/webadmin/skins/ice/Channel.tmpl @@ -0,0 +1,54 @@ + + +
+ + + +
+
Channel Info
+
+
+
+
Channel Name:
+ + + + +
+ +
+ +
+
Buffer Count:
+
+
+ +
+
Default Modes:
+
+
+ +
+ +
+
Save:
+
CHECKED />
+
+ +
+
Options:
+ + CHECKED DISABLED /> + +
+ +
+
+
+
+ + +
+ + + diff --git a/modules/webadmin/skins/ice/Error.tmpl b/modules/webadmin/skins/ice/Error.tmpl new file mode 100644 index 00000000..119093fe --- /dev/null +++ b/modules/webadmin/skins/ice/Error.tmpl @@ -0,0 +1,3 @@ + +

+ diff --git a/modules/webadmin/skins/ice/Footer.tmpl b/modules/webadmin/skins/ice/Footer.tmpl new file mode 100644 index 00000000..9eda7c1f --- /dev/null +++ b/modules/webadmin/skins/ice/Footer.tmpl @@ -0,0 +1,5 @@ +
+ + + + diff --git a/modules/webadmin/skins/ice/Header.tmpl b/modules/webadmin/skins/ice/Header.tmpl new file mode 100644 index 00000000..f0960f76 --- /dev/null +++ b/modules/webadmin/skins/ice/Header.tmpl @@ -0,0 +1,31 @@ + + + + ZNC - <?VAR Title ESC=HTML?> + + + + +
+ + +
+ +
+ +
diff --git a/modules/webadmin/skins/ice/ListUsers.tmpl b/modules/webadmin/skins/ice/ListUsers.tmpl new file mode 100644 index 00000000..6219b815 --- /dev/null +++ b/modules/webadmin/skins/ice/ListUsers.tmpl @@ -0,0 +1,26 @@ + + + There are no users defined. Click here if you would like to add one. + + + + + + + + + + + + + + + + + +
ActionUsernameCurrent Server
+ [Edit] + [Delete] +
+ + diff --git a/modules/webadmin/skins/ice/Main.tmpl b/modules/webadmin/skins/ice/Main.tmpl new file mode 100644 index 00000000..1c1c53f7 --- /dev/null +++ b/modules/webadmin/skins/ice/Main.tmpl @@ -0,0 +1,3 @@ + + Welcome to the ZNC webadmin module. + diff --git a/modules/webadmin/skins/ice/Settings.tmpl b/modules/webadmin/skins/ice/Settings.tmpl new file mode 100644 index 00000000..ffe42d16 --- /dev/null +++ b/modules/webadmin/skins/ice/Settings.tmpl @@ -0,0 +1,110 @@ + + +
+ + +
+
Listen Port(s)
+
+
+ + + + + + + + + + + + + + + + + +
PortBindHostSSLIPv6
TrueTrue
+
+
+
+ +
+
Settings
+
+
+
+
Skin:
+
+ +
+
+
+ +
+
Status Prefix:
+
+
+
+ +
+
ISpoofFile:
+
+
+ +
+
ISpoofFormat:
+
+
+
+ +
+
MOTD:
+
+
+ +
+
VHosts:
+
+
+
+
+
+
+ +
+
Global Modules
+
+
+ + + + + + + + + + + + + + + +
NameArgumentsDescription
CHECKED DISABLED />
+
+
+
+ + +
+ + diff --git a/modules/webadmin/skins/ice/UserPage.tmpl b/modules/webadmin/skins/ice/UserPage.tmpl new file mode 100644 index 00000000..7b1c8a81 --- /dev/null +++ b/modules/webadmin/skins/ice/UserPage.tmpl @@ -0,0 +1,209 @@ + + +
+ + +
+
Authentication
+
+
+
+
Username:
+
+ + + + + + +
+ +
Password:
+
+
Confirm Password:
+
+
+
+
Allowed IPs:
+ + +
+    +
+ +
+
+
+
+
+ +
+
IRC Information
+
+
+
+
Nick:
+
+
+
+
AltNick:
+
+
+
+
AwaySuffix:
+
+
+
+
StatusPrefix:
+
+
+
+
+
Ident:
+
+
+
+
RealName:
+
+
+ +
+ +
VHost:
+ + +
+
+ +
+
QuitMsg:
+
+
+
+ +
+
Servers:
+
+
+
+
+
+
+ +
+
Modules
+
+
+ + + + + + + + + + + + + + + + + +
NameArgumentsDescription
+ CHECKED DISABLED /> + + +
+
+
+
+ +
+
Channels
+
+
+
+
Default Modes:
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[Add]SaveNameCurModesDefModesBufferCountOptions  <- Add a channel (opens in same page)  
+ + [Edit] [Del] + CHECKED />
+ +
+
+
+ +
+
ZNC Behavior
+
+
+
+
Playback Buffer Size:
+
+
+
+ +
+
Options:
+ + CHECKED DISABLED />   + +
+ +
+
CTCP Replies:
+
+
+
+
+
+
+ + +
+ + diff --git a/modules/webadmin/skins/ice/css/main.css b/modules/webadmin/skins/ice/css/main.css new file mode 100644 index 00000000..6dc0bdde --- /dev/null +++ b/modules/webadmin/skins/ice/css/main.css @@ -0,0 +1,177 @@ +body { + background: url(/img/pagebg.gif) top repeat-x #0C1833 fixed; + color: #fff; + margin: 0px auto; +} + +#wrapper { + margin: 0px auto; + padding: 0px; + width: 700px; + background-color: #4C688A; +} + +h2 { + margin: 0px 0px 10px 0px; + padding: 0px; +} + +a:hover { + text-decoration: underline; +} + +table a, table a:visited, table a:hover, table a:active { color: #000; } + +table { + color: #000; + border-collapse: collapse; + border: 2px solid #000; + padding: 0px; + margin: 10px; +} + +table td { + border: 1px solid #000; + padding: 4px; + margin: 0px; +} + +table thead { + border-bottom: 2px solid #000; + background: url(/img/linkbg.jpg) 0px -30px repeat-x #369; + color: #fff; + font-weight: bold; +} + +.oddrow { + background-color: #ddd; +} + +.evenrow { + background-color: #bbb; +} + +#main { + width: 680px; + clear: both; + padding: 10px; +} + +#banner { + text-align: center; + padding: 0px 10px; +} + +#tag { + font-size: 14px; + color: #f90; + font-weight: bold; + text-align: right; +} + +#ident { + font-weight: bold; + text-align: right; +} + +.inputlabel { + font-size: small; + font-weight: bold; + color: #000; +} + +.section { + padding-bottom: 20px; + width: 680px; +} + +.subsection { + float: left; + margin: 5px 10px; +} + +.sectiontitle { + float: left; + white-space: nowrap; + background: url(/img/linkbg.jpg) 0px 0px repeat-x #336; + color: #eee; + font-size: 14px; + font-weight: bold; + border: 1px solid #000; + padding: 0px 5px 0px 5px; + margin: 0px 15px -10px 8px; +} + +.sectionbg { + clear: both; + background-color: #ccc; + color: #000; + border: 2px solid #000; + padding: 0px; +} + +.sectionbody { + margin-top: 15px; + margin-bottom: 10px; +} + +#gnav { + width: 700px; + border-top: 1px solid #000; + border-bottom: 1px solid #000; + float: left; + background: url(/img/linkbg.jpg) repeat-x; + margin-bottom: 10px; +} + +#gnav #menu { + width: 690px; + float: left; +} + +#gnav ul { + margin: 0px; + padding: 0px; +} + +#gnav li { + display: block; +} + +#gnav a { + font-size: 11px; + font-weight: bold; + height: 30px; + float: left; + display: block; + color: #fff; + padding: 0px 10px; + text-decoration: none; + background: url(/img/linkbg.jpg) 0px 0px repeat-x; +} + +#gnav a:hover { + background-position: 0px -30px; + text-decoration: none; +} + +#gnav .on a { + background-position: 0px -30px; +} + +#gnav #nav { + float: left; + border-left: 1px solid #000; + display: inline; +} + +#nav { + margin-left: 10px; +} + +#gnav .link { + height: 30px; + line-height: 30px; + border-right: 1px solid #000; + float: left; +} diff --git a/modules/webadmin/skins/ice/img/favicon.ico b/modules/webadmin/skins/ice/img/favicon.ico new file mode 100644 index 00000000..5e28bcf0 Binary files /dev/null and b/modules/webadmin/skins/ice/img/favicon.ico differ diff --git a/modules/webadmin/skins/ice/img/linkbg.jpg b/modules/webadmin/skins/ice/img/linkbg.jpg new file mode 100644 index 00000000..58968151 Binary files /dev/null and b/modules/webadmin/skins/ice/img/linkbg.jpg differ diff --git a/modules/webadmin/skins/ice/img/pagebg.gif b/modules/webadmin/skins/ice/img/pagebg.gif new file mode 100644 index 00000000..9cdd7562 Binary files /dev/null and b/modules/webadmin/skins/ice/img/pagebg.gif differ