7 changed files with 164 additions and 12 deletions
@ -0,0 +1,31 @@
|
||||
<B_compatibility> |
||||
<table class="spip supportedversions"> |
||||
<thead> |
||||
<BOUCLE_compatibility_head(DATA){source table, #NULL|SupportedVersions::phpMatrixWithEol}{0,1}> |
||||
<tr> |
||||
<th> </th> |
||||
<th style="text-align: center;" colspan="[(#VALEUR|count)]"><:supportedversions:php_compatibility:></th> |
||||
</tr> |
||||
<tr> |
||||
<th>SPIP</th> |
||||
<BOUCLE_matrix_head(DATA){source table, #VALEUR|array_keys}> |
||||
<th>#VALEUR</th> |
||||
</BOUCLE_matrix_head> |
||||
</tr> |
||||
</BOUCLE_compatibility_head> |
||||
</thead> |
||||
<BOUCLE_compatibility(DATA){source table, #NULL|SupportedVersions::phpMatrixWithEol}> |
||||
<tr> |
||||
<td>#CLE</td> |
||||
<BOUCLE_matrix(DATA){source table, #VALEUR}> |
||||
<td> |
||||
[(#VALEUR|?{ |
||||
<span title="<:item_oui:>" style="color: #6f9271;">✔</span>, |
||||
<span title="<:item_non:>" style="color: #750f0f;">✘</span> |
||||
})] |
||||
</td> |
||||
</BOUCLE_matrix> |
||||
</tr> |
||||
</BOUCLE_compatibility> |
||||
</table> |
||||
</B_compatibility> |
Loading…
Reference in new issue