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.
44 lines
1.4 KiB
44 lines
1.4 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
|
"http://www.w3.org/TR/html4/strict.dtd"> |
|
<html lang="#LANG"> |
|
<head> |
|
<meta http-equiv="content-type" content="text/html; charset=#CHARSET"> |
|
<title>Chapitre [(#TITRE)] - [(#NOM_SITE_SPIP)] - [(#DATE|annee)]</title> |
|
<style type="text/css" title="css du livre" media="screen"> |
|
<!-- |
|
@import "#DOSSIER_SQUELETTES/book.css"; |
|
--> |
|
</style> |
|
<style type="text/css" title="impression du livre" media="print"> |
|
<!-- |
|
@import "#DOSSIER_SQUELETTES/bookprint.css"; |
|
--> |
|
</style> |
|
</head> |
|
<body> |
|
<div id="liste"> |
|
<BOUCLE_CHAPITRE(RUBRIQUES){id_rubrique}> |
|
<h1>Chapitre [(#TITRE)] - [(#NOM_SITE_SPIP)] - [(#DATE|annee)]</h1> |
|
<div id="chapitre"> |
|
<h2><a href="book.php3" title="Retour sommaire">[(#TITRE)]</a></h2> |
|
|
|
<BOUCLE_articles(ARTICLES){id_rubrique}{agenda date, (#DATE|annee)}{par date}{id_mot = Livre}{"<hr>"}> |
|
[<dt><a href="./ecrire/articles.php3?id_article=#ID_ARTICLE">(#TITRE)</a></dt>] |
|
<dd class="auteur">[Publié le: (#DATE|affdate)] |
|
<BOUCLE_auteurs0(AUTEURS) {id_article} {par nom}{", "}> |
|
[par <strong>(#NOM)</strong>] |
|
<span>#URL_SITE_SPIP/#URL_ARTICLE</span> |
|
</BOUCLE_auteurs0> |
|
</dd> |
|
[<dd class="logo">(#LOGO_ARTICLE)</dd>] |
|
[<dd class="descriptif">(#DESCRIPTIF)</dd>] |
|
[<dd class="chapo">(#CHAPO|PtoBR)</dd>] |
|
[<dd class="texte">(#TEXTE)</dd>] |
|
[<dd class="ps">(#PS)</dd>] |
|
[<dd class="notes">(#NOTES)</dd>] |
|
</BOUCLE_articles> |
|
</div> |
|
</BOUCLE_CHAPITRE> |
|
</div> |
|
</body> |
|
</html>
|
|
|