98 lines
3.0 KiB
HTML
98 lines
3.0 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="fr">
|
|||
|
<head>
|
|||
|
<title>[(#NOM_SITE_SPIP|textebrut)] – [(#DESCRIPTIF_SITE_SPIP|textebrut)]</title>
|
|||
|
<INCLURE{fond=inclure/head}>
|
|||
|
<style>
|
|||
|
.navbar-static-top {
|
|||
|
margin-bottom: 0!important;
|
|||
|
}
|
|||
|
|
|||
|
.jumbotron {
|
|||
|
padding-bottom: 0!important;
|
|||
|
padding-top: 0!important;
|
|||
|
}
|
|||
|
h2 {
|
|||
|
margin-top: 4px;
|
|||
|
min-height: 48px;
|
|||
|
}
|
|||
|
|
|||
|
.PetitLogo {
|
|||
|
vertical-align: middle;
|
|||
|
}
|
|||
|
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
[(#INCLURE{fond=inclure/entete})]
|
|||
|
|
|||
|
<div class="jumbotron">
|
|||
|
<div class="container">
|
|||
|
<BOUCLE_documents_portfolio(DOCUMENTS) {id_article=31} {mode=document}{extension IN png,jpg,gif} {0,1}> <img src="[(#FICHIER)]" alt="" class="img-responsive"/></BOUCLE_documents_portfolio>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="container">
|
|||
|
<div class="row">
|
|||
|
<BOUCLE_rubriques(RUBRIQUES) {id_parent=1} {par num titre}>
|
|||
|
<div class="col-md-4">
|
|||
|
<h2 class="Accueil"><img src="IMG/[(#LOGO_RUBRIQUE**)]" alt=""/>
|
|||
|
<BOUCLE_premier_article(ARTICLES){id_rubrique}{par num titre}{0,1}>
|
|||
|
<a href="#URL_ARTICLE">[(#_rubriques:TITRE|supprimer_numero|libreasso_titrecourt)]</a>
|
|||
|
</BOUCLE_premier_article>
|
|||
|
</h2>
|
|||
|
<div class=""> #DESCRIPTIF</div>
|
|||
|
</div>
|
|||
|
</BOUCLE_rubriques>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="Sommaire_Infos">
|
|||
|
<div class="container">
|
|||
|
<div class="row small">
|
|||
|
<div class="col-md-4">
|
|||
|
<BOUCLE_deuxieme_bloc(ARTICLES){id_article=32}>
|
|||
|
[<h2 class="Accueil"><img src="IMG/[(#LOGO_ARTICLE**)]" alt=""/> <small>(#SOUSTITRE)</small></h2>]
|
|||
|
#TEXTE
|
|||
|
</BOUCLE_deuxieme_bloc>
|
|||
|
</div>
|
|||
|
<div class="col-md-4">
|
|||
|
<BOUCLE_site_april(SITES){id_syndic=1}>
|
|||
|
<h2 class="Accueil"><img src="IMG/[(#LOGO_SITE**)]" alt=""/> <small>#NOM_SITE</small></h2>
|
|||
|
<ul>
|
|||
|
<BOUCLE_syndication(SYNDIC_ARTICLES){id_syndic=1}{0,5}{par date}{inverse}>
|
|||
|
<li><a href="#URL_ARTICLE" class="spip_out">#TITRE</a></li>
|
|||
|
</BOUCLE_syndication>
|
|||
|
</ul>
|
|||
|
</BOUCLE_site_april>
|
|||
|
</div>
|
|||
|
<div class="col-md-4">
|
|||
|
<BOUCLE_premier_bloc(ARTICLES){id_article=37}>
|
|||
|
[<h2 class="Accueil"><img src="IMG/[(#LOGO_ARTICLE**)]" alt=""/> <small>(#SOUSTITRE)</small></h2>]
|
|||
|
#TEXTE
|
|||
|
</BOUCLE_premier_bloc>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="Sommaire_Apropos">
|
|||
|
<div class="container">
|
|||
|
<div class="row small">
|
|||
|
<div class="col-md-4">
|
|||
|
</div>
|
|||
|
<div class="col-md-4">
|
|||
|
<BOUCLE_apropos(ARTICLES){id_article=30}>
|
|||
|
[<h2 class="Accueil"><img src="IMG/[(#LOGO_ARTICLE**)]" alt=""/> <small>(#SOUSTITRE)</small></h2>]
|
|||
|
#TEXTE
|
|||
|
</BOUCLE_apropos>
|
|||
|
</div>
|
|||
|
<div class="col-md-4">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|