Browse Source
Première version de la page auteur.html à retravailler. Correction d'un bug {id_rubrique !IN #CONFIG{html5up_spectral/rubrique_exclure}|picker_selected{rubrique}} oubliémaster

5 changed files with 92 additions and 3 deletions
@ -0,0 +1,88 @@
|
||||
<!DOCTYPE HTML> |
||||
<html> |
||||
<head> |
||||
<INCLURE{fond=inclure/head,id_auteur}> |
||||
</head> |
||||
<body class="is-preload"> |
||||
|
||||
<!-- Page Wrapper --> |
||||
<div id="page-wrapper"> |
||||
|
||||
<!-- Header & Menu --> |
||||
<INCLURE{fond=inclure/header_menu}> |
||||
|
||||
<!-- Main --> |
||||
<BOUCLE_principale(AUTEURS){id_auteur}> |
||||
<article id="main"> |
||||
<header> |
||||
|
||||
<h2>[(#NOM|supprimer_numero)]</h2> |
||||
[(#LOGO_AUTEUR|image_reduire{*,128})] |
||||
</header> |
||||
|
||||
|
||||
[<section class="wrapper style4 alt"> |
||||
<div class="inner"> |
||||
<div style="margin-left:1em;margin-right:1em"> |
||||
<p > |
||||
(#BIO) |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</section>] |
||||
|
||||
|
||||
|
||||
|
||||
<section class="wrapper style5"> |
||||
|
||||
|
||||
<div class="inner"> |
||||
|
||||
<B_articles> |
||||
<h2>#TOTAL_BOUCLE [(#TOTAL_BOUCLE|>={2}|?{<:articles:>, <:article:>})] de [(#NOM|supprimer_numero)]</h2> |
||||
<BOUCLE_articles(ARTICLES){id_auteur}{id_rubrique !IN #CONFIG{html5up_spectral/rubrique_exclure}|picker_selected{rubrique}}{par date}{inverse}> |
||||
<h4><a href="#URL_ARTICLE">#TITRE</a></h4> |
||||
#DESCRIPTIF |
||||
</BOUCLE_articles> |
||||
|
||||
|
||||
[<h2>Site internet de [(#NOM|supprimer_numero)]</h2> |
||||
<ul class="actions special"> |
||||
<li><a href="#URL_SITE" class="button primary">(#NOM_SITE)</a></li> |
||||
</ul>] |
||||
|
||||
|
||||
<B_contact> |
||||
[(#REM) hack provisoire pour ne pouvoir contacter que les admin, sera paramétrable bientôt ] |
||||
<h2>Contacter [(#NOM|supprimer_numero)]</h2> |
||||
|
||||
#FORMULAIRE_ECRIRE_AUTEUR |
||||
<BOUCLE_contact(AUTEURS){id_auteur}{statut=0minirezo}> |
||||
</BOUCLE_contact> |
||||
</div> |
||||
</B_contact> |
||||
|
||||
|
||||
|
||||
</section> |
||||
|
||||
|
||||
|
||||
|
||||
</article> |
||||
|
||||
|
||||
|
||||
</BOUCLE_principale> |
||||
|
||||
<!-- Footer --> |
||||
<INCLURE{fond=inclure/footer}> |
||||
|
||||
</div> |
||||
|
||||
<!-- Scripts --> |
||||
<INCLURE{fond=inclure/script}> |
||||
|
||||
</body> |
||||
</html> |
Loading…
Reference in new issue