[SKEL] +page auteur
[lhc/web/clavettes.git] / auteur.html
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>