Update: Channel join delay feature

This commit is contained in:
sprybear 2014-10-31 00:40:38 +08:00
parent 30d137eb03
commit 93a8c2d539

View File

@ -126,17 +126,22 @@
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="inputFloodproBurst" class="col-sm-2 control-label">Flood protection burst:</label> <label for="inputFloodproBurst" class="col-sm-2 control-label">Flood protection burst:</label>
<div class="col-sm-10"> <div class="col-sm-10">
<input type="number" class="form-control" name="floodburst" min="1" id="inputFloodproBurst floodburst" placeholder="Defines the number of lines, which can be sent immediately." <? IF FloodProtection ?> value="<? VAR FloodBurst ?>" <? ELSE ?> value="4" disabled="disabled" <? ENDIF ?> /> lines can be sent immediately <input type="number" class="form-control" name="floodburst" min="1" id="inputFloodproBurst floodburst" placeholder="Defines the number of lines, which can be sent immediately." <? IF FloodProtection ?> value="<? VAR FloodBurst ?>" <? ELSE ?> value="4" disabled="disabled" <? ENDIF ?> /> lines can be sent immediately
</div> </div>
</div> </div>
<div class="form-group">
<label for="inputFloodproRate" class="col-sm-2 control-label">Channel join delay:</label>
<div class="col-sm-10">
<input class="form-control" type="number" name="joindelay" id="joindelay" min="0" placeholder="Defines the delay in seconds, until channels are joined after getting connected." value="<? VAR JoinDelay ?>"/> seconds
</div>
</div>
<script type="text/javascript">floodprotection_change();</script> <script type="text/javascript">floodprotection_change();</script>
</div> <!-- Flood Protection --> </div> <!-- Flood Protection -->
<!-- Channels --> <!-- Channels -->
<div class="tab-pane fade" id="channelstab"> <div class="tab-pane fade" id="channelstab">
<? IF !Edit ?> <? IF !Edit ?>