cyrilleinvalides/choupas/www/admin/app/templates/back/pages/system.html

226 lines
4.8 KiB
HTML
Executable File

<[include file="/elements/wireframes/2cols.html" share]>
<[content name=title]>
Gérer le système
<[/content]>
<[content name=path]>
&gt; Gérer le système
<[/content]>
<[content name=content]>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left">
<p><b>
:: <a href="/admin">Accueil</a>
&gt; Gestion du système
</b></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="libs/img/templates/tl.gif"></td>
<td background="libs/img/templates/t.gif"></td>
<td><img src="libs/img/templates/tr.gif"></td>
</tr>
<tr>
<td background="libs/img/templates/l.gif"></td>
<td height="50px">
<form id="form" method="post" enctype="multipart/form-data" class="">
<table width="" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="bold">
Gestion des paramètres d'execution
</td>
<td align="left"></td>
</tr>
</table>
<br />
</td>
</tr>
<tr>
<td>
<table cellspacing="0">
<[foreach [
[
'name': 'mode',
'desc': [ 'singular': "runtime mode" ],
'ns': 'conf[runtime]',
'value': [
'type': 'enum',
'default': 'default',
'values': array_keys(Core->getConf().modes),
'desc': array_keys(Core->getConf().modes),
],
],
[
'name': 'preprocessor',
'desc': [ 'singular': 'preprocessor' ],
'ns': 'conf[runtime]',
'value': [
'type': 'boolean',
],
],
[
'name': 'displayLog',
'desc': [ 'singular': 'display logs' ],
'ns': 'conf[runtime]',
'value': [
'type': 'boolean',
],
],
[
'name': 'display_errors',
'desc': [ 'singular': 'PHP.display_errors' ],
'ns': 'conf[php]',
'value': [
'type': 'boolean',
],
],
] : field]>
<[include file="/elements/types/underdog.html" share]>
<[content width1 : 200 /]>
<[content editable : 1 /]>
<[content field : field /]>
<[content name=value value=runtime[field.name] :: php[field.name] /]>
<[content name=ns value=field.ns /]>
<[/include]>
<[/foreach]>
</table>
</td>
</tr>
</table>
<br />
<input class="" type="submit" value="Enregistrer">
<input type="submit" value="Annuler" name="cancel" />
</form>
</td>
<td background="libs/img/templates/r.gif"></td>
</tr>
<tr>
<td><img src="libs/img/templates/bl.gif"></td>
<td background="libs/img/templates/b.gif"></td>
<td><img src="libs/img/templates/br.gif"></td>
</tr>
</table>
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="libs/img/templates/tl.gif"></td>
<td background="libs/img/templates/t.gif"></td>
<td><img src="libs/img/templates/tr.gif"></td>
</tr>
<tr>
<td background="libs/img/templates/l.gif"></td>
<td height="50px">
<form id="form" method="post" enctype="multipart/form-data" class="">
<table width="" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="bold">
Vider le cache pour le mode suivant
</td>
<td align="left"></td>
</tr>
</table>
<br />
</td>
</tr>
<tr>
<td>
<table cellspacing="0">
<[foreach [
[
'name': 'mode',
'desc': [ 'singular': 'runtime mode' ],
'ns': 'cache',
'value': [
'type': 'enum',
'default': 'default',
'values': array_merge([''], array_keys(Core->getConf().modes)),
'desc': array_merge(['*tous*'], array_keys(Core->getConf().modes)),
],
],
] : field]>
<[include file="/elements/types/underdog.html" share]>
<[content width1 : 200 /]>
<[content field : field /]>
<[content name=value value=runtime[field.name] /]>
<[content name=ns value=field.ns /]>
<[content editable : 1 /]>
<[/include]>
<[/foreach]>
</table>
</td>
</tr>
</table>
<br />
<input class="" type="submit" value="Vider le cache">
<input type="submit" value="Annuler" name="cancel" />
</form>
</td>
<td background="libs/img/templates/r.gif"></td>
</tr>
<tr>
<td><img src="libs/img/templates/bl.gif"></td>
<td background="libs/img/templates/b.gif"></td>
<td><img src="libs/img/templates/br.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<[/content]>
<[/include]>