31 lines
978 B
HTML
31 lines
978 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<div>TODO write content #SET{toto, 4} toto vaut #GET{toto} zeafazefaze azef azef azef azef <br />
|
|
<THELIA_FOO type="foo" id="loop1" param1="#GET{toto}">
|
|
toto : #TOTO <br />
|
|
count : #__COUNT__ <br /><br />
|
|
<THELIA_FU type="doobitch" param1="#__COUNT__" param2="#TUTU">
|
|
#ALFRED azd azd azed azd <br />
|
|
<T:CHAPO>#CHAPO n'est pas vide</T:CHAPO>le chapo est vide<//T:CHAPO> <br />
|
|
</THELIA_FU>
|
|
</THELIA_FOO>
|
|
|
|
<TEST_equel test="equal" variable="3" value="1">
|
|
test vrai
|
|
</TEST_equel>
|
|
test faux
|
|
<//TEST_equel>
|
|
<br />
|
|
<REPEAT_loopy start="6" end="12" increment="1">
|
|
Compteur = #INDEX<br />
|
|
</REPEAT_loopy>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|