You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
900 B
27 lines
900 B
[(#REM) |
|
rubrique - aoto |
|
|
|
param: |
|
- id_rubrique |
|
|
|
|
|
]<BOUCLE_rub(RUBRIQUES){id_rubrique}><!DOCTYPE html> |
|
<html lang="#LANG"> |
|
<head> |
|
<INCLURE{fond=inc/head}> |
|
<title>[(#TITRE|couper{50,' \[...\]'}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title> |
|
[<meta name="description" content="(#INTRODUCTION{130}|attribut_html)" />] |
|
[<link rel="canonical" href="(#URL_RUBRIQUE|url_absolue)" />] |
|
</head> |
|
|
|
<body class="page page-rubrique"> |
|
<INCLURE{fond=inc/header, id_rubrique}> |
|
#SET{found,''} |
|
[(#AOTO_TYPE_RUBRIQUE|=={portfolio}|oui)<INCLURE{fond=inc/rubrique_portfolio, env}> #SET{found,true}] |
|
[(#AOTO_TYPE_RUBRIQUE|=={news}|oui) <INCLURE{fond=inc/rubrique_news, env}> #SET{found,true}] |
|
[(#AOTO_TYPE_RUBRIQUE|=={cc}|oui) <INCLURE{fond=inc/rubrique_courtcircuit, env}> #SET{found,true}] |
|
[(#GET{found}|non) <INCLURE{fond=inc/rubrique, env}>] |
|
<INCLURE{fond=inc/footer}> |
|
</body> |
|
</html> |
|
</BOUCLE_rub> |