contact.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <BOUCLE_principale(AUTEURS){tout}{par id_auteur}{! email}{0,1}>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
  4. ]<!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie6"> <![endif]-->
  5. <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie7"> <![endif]-->
  6. <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie8"> <![endif]-->
  7. <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9"> <![endif]-->
  8. <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]-->
  9. <head>
  10. <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
  11. <title><:contact:> - [(#NOM_SITE_SPIP|textebrut)]</title>
  12. <INCLURE{fond=inclure/head} />
  13. <meta name="robots" content="none" />
  14. </head>
  15. <body class="pas_surlignable page_contact">
  16. <div class="page">
  17. <INCLURE{fond=inclure/header} />
  18. <INCLURE{fond=inclure/nav,env} />
  19. <div class="main">
  20. <div class="wrapper">
  21. <div class="content" id="content">
  22. <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:contact:></strong></p>
  23. <div class="cartouche">
  24. <h1><:contact:></h1>
  25. </div>
  26. #FORMULAIRE_ECRIRE_AUTEUR
  27. </div><!--.content-->
  28. </div><!--.wrapper-->
  29. <div class="aside">
  30. <INCLURE{fond=inclure/navsub} />
  31. #FORMULAIRE_RECHERCHE
  32. </div><!--.aside-->
  33. </div><!--.main-->
  34. <INCLURE{fond=inclure/footer,self=#SELF} />
  35. </div><!--.page-->
  36. </body>
  37. </html>
  38. </BOUCLE_principale>[(#INCLURE{fond=404, erreur=<:aucun_auteur:>})]<//B_principale>