source: branches/rsr.v5.1/web/app/out/dist/content/e_set_config.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 1011 bytes
Line 
1<h2>Configuration g&eacute;n&eacute;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.