Parent: [050987] (diff)

Child: [74ae58] (diff)

Download this file

admin_home.html    18 lines (18 with data), 546 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<form method="POST" action="{{c.project.url()}}admin/{{app.config.options.mount_point}}/set_home">
<label class="grid-4">Wiki Home Page:</label>
<div class="grid-9">
{% if allow_config %}
<input type="text" name="new_home" id="new_home" value="{{home}}"/>
{% else %}
<span>{{home}}</span>
{% endif %}
</div>
{% if allow_config %}
<div class="grid-13">&nbsp;</div>
<hr>
<div class="grid-13">&nbsp;</div>
<div class="grid-13">
<input type="submit" value="Save"/>
</div>
{% endif %}
</form>