mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
Patched using webadmin_charset.patch by psycho
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@774 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Buffergröße:</div>
|
||||
<div class="inputlabel">Buffergröße:</div>
|
||||
<div><input type="text" name="buffercount" value="<? VAR BufferCount ESC=HTML ?>" size="8" /></div>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<input type="submit" value="<? IF Edit ?>Speichern<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
<input type="submit" value="<? IF Edit ?>Speichern<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<li><a href="/home">Startseite</a></li>
|
||||
<? IF IsAdmin ?>
|
||||
<li><a href="/settings">Einstellungen</a></li>
|
||||
<li><a href="/adduser">Benutzer hinzufügen</a></li>
|
||||
<li><a href="/adduser">Benutzer hinzufügen</a></li>
|
||||
<li><a href="/listusers">Benutzer anzeigen</a></li>
|
||||
<? ELSE ?>
|
||||
<li><a href="/edituser">Meine Einstellungen</a></li>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<td>
|
||||
<span class="nowrap">
|
||||
[<a href="/edituser?user=<?VAR Username ESC=URL?>">Bearbeiten</a>]
|
||||
[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löschen</a>]
|
||||
[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löschen</a>]
|
||||
</span>
|
||||
</td>
|
||||
<td><? VAR Username ESC=HTML ?></td>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="section">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
|
||||
<div class="sectiontitle">Port(s) auf denen ZNC läuft</div>
|
||||
<div class="sectiontitle">Port(s) auf denen ZNC läuft</div>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
|
||||
@@ -142,16 +142,16 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzufügen</a>]</td>
|
||||
<td>[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzufügen</a>]</td>
|
||||
<? IF ChannelLoop ?>
|
||||
<td>Speichern</td>
|
||||
<td>Name</td>
|
||||
<td>Jetzige Modi</td>
|
||||
<td>Vorgabe Modi</td>
|
||||
<td>Buffergröße</td>
|
||||
<td>Buffergröße</td>
|
||||
<td>Optionen</td>
|
||||
<? ELSE ?>
|
||||
<td> <- Channel hinfzuügen (Öffnet sich auf der selben Seite) </td>
|
||||
<td> <- Channel hinfzuügen (Öffnet sich auf der selben Seite) </td>
|
||||
<? ENDIF ?>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -181,7 +181,7 @@
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Größe des Wiedergabebuffers:</div>
|
||||
<div class="inputlabel">Größe des :</div>
|
||||
<div><input type="text" name="bufsize" value="<? VAR BufferCount ESC=HTML ?>" size="32" maxlength="9" /></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br><input type="submit" value="<? IF Edit ?>Save<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
<br><br><input type="submit" value="<? IF Edit ?>Save<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<td class="menu<? IF Action != "settings" ?>in<? ENDIF ?>active"><a href="/settings">Einstellungen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "adduser" ?>in<? ENDIF ?>active"><a href="/adduser">Benutzer hinzufügen</a></td>
|
||||
<td class="menu<? IF Action != "adduser" ?>in<? ENDIF ?>active"><a href="/adduser">Benutzer hinzufügen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "listusers" && Action != "edituser" ?>in<? ENDIF ?>active"><a href="/listusers">Benutzer anzeigen</a></td>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<?IF !UserLoop?>
|
||||
Es wurden keine Benutzer gefunden.<br>
|
||||
Klicke <a href="/adduser">hier</a>, um einen neuen Benutzer hinzuzufügen.
|
||||
Klicke <a href="/adduser">hier</a>, um einen neuen Benutzer hinzuzufügen.
|
||||
<?ELSE?>
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" style="border: 1px solid #000000;" align="center">
|
||||
@@ -19,7 +19,7 @@
|
||||
<td>
|
||||
<span class="nowrap">
|
||||
[<a href="/edituser?user=<?VAR Username ESC=URL?>">Bearbeiten</a>]
|
||||
<? IF !IsSelf ?>[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löschen</a>]<? ENDIF ?>
|
||||
<? IF !IsSelf ?>[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löschen</a>]<? ENDIF ?>
|
||||
</span>
|
||||
</td>
|
||||
<td><b><? VAR Username ESC=HTML ?></b></td>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<table width="95%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td class="maintitle">Port(s) auf denen ZNC läuft</td>
|
||||
<td class="maintitle">Port(s) auf denen ZNC läuft</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -212,16 +212,16 @@
|
||||
<? IF Edit ?>
|
||||
<table width="98%" cellpadding="0" cellspacing="0" style="border: 1px solid #000000;" align="center">
|
||||
<tr>
|
||||
<td width="100" class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzufügen</a>]</td>
|
||||
<td width="100" class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzufügen</a>]</td>
|
||||
<? IF ChannelLoop ?>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Speichern</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Name</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Jetzige Modi</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Vorgabe Modi</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Buffergröße</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000; border-right: 1px solid #000000;">Buffergröße</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000;">Options</td>
|
||||
<? ELSE ?>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000;">- Channel hinfzuügen (Öffnet sich auf der selben Seite)</td>
|
||||
<td class="main2title" style="border-bottom: 1px solid #000000;">- Channel hinfzuügen (Öffnet sich auf der selben Seite)</td>
|
||||
<? ENDIF ?>
|
||||
</tr>
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
<tr class="<? IF __EVEN__ ?>evenrow<? ELSE ?>oddrow<? ENDIF ?>">
|
||||
<td>
|
||||
<input type="hidden" name="channel" value="<? VAR Name ESC=HTML ?>" />
|
||||
[<a href="/editchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Bearbeiten</a>] [<a href="/delchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Löschen</a>]
|
||||
[<a href="/editchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Bearbeiten</a>] [<a href="/delchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Löschen</a>]
|
||||
</td>
|
||||
<td><input type="checkbox" name="save_<? VAR Name ESC=HTML ?>"<? IF InConfig ?> checked="checked"<? ENDIF ?> /></td>
|
||||
<td><? VAR Name ESC=HTML ?></td>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="mainleft">
|
||||
Größe des Wiedergabebuffers:
|
||||
Größe des Wiedergabebuffers:
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
@@ -288,7 +288,7 @@
|
||||
</table>
|
||||
|
||||
|
||||
<br><br><input type="submit" value="<? IF Edit ?>Benutzer speichern<? ELSE ?>Benutzer hinzufügen<? ENDIF ?>">
|
||||
<br><br><input type="submit" value="<? IF Edit ?>Benutzer speichern<? ELSE ?>Benutzer hinzufügen<? ENDIF ?>">
|
||||
</form>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Buffergröße:</div>
|
||||
<div class="inputlabel">Buffergröße:</div>
|
||||
<div><input type="text" name="buffercount" value="<? VAR BufferCount ESC=HTML ?>" size="8" /></div>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<input type="submit" value="<? IF Edit ?>Speichern<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
<input type="submit" value="<? IF Edit ?>Speichern<? ELSE ?>Channel hinzufügen<? ENDIF ?>" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<li<? IF Action == "home" ?> class="on"<? ENDIF ?>><a href="/home">Startseite</a></li>
|
||||
<? IF IsAdmin ?>
|
||||
<li<? IF Action == "settings" ?> class="on"<? ENDIF ?>><a href="/settings">Einstellungen</a></li>
|
||||
<li<? IF Action == "adduser" ?> class="on"<? ENDIF ?>><a href="/adduser">Benutzer hinzufügen</a></li>
|
||||
<li<? IF Action == "adduser" ?> class="on"<? ENDIF ?>><a href="/adduser">Benutzer hinzufügen</a></li>
|
||||
<li<? IF Action == "listusers" || Action == "edituser" ?> class="on"<? ENDIF ?>><a href="/listusers">Benutzer ansehen</a></li>
|
||||
<? ELSE ?>
|
||||
<li<? IF Action == "edituser" ?> class="on"<? ENDIF ?>><a href="/edituser">Meine Einstellungen</a></li>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<td>
|
||||
<span class="nowrap">
|
||||
[<a href="/edituser?user=<?VAR Username ESC=URL?>">Bearbeiten</a>]
|
||||
[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löschen</a>]
|
||||
[<a href="/deluser?user=<?VAR Username ESC=URL?>">Löchen</a>]
|
||||
</span>
|
||||
</td>
|
||||
<td><? VAR Username ESC=HTML ?></td>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="section">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
|
||||
<div class="sectiontitle">Port(s) auf denen ZNC läuft</div>
|
||||
<div class="sectiontitle">Port(s) auf denen ZNC läft</div>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<table>
|
||||
|
||||
@@ -141,16 +141,16 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzufügen</a>]</td>
|
||||
<td>[<a href="/addchan?user=<? VAR Username ESC=URL ?>">Hinzuf¨gen</a>]</td>
|
||||
<? IF ChannelLoop ?>
|
||||
<td>Speichern</td>
|
||||
<td>Name</td>
|
||||
<td>Jetzige Modi</td>
|
||||
<td>Vorgabe Modi</td>
|
||||
<td>Buffergröße</td>
|
||||
<td>Buffergröße</td>
|
||||
<td>Optionen</td>
|
||||
<? ELSE ?>
|
||||
<td> <- Channel hinzufügen (Öffnet sich in der selben Seite) </td>
|
||||
<td> <- Channel hinzufügen (Öffnet sich in der selben Seite) </td>
|
||||
<? ENDIF ?>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -159,7 +159,7 @@
|
||||
<tr class="<? IF __EVEN__ ?>evenrow<? ELSE ?>oddrow<? ENDIF ?>">
|
||||
<td>
|
||||
<input type="hidden" name="channel" value="<? VAR Name ESC=HTML ?>" />
|
||||
[<a href="/editchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Bearbeiten</a>] [<a href="/delchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Löschen</a>]
|
||||
[<a href="/editchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Bearbeiten</a>] [<a href="/delchan?user=<? VAR Username ESC=URL ?>&name=<? VAR Name ESC=URL ?>">Löschen</a>]
|
||||
</td>
|
||||
<td><input type="checkbox" name="save_<? VAR Name ESC=HTML ?>"<? IF InConfig ?> checked="checked"<? ENDIF ?> /></td>
|
||||
<td><? VAR Name ESC=HTML ?></td>
|
||||
@@ -180,7 +180,7 @@
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Größe des Wiedergabebuffers:</div>
|
||||
<div class="inputlabel">Größe des Wiedergabebuffers:</div>
|
||||
<div><input type="text" name="bufsize" value="<? VAR BufferCount ESC=HTML ?>" size="32" maxlength="9" /></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
Reference in New Issue
Block a user