diff --git a/modules/webadmin/skins/default.de/Channel.tmpl b/modules/webadmin/skins/default.de/Channel.tmpl new file mode 100644 index 00000000..bf5ecdee --- /dev/null +++ b/modules/webadmin/skins/default.de/Channel.tmpl @@ -0,0 +1,56 @@ + + +
+
+ + + +
Channel Info
+
+
+
+
Channel Name:
+ + + + +
+ +
+ +
+
Buffergröße:
+
+
+ +
+
Vorgabe Modi:
+
+
+ +
+ +
+
Speichern:
+
checked="checked" />
+
+ +
+
Optionen:
+ + checked="checked" disabled="disabled" /> + +
+ +
+
+
+
+ +
+ +
+
+ + + diff --git a/modules/webadmin/skins/default.de/Error.tmpl b/modules/webadmin/skins/default.de/Error.tmpl new file mode 100644 index 00000000..119093fe --- /dev/null +++ b/modules/webadmin/skins/default.de/Error.tmpl @@ -0,0 +1,3 @@ + +

+ diff --git a/modules/webadmin/skins/default.de/Footer.tmpl b/modules/webadmin/skins/default.de/Footer.tmpl new file mode 100644 index 00000000..eda86358 --- /dev/null +++ b/modules/webadmin/skins/default.de/Footer.tmpl @@ -0,0 +1,3 @@ + + + diff --git a/modules/webadmin/skins/default.de/Header.tmpl b/modules/webadmin/skins/default.de/Header.tmpl new file mode 100644 index 00000000..18ddd01d --- /dev/null +++ b/modules/webadmin/skins/default.de/Header.tmpl @@ -0,0 +1,31 @@ + + + + ZNC - <?VAR Title ESC=HTML?> + + + + + + + + + +
+ diff --git a/modules/webadmin/skins/default.de/ListUsers.tmpl b/modules/webadmin/skins/default.de/ListUsers.tmpl new file mode 100644 index 00000000..8ded0211 --- /dev/null +++ b/modules/webadmin/skins/default.de/ListUsers.tmpl @@ -0,0 +1,32 @@ + + + Keine Benutzer gefunden. Klicke hier um einen neuen Benutzer anzulegen. + + + + + + + + + + + + + + + + + + + + + +
AktionBenutzerVerbindungenJetziger ServerIRC Nick
+ + [Bearbeiten] + [Löschen] + +
+ + diff --git a/modules/webadmin/skins/default.de/Main.tmpl b/modules/webadmin/skins/default.de/Main.tmpl new file mode 100644 index 00000000..1d892201 --- /dev/null +++ b/modules/webadmin/skins/default.de/Main.tmpl @@ -0,0 +1,3 @@ + + Willkommen im ZNC Webadmin Modul. + diff --git a/modules/webadmin/skins/default.de/Settings.tmpl b/modules/webadmin/skins/default.de/Settings.tmpl new file mode 100644 index 00000000..7d8a529b --- /dev/null +++ b/modules/webadmin/skins/default.de/Settings.tmpl @@ -0,0 +1,117 @@ + + +
+
+ + +
Port(s) auf denen ZNC läuft
+
+
+
+
+ + + + + + + + + + + + + + + + + +
PortHostnameSSLIPv6
TrueTrue
+
+
+
+
+
+
+ +
+
Einstellungen
+
+
+
+
Webadmin Aussehen:
+
+ +
+
+
+ +
+
Status Prefix:
+
+
+
+ +
+
ISpoofFile:
+
+
+ +
+
ISpoofFormat:
+
+
+
+ +
+
MOTD:
+
+
+ +
+
VHosts:
+
+
+
+
+
+
+ +
+
Globale Module
+
+
+ + + + + + + + + + + + + + + +
NameParameterBeschreibung
checked="checked" disabled="disabled" />
+
+
+
+ +
+ +
+
+ + diff --git a/modules/webadmin/skins/default.de/UserPage.tmpl b/modules/webadmin/skins/default.de/UserPage.tmpl new file mode 100644 index 00000000..83fa8e07 --- /dev/null +++ b/modules/webadmin/skins/default.de/UserPage.tmpl @@ -0,0 +1,212 @@ + + +
+
+ + +
Authentifizierung
+
+
+
+
Benutzername:
+
+ + + + + + +
+ +
Passwort:
+
+
Passwort wiederholen:
+
+
+
+
Erlaubte IPs:
+ + +
+    +
+ +
+
+
+
+
+ +
+
IRC Information
+
+
+
+
Nickname:
+
+
+
+
Alt. Nickname:
+
+
+
+
AwaySuffix:
+
+
+
+
StatusPrefix:
+
+
+
+
+
Ident:
+
+
+
+
Realer/Voller Name:
+
+
+
+ +
+ +
VHost:
+ + +
+
+ +
+
QuitMsg:
+
+
+
+ +
+
Servers:
+
+
+
+
+
+
+ +
+
Module
+
+
+ + + + + + + + + + + + + + + + + +
NameParameterBeschreibung
+ checked="checked" disabled="disabled" /> + + +
+
+
+
+ +
+
Channels
+
+
+
+
Vorgabe Modi:
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[Hinzufügen]SpeichernNameJetzige ModiVorgabe ModiBuffergrößeOptionen  <- Channel hinfzuügen (Öffnet sich auf der selben Seite)  
+ + [Edit] [Del] + checked="checked" />
+ +
+
+
+ +
+
ZNC Verhalten
+
+
+
+
Größe des Wiedergabebuffers:
+
+
+
+ +
+
Optionen:
+ + checked="checked" disabled="disabled" />   + +
+ +
+
CTCP Antworten:
+
+
+
+
+
+
+ +
+ +
+
+ + diff --git a/modules/webadmin/skins/default.de/css/main.css b/modules/webadmin/skins/default.de/css/main.css new file mode 100644 index 00000000..4f21d1bf --- /dev/null +++ b/modules/webadmin/skins/default.de/css/main.css @@ -0,0 +1,122 @@ +body { + background-color: #fff; + color: #000; + width: 800px; +} + +a:visited { color: #000; } +a:hover { color: #000; } +a, a:active { color: #000; } + +.nowrap { white-space: nowrap; } +.clear { clear: both; } + +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: 0px; +} + +table td { + border: 1px solid #000; + padding: 4px; + margin: 0px; +} + +table thead { + border-bottom: 2px solid #000; + background-color: #ff9; + font-weight: bold; +} + +#banner { + border-bottom: 2px solid #000; + text-align: center; +} + +#ident { + float: left; + font-weight: bold; + text-align: right; +} + +#sidebar { + border-right: 1px solid #000; + height: 500px; + width: 150px; + float: left; +} + +#main { + margin: 5px 0px 20px 5px; + float: left; + width: 620px; +} + +#tag { + font-weight: bold; + text-align: right; +} + +.oddrow { + background-color: #ffc; +} + +.evenrow { + background-color: #cc9; +} + +.inputlabel { + font-size: small; + font-weight: bold; + color: #000; +} + +ul.nav, ul.nav ul { + cursor: default; + margin: 0px 0px 0px 0px; + padding: 5px 5px 5px 5px; +} + +ul.nav li { + list-style-type: none; + padding: 0px 2px 1px 2px; + margin: 2px 0px 2px 0px; +} + +.section { + padding-bottom: 20px; +} + +.subsection { + float: left; + margin-right: 10px; + margin-bottom: 10px; +} + +.sectiontitle { + float: left; + white-space: nowrap; + background-color: #ff9; + color: #000; + font-weight: bold; + border: 1px solid #000; + padding: 0px 5px 0px 5px; + margin: 0px 15px -10px 8px; +} + +.sectionbg { + clear: both; + background-color: #cc9; + color: #000; + border: 2px solid #000; + padding: 0px; +} + +.sectionbody { + margin: 15px 5px 5px 15px; +} diff --git a/modules/webadmin/skins/default.de/img/favicon.ico b/modules/webadmin/skins/default.de/img/favicon.ico new file mode 100644 index 00000000..c69891c0 Binary files /dev/null and b/modules/webadmin/skins/default.de/img/favicon.ico differ diff --git a/modules/webadmin/skins/ice.de/Channel.tmpl b/modules/webadmin/skins/ice.de/Channel.tmpl new file mode 100644 index 00000000..bf5ecdee --- /dev/null +++ b/modules/webadmin/skins/ice.de/Channel.tmpl @@ -0,0 +1,56 @@ + + +
+
+ + + +
Channel Info
+
+
+
+
Channel Name:
+ + + + +
+ +
+ +
+
Buffergröße:
+
+
+ +
+
Vorgabe Modi:
+
+
+ +
+ +
+
Speichern:
+
checked="checked" />
+
+ +
+
Optionen:
+ + checked="checked" disabled="disabled" /> + +
+ +
+
+
+
+ +
+ +
+
+ + + diff --git a/modules/webadmin/skins/ice.de/Error.tmpl b/modules/webadmin/skins/ice.de/Error.tmpl new file mode 100644 index 00000000..119093fe --- /dev/null +++ b/modules/webadmin/skins/ice.de/Error.tmpl @@ -0,0 +1,3 @@ + +

+ diff --git a/modules/webadmin/skins/ice.de/Footer.tmpl b/modules/webadmin/skins/ice.de/Footer.tmpl new file mode 100644 index 00000000..9eda7c1f --- /dev/null +++ b/modules/webadmin/skins/ice.de/Footer.tmpl @@ -0,0 +1,5 @@ +
+
+ + + diff --git a/modules/webadmin/skins/ice.de/Header.tmpl b/modules/webadmin/skins/ice.de/Header.tmpl new file mode 100644 index 00000000..1a62ac04 --- /dev/null +++ b/modules/webadmin/skins/ice.de/Header.tmpl @@ -0,0 +1,32 @@ + + + + ZNC - <?VAR Title ESC=HTML?> + + + + + +
+ + +
+ +
+ +
diff --git a/modules/webadmin/skins/ice.de/ListUsers.tmpl b/modules/webadmin/skins/ice.de/ListUsers.tmpl new file mode 100644 index 00000000..8ded0211 --- /dev/null +++ b/modules/webadmin/skins/ice.de/ListUsers.tmpl @@ -0,0 +1,32 @@ + + + Keine Benutzer gefunden. Klicke hier um einen neuen Benutzer anzulegen. + + + + + + + + + + + + + + + + + + + + + +
AktionBenutzerVerbindungenJetziger ServerIRC Nick
+ + [Bearbeiten] + [Löschen] + +
+ + diff --git a/modules/webadmin/skins/ice.de/Main.tmpl b/modules/webadmin/skins/ice.de/Main.tmpl new file mode 100644 index 00000000..1d892201 --- /dev/null +++ b/modules/webadmin/skins/ice.de/Main.tmpl @@ -0,0 +1,3 @@ + + Willkommen im ZNC Webadmin Modul. + diff --git a/modules/webadmin/skins/ice.de/Settings.tmpl b/modules/webadmin/skins/ice.de/Settings.tmpl new file mode 100644 index 00000000..225b665b --- /dev/null +++ b/modules/webadmin/skins/ice.de/Settings.tmpl @@ -0,0 +1,112 @@ + + +
+
+ + +
Port(s) auf denen ZNC läuft
+
+
+ + + + + + + + + + + + + + + + + +
PortHostnameSSLIPv6
TrueTrue
+
+
+
+ +
+
Einstellungen
+
+
+
+
Webadmin Aussehen:
+
+ +
+
+
+ +
+
Status Prefix:
+
+
+
+ +
+
ISpoofFile:
+
+
+ +
+
ISpoofFormat:
+
+
+
+ +
+
MOTD:
+
+
+ +
+
VHosts:
+
+
+
+
+
+
+ +
+
Globale Module
+
+
+ + + + + + + + + + + + + + + +
NameParameterBeschreibung
checked="checked" disabled="disabled" />
+
+
+
+ +
+ +
+
+ + diff --git a/modules/webadmin/skins/ice.de/UserPage.tmpl b/modules/webadmin/skins/ice.de/UserPage.tmpl new file mode 100644 index 00000000..e79f95f6 --- /dev/null +++ b/modules/webadmin/skins/ice.de/UserPage.tmpl @@ -0,0 +1,211 @@ + + +
+
+ + +
Authentifizierung
+
+
+
+
Benutzername:
+
+ + + + + + +
+ +
Passwort:
+
+
Passwort wiederholen:
+
+
+
+
Erlaubte IPs:
+ + +
+    +
+ +
+
+
+
+
+ +
+
IRC Information
+
+
+
+
Nickname:
+
+
+
+
Alt. Nickname:
+
+
+
+
AwaySuffix:
+
+
+
+
StatusPrefix:
+
+
+
+
+
Ident:
+
+
+
+
Realer/Voller Name:
+
+
+ +
+ +
VHost:
+ + +
+
+ +
+
QuitMsg:
+
+
+
+ +
+
Servers:
+
+
+
+
+
+
+ +
+
Module
+
+
+ + + + + + + + + + + + + + + + + +
NameParameterBeschreibung
+ checked="checked" disabled="disabled" /> + + +
+
+
+
+ +
+
Channels
+
+
+
+
Vorgabe Modi:
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[Hinzufügen]SpeichernNameJetzige ModiVorgabe ModiBuffergrößeOptionen  <- Channel hinzufügen (Öffnet sich in der selben Seite)  
+ + [Bearbeiten] [Löschen] + checked="checked" />
+ +
+
+
+ +
+
ZNC Verhalten
+
+
+
+
Größe des Wiedergabebuffers:
+
+
+
+ +
+
Optionen:
+ + checked="checked" disabled="disabled" />   + +
+ +
+
CTCP Antworten:
+
+
+
+
+
+
+ +
+ +
+
+ + diff --git a/modules/webadmin/skins/ice.de/css/main.css b/modules/webadmin/skins/ice.de/css/main.css new file mode 100644 index 00000000..5a238daa --- /dev/null +++ b/modules/webadmin/skins/ice.de/css/main.css @@ -0,0 +1,180 @@ +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; +} + +.nowrap { white-space: nowrap; } +.clear { clear: both; } + +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 li { + height: 30px; + line-height: 30px; + border-right: 1px solid #000; + float: left; +} diff --git a/modules/webadmin/skins/ice.de/img/favicon.ico b/modules/webadmin/skins/ice.de/img/favicon.ico new file mode 100644 index 00000000..5e28bcf0 Binary files /dev/null and b/modules/webadmin/skins/ice.de/img/favicon.ico differ diff --git a/modules/webadmin/skins/ice.de/img/linkbg.jpg b/modules/webadmin/skins/ice.de/img/linkbg.jpg new file mode 100644 index 00000000..58968151 Binary files /dev/null and b/modules/webadmin/skins/ice.de/img/linkbg.jpg differ diff --git a/modules/webadmin/skins/ice.de/img/pagebg.gif b/modules/webadmin/skins/ice.de/img/pagebg.gif new file mode 100644 index 00000000..9cdd7562 Binary files /dev/null and b/modules/webadmin/skins/ice.de/img/pagebg.gif differ