1 <h2>Nouvelle licence</h2>
4 <li><a href="<?php echo $this->url("admin/licences") ?>">Retour à la liste des licences</a></li>
7 <form name="licence_form" action="<?php echo $this->url("admin/licences/add") ?>" method="post">
11 <label for="nom">nom</label>
12 <div class="form_input">
13 <input size="45" type="text" name="nom" id="nom" value="<?php echo isset($this->out["licence"]["nom"]) ? $this->out["licence"]["nom"] : "" ?>" />
17 <label for="url">url</label>
18 <div class="form_input">
19 <input size="45" type="text" name="url" id="url" value="<?php echo isset($this->out["licence"]["url"]) ? $this->out["licence"]["url"] : "" ?>" />
23 <div class="form_single_button">
24 <input type="submit" value="Ajouter" />