summary refs log tree commit diff stats
path: root/theme/admin/maintenance.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/maintenance.tpl')
-rw-r--r--theme/admin/maintenance.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme/admin/maintenance.tpl b/theme/admin/maintenance.tpl new file mode 100644 index 0000000..0f01110 --- /dev/null +++ b/theme/admin/maintenance.tpl
@@ -0,0 +1,17 @@
1<h2>Maintenance Mode</h2>
2
3<p>Here you can enable/disable Maintenance Mode. When Maintenance Mode is enabled, no one can access Four Island except localhost and a logged in administrator.</p>
4
5<form action="/admin/maintenance.php?submit=" method="post">
6 <p>
7 Maintenance Mode:
8 <select name="mode">
9 <option value="on"<!--ON-->>On</option>
10 <option value="off"<!--OFF-->>Off</option>
11 </select>
12 </p>
13
14 <p>
15 <button type="submit">Submit</button>
16 </p>
17</form>