[SKEL] +page auteur
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 May 2015 10:18:20 +0000 (12:18 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 May 2015 10:18:20 +0000 (12:18 +0200)
auteur.html [new file with mode: 0644]
css/habillage.css
css/habillage.scss
lang/clavettes_fr.php

diff --git a/auteur.html b/auteur.html
new file mode 100644 (file)
index 0000000..dea3682
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+
+<BOUCLE_auteur(AUTEURS){id_auteur}>
+<title>[(#NOM_SITE_SPIP|textebrut)][ - (#TITRE|textebrut)]</title>
+[<meta name="description" content="(#TITRE)"/>]
+<INCLURE{fond=inclure/head}/>
+<link rel="stylesheet" href="plugins/clavettes/css/font-awesome/css/font-awesome.min.css" />
+</head>
+
+<body>
+    <header>
+        <INCLURE{fond=inclure/header}/>
+    </header>
+    <section id="wrap">
+<!--1ERE COLONNE-->
+        <div class="col-12 col-m-12 col-l-7">
+            <div id=auteurdescription>
+                <div id="news">
+                    <div class="auteurfull">
+                        <h2 class="#EDIT{nom}">#NOM</h2>
+                        [<h3 class="#EDIT{bio}">(#BIO)</h3>]
+                    </div>
+                </div>
+                <nav>
+                    <a href="#URL_SITE_SPIP" title="<:clavettes:retour_accueil:>"><i class="fa fa-arrow-circle-left"></i> <:clavettes:retour_accueil:></a>
+                </nav>
+            </div>
+        </div>
+
+<!--2EME COLONNE-->
+        <div class="col-12 col-m-12 col-l-5">
+            <div id="news">
+                <h2 class="titre"><:clavettes:envoyer_message:></h2>
+                <div class="auteur">
+                    #FORMULAIRE_ECRIRE_AUTEUR
+                </div>
+            </div>
+        </div>
+    </section>
+</BOUCLE_auteur>
+    <footer>
+        <INCLURE{fond=inclure/footer}/>
+    </footer>
+</body>
+</html>
index dfb780a..5250694 100644 (file)
@@ -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;
index f7f39e7..90e47c7 100644 (file)
@@ -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;
index 971f692..f3facf2 100644 (file)
@@ -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