on y touche à deux :)
This commit is contained in:
parent
d9769f9930
commit
9a15481ba8
@ -6,6 +6,7 @@
|
||||
<INCLURE{fond=inclure/nav} />
|
||||
|
||||
<section id="main">
|
||||
|
||||
<BOUCLE_principale(ARTICLES) {id_article=#ENV{id_article,10}}>
|
||||
<p class="arbo">
|
||||
<a href="#URL_SITE_SPIP/"><:accueil_site:></a>
|
||||
@ -14,7 +15,9 @@
|
||||
</BOUCLE_ariane>[ > <strong class="on">(#TITRE|couper{80})</strong>]
|
||||
</p>
|
||||
[(#TEXTE|image_reduire{672,*})]
|
||||
[(#LESAUTEURS)][, le (#DATE|affdate)][, modifié le (#DATE_MODIF|affdate)]
|
||||
</BOUCLE_principale>
|
||||
|
||||
</section>
|
||||
|
||||
<INCLURE{fond=inclure/footer,self=#SELF} />
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import "Fork-Awesome/css/fork-awesome.min.css";
|
||||
@import "classes.css";
|
||||
/*@import "syntax.css";*/
|
||||
/*@import "pure-min.css";*/
|
||||
@import "syntax.css";
|
||||
@import "pure-min.css";
|
||||
|
||||
/* fonts */
|
||||
@font-face
|
||||
|
@ -14,5 +14,5 @@
|
||||
<a href="?rubrique1" class="button"><i class="fa fa-lightbulb-o"></i>Tutos</a>
|
||||
<a href="?rubrique3" class="button"><i class="fa fa-book"></i>Blog</a>
|
||||
<a href="?article12" class="button"><i class="fa fa-money"></i>Poen</a>
|
||||
<a href="https://ps.zoethical.org/c/ps/gnuragistes/130" class="button"><i class="fa fa-activitypub"></i>Forum</a>
|
||||
</nav>
|
||||
<a href="https://ps.zoethical.org/c/ps/gnuragistes/130" class="button" target= "_blank"><i class="fa fa-activitypub"></i>Forum</a>
|
||||
</nav>
|
||||
|
@ -21,14 +21,15 @@
|
||||
|
||||
<B_articles>
|
||||
|
||||
<ul>
|
||||
<BOUCLE_articles(ARTICLES) {id_rubrique}>
|
||||
<li>
|
||||
<a href="#URL_ARTICLE">#TITRE</a><br />
|
||||
<small>· [(#DATE_MODIF|affdate)], par #LESAUTEURS</small>
|
||||
</li>
|
||||
</BOUCLE_articles>
|
||||
</ul>
|
||||
<BOUCLE_articles(ARTICLES) {id_rubrique}>
|
||||
<h3>
|
||||
<a href="#URL_ARTICLE">#TITRE</a><br />
|
||||
<span class="smaller">
|
||||
[(#SOUSTITRE)<br />]
|
||||
#LESAUTEURS, le [(#DATE|affdate)][, modifié le (#DATE_MODIF|affdate)]
|
||||
</span>
|
||||
</h3>
|
||||
</BOUCLE_articles>
|
||||
|
||||
</B_articles>
|
||||
Cette rubrique ne contient pas d'article.
|
||||
|
Loading…
Reference in New Issue
Block a user