Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
15
templates/humain/version.tpl
Normal file
15
templates/humain/version.tpl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<table style="width: 530px; margin-left: auto; margin-right: auto;" cellpadding="2" class="versions">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Mises à jour</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- BEGIN versions -->
|
||||
<tr>
|
||||
<td style="width: 20%; font-weight: bold;">version {versions.NUMERO}</td>
|
||||
<td style="width: 80%; text-align: left;">{versions.DESCRIPTION}</td>
|
||||
</tr>
|
||||
<!-- END versions -->
|
||||
</tbody>
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue