You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
Smarty
30 lines
1.0 KiB
Smarty
<div class="alert alert-warning">
|
|
<form>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input type="checkbox" data-field="maintenanceMode"> <strong>Maintenance Mode</strong>
|
|
</label>
|
|
</div>
|
|
<p class="help-block">
|
|
When the forum is in maintenance mode, all requests will be redirected to a static holding page.
|
|
Administrators are exempt from this redirection, and are able to access the site normally.
|
|
</p>
|
|
</form>
|
|
</div>
|
|
<div class="alert alert-warning">
|
|
<form>
|
|
<div class="form-group">
|
|
<label for="allow-from-uri">Set ALLOW-FROM to Place NodeBB in an iFrame:</label>
|
|
<input class="form-control" id="allow-from-uri" type="text" placeholder="external-domain.com" data-field="allow-from-uri" /><br />
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="cookieDomain">Set domain for session cookie</label>
|
|
<input class="form-control" id="cookieDomain" type="text" placeholder=".domain.tld" data-field="cookieDomain" /><br />
|
|
<p class="help-block">
|
|
Leave blank for default
|
|
</p>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<!-- IMPORT admin/settings/footer.tpl --> |