plan et auteurs
This commit is contained in:
parent
2439adc899
commit
a0699b9ddf
46
auteur.html
Executable file
46
auteur.html
Executable file
@ -0,0 +1,46 @@
|
||||
<INCLURE{fond=inclure/head} />
|
||||
<body>
|
||||
|
||||
<INCLURE{fond=inclure/header,env} />
|
||||
<INCLURE{fond=inclure/nav} />
|
||||
|
||||
<section id="main">
|
||||
|
||||
<BOUCLE_principale(AUTEURS) {id_auteur}>
|
||||
<p class="arbo">
|
||||
<a href="#URL_SITE_SPIP/"><:accueil_site:></a> >
|
||||
les gnuragistes[ > <strong class="on">(#NOM|couper{80})</strong>]
|
||||
</p>
|
||||
|
||||
<div>
|
||||
[(#LOGO_AUTEUR|image_reduire{224,*})]
|
||||
[(#BIO)]
|
||||
[<h3>Site personel : <a href="#URL_SITE">(#NOM_SITE)</a></h3>]
|
||||
[<h3>Clé GPG : <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/#PGP">(#PGP)</a></h3>]
|
||||
</div>
|
||||
|
||||
<B_articles>
|
||||
<h2>Articles de [(#NOM)] (#GRAND_TOTAL)</h2>
|
||||
<ul class="spip">
|
||||
<BOUCLE_articles(ARTICLES) {id_auteur} {!id_rubrique=4} {par titre}>
|
||||
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||||
</BOUCLE_articles>
|
||||
</ul>
|
||||
</B_articles>
|
||||
</BOUCLE_principale>
|
||||
|
||||
|
||||
<h2>D'autre(s) gnuragiste(s)…</h2>
|
||||
<h3>
|
||||
<BOUCLE_auteurs(AUTEURS) {!id_auteur}>
|
||||
<a href="#URL_AUTEUR">[(#NOM)]</a>
|
||||
</BOUCLE_auteurs>
|
||||
</h3>
|
||||
|
||||
</section>
|
||||
|
||||
<INCLURE{fond=inclure/footer,self=#SELF} />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
24
plan.html
Executable file
24
plan.html
Executable file
@ -0,0 +1,24 @@
|
||||
[(#REM)
|
||||
|
||||
Voir https://doc.gnuragist.es/spip-from-scratch?both pour des notes
|
||||
|
||||
]
|
||||
|
||||
<INCLURE{fond=inclure/head} />
|
||||
<body>
|
||||
|
||||
<INCLURE{fond=inclure/header,env} />
|
||||
<INCLURE{fond=inclure/nav} />
|
||||
|
||||
<section id="main">
|
||||
<div class="cartouche">
|
||||
<h1><:plan_site:></h1>
|
||||
</div>
|
||||
#MODELE{plan}
|
||||
</section>
|
||||
|
||||
<INCLURE{fond=inclure/footer,self=#SELF} />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user