From: Ludovic CHEVALIER Date: Thu, 21 May 2015 10:18:20 +0000 (+0200) Subject: [SKEL] +page auteur X-Git-Tag: 0.2.0~1 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=969d368a3fe6974a28b27e782d005d94e728c3a3 [SKEL] +page auteur --- diff --git a/auteur.html b/auteur.html new file mode 100644 index 0000000..dea3682 --- /dev/null +++ b/auteur.html @@ -0,0 +1,47 @@ + + + + + +[(#NOM_SITE_SPIP|textebrut)][ - (#TITRE|textebrut)] +[] + + + + + +
+ +
+
+ +
+
+
+
+

#NOM

+ [

(#BIO)

] +
+
+ +
+
+ + +
+
+

<:clavettes:envoyer_message:>

+
+ #FORMULAIRE_ECRIRE_AUTEUR +
+
+
+
+ + + + diff --git a/css/habillage.css b/css/habillage.css index dfb780a..5250694 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -327,12 +327,20 @@ p { } /* line 273, habillage.scss */ -.article { +.article, .auteur { background-color: #e8e3e1; margin: 0 0 15px 0; line-height: 1.3; } +.auteur ul { + margin: 15px 0 0 15px; +} + +.auteur .submit { + margin: 15px; +} + /* line 278, habillage.scss */ .article h1 { font-size: 1.4em; @@ -376,7 +384,7 @@ p { } /* line 308, habillage.scss */ -.articlefull { +.articlefull,.auteurfull { background-color: #e8e3e1; margin: 0 0 15px 0; line-height: 1.3; diff --git a/css/habillage.scss b/css/habillage.scss index f7f39e7..90e47c7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -270,11 +270,17 @@ p{ #news{ margin:0 10px; } -.article{ +.article, .auteur{ background-color:#e8e3e1; margin:0 0 15px 0; line-height: 1.3; } +.auteur ul { + margin: 15px 0 0 15px; +} +.auteur .submit { + margin: 15px; +} .article h1{ font-size: 1.4em; width:100%; @@ -305,7 +311,7 @@ p{ } -.articlefull{ +.articlefull,.auteurfull{ background-color:#e8e3e1; margin:0 0 15px 0; line-height: 1.3; diff --git a/lang/clavettes_fr.php b/lang/clavettes_fr.php index 971f692..f3facf2 100644 --- a/lang/clavettes_fr.php +++ b/lang/clavettes_fr.php @@ -9,6 +9,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'agenda' => 'Agenda', //D 'derniers_articles' => 'Derniers articles', + //E + 'envoyer_message' => 'Envoyer un message', //H 'historique' => 'Historique', //L