mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Added Listen Port table
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@647 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -3,6 +3,38 @@
|
||||
<form action="/settings" method="post">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
|
||||
<div class="section">
|
||||
<div class="sectiontitle">Listen Port(s)</div>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Listen Port(s):</div>
|
||||
<div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Port</td>
|
||||
<td>BindHost</td>
|
||||
<td>SSL</td>
|
||||
<td>IPv6</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<? LOOP ListenLoop ?>
|
||||
<tr class="<? IF __EVEN__ ?>evenrow<? ELSE ?>oddrow<? ENDIF ?>">
|
||||
<td><? VAR Port ESC=HTML ?></td>
|
||||
<td><? VAR BindHost ESC=HTML DEFAULT=* ?></td>
|
||||
<td><? IF IsSSL ?>True<? ENDIF ?></td>
|
||||
<td><? IF IsIPV6 ?>True<? ENDIF ?></td>
|
||||
</tr>
|
||||
<? ENDLOOP ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="sectiontitle">Settings</div>
|
||||
<div class="sectionbg">
|
||||
|
||||
Reference in New Issue
Block a user