mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'test' into develop
This commit is contained in:
commit
98f9dc3296
28 changed files with 19562 additions and 33 deletions
|
@ -147,9 +147,9 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
<fieldset class="cbi-section" id="server_common">
|
||||
<legend><%:Common server settings%></legend>
|
||||
<legend><%:Advanced settings%></legend>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Advanced settings%></label>
|
||||
<label class="cbi-value-title"><%:Show advanced settings%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" class="cbi-input-checkbox" id="showadv" value="1" onclick="jsshowadv()" />
|
||||
</div>
|
||||
|
@ -382,6 +382,24 @@
|
|||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset class="cbi-section" id="country">
|
||||
<legend><%:Country settings%></legend>
|
||||
<div class="cbi-section-descr"><%:Set configuration for countries with some specificities.%></div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Country%></label>
|
||||
<div class="cbi-value-field">
|
||||
<select class="cbi-input-select" name="country" size="1">
|
||||
<option value="" <% if uci:get("openmptcprouter","settings","country") == nil then %>selected="selected"<% end %>><%:None%></option>
|
||||
<option value="world" <% if uci:get("openmptcprouter","settings","country") == "world" then %>selected="selected"<% end %>><%:World%></option>
|
||||
<option value="china" <% if uci:get("openmptcprouter","settings","country") == "china" then %>selected="selected"<% end %>><%:China%></option>
|
||||
</select>
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:For China, set an accessible DNS and disable DNSSEC.%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</span>
|
||||
<hr />
|
||||
<fieldset class="cbi-section" id="laninterfaces">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue