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.
43 lines
1.1 KiB
43 lines
1.1 KiB
![]()
3 years ago
|
[(#REM)
|
||
|
rubrique
|
||
|
|
||
|
selon le secteur, on attribue differentes "compositions"
|
||
|
|
||
|
param:
|
||
|
- id_rubrique
|
||
|
- env pagination, etc ....
|
||
|
|
||
|
]<BOUCLE_rub(RUBRIQUES){id_rubrique}><!DOCTYPE html>
|
||
|
<html lang="#LANG">
|
||
|
<head>
|
||
|
<INCLURE{fond=inc/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><div class="main main-article" id="top">
|
||
|
<INCLURE{fond=inc/inc_header, id_rubrique, env} />
|
||
|
|
||
|
<!-- content -->
|
||
|
<div class="content container">
|
||
|
<div class="row">
|
||
|
<!-- content-main -->
|
||
|
<div class="col-md-9 content-main">
|
||
|
<INCLURE{fond=inc/inc_rubrique, env} />
|
||
|
</div>
|
||
|
<!-- #content-main -->
|
||
|
|
||
|
<!-- content-sidebar -->
|
||
|
<div class="col-md-3 content-sidebar">
|
||
|
<INCLURE{fond=inc/inc_sidebar, id_article} />
|
||
|
</div>
|
||
|
<!-- #content-sidebar -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- #content -->
|
||
|
|
||
|
<INCLURE{fond=inc/inc_footer} />
|
||
|
</div></body>
|
||
|
</html>
|
||
|
</BOUCLE_rub>
|