Rev | Line | |
---|
[1] | 1 | <h2>Configuration générale</h2> |
---|
| 2 | <div class="bloc_content"> |
---|
| 3 | <form name="news_form" action="<?= $env->url(array("e" => "set_config")) ?>" method="post"> |
---|
| 4 | <table class="admin"> |
---|
| 5 | <tr> |
---|
| 6 | <th>Nom du site</th> |
---|
| 7 | <td><input type="text" name="site_name" style="width: 500px" value="<?= $env->out["config"]["site_name"] ?>" /></td> |
---|
| 8 | </tr> |
---|
| 9 | <tr> |
---|
| 10 | <th>Email contact</th> |
---|
| 11 | <td><input type="text" name="email_contact" style="width: 500px" value="<?= $env->out["config"]["email_contact"] ?>" /></td> |
---|
| 12 | </tr> |
---|
| 13 | <tr> |
---|
| 14 | <th>Dossier des fichiers d'affichage</th> |
---|
| 15 | <td><input type="text" name="out" style="width: 500px" value="<?= $env->out["config"]["out"] ?>" /></td> |
---|
| 16 | </tr> |
---|
| 17 | <tr> |
---|
| 18 | <th>Maximum des listes</th> |
---|
| 19 | <td><input type="text" name="max_list" |
---|
| 20 | style="width: 500px" value="<?= $env->out["config"]["max_list"] ?>" /></td> |
---|
| 21 | </tr> |
---|
| 22 | </table> |
---|
| 23 | <table class="admin"> |
---|
| 24 | <tr> |
---|
| 25 | <td align="center"><input type="submit" value="Enregistrer" /></td> |
---|
| 26 | </tr> |
---|
| 27 | </table> |
---|
| 28 | </form> |
---|
| 29 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.