Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
19
templates/admin/bandeau.tpl
Normal file
19
templates/admin/bandeau.tpl
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{include file='game/header.tpl'}
|
||||
<a href="?p={$linkpage}&i=add">Ajouter un titre</a>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Action</th>
|
||||
<th>Texte</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$tableau item=ligne key=key}
|
||||
<tr>
|
||||
<td><a href="?p={$linkpage}&i={$ligne.id}">EDIT</a> | <a href="?p={$linkpage}&d={$ligne.id}">SUPPR</a></td>
|
||||
<td{if $ligne.color} style="color: {$ligne.color};"{/if}><b>{$ligne.texte|upper}</b></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue