7 changed files with 58 additions and 2 deletions
@ -0,0 +1,27 @@
|
||||
<B_eol_branches> |
||||
<table class="spip"> |
||||
<thead> |
||||
<tr> |
||||
<th><:supportedversions:branch:></th> |
||||
<th colspan="2"><:date:></th> |
||||
<th><:supportedversions:last_release:></th> |
||||
<th><:info_notes:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_eol_branches(DATA){source table, #NULL|SupportedVersions::eoledBranches}> |
||||
<tr> |
||||
<td>#BRANCH</td> |
||||
<td> |
||||
[(#LAST_DATE_RELEASE|affdate)] |
||||
</td> |
||||
<td> |
||||
[(#LAST_DATE_RELEASE|date_relative)] |
||||
</td> |
||||
<td>#LAST_VERSION_RELEASE</td> |
||||
<td> </td> |
||||
</tr> |
||||
</BOUCLE_eol_branches> |
||||
</tbody> |
||||
</table> |
||||
</B_eol_branches> |
Loading…
Reference in new issue