Ajout : ./garradin
[garradin.git] / templates / admin / wiki / creer.tpl
1 {include file="admin/_head.tpl" title="Créer une page" current="wiki"}
2
3 {if $error}
4 <p class="error">
5 {$error|escape}
6 </p>
7 {/if}
8
9 <form method="post" action="{$self_url|escape}">
10
11 <fieldset>
12 <legend>Informations</legend>
13 <dl>
14 <dt><label for="f_titre">Titre</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
15 <dd><input type="text" name="titre" id="f_titre" value="{form_field name=titre}" /></dd>
16 </dl>
17 </fieldset>
18
19 <p class="submit">
20 {csrf_field key="wiki_create"}
21 <input type="submit" name="create" value="Créer cette page" />
22 </p>
23
24 </form>
25
26
27 {include file="admin/_foot.tpl"}