forum.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <BOUCLE_principale(FORUMS){id_forum}>
  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><:forum:forum:> #ID_FORUM - [(#NOM_SITE_SPIP|textebrut)]</title>
  12. <INCLURE{fond=inclure/head} />
  13. <meta name="robots" content="none" />
  14. </head>
  15. <body class="pas_surlignable page_forum">
  16. <div class="page">
  17. <INCLURE{fond=inclure/header} />
  18. <INCLURE{fond=inclure/nav,env} />
  19. <div class="main">
  20. [(#REM) Contenu principal : message de forum ]
  21. <div class="wrapper">
  22. <div class="content" id="content">
  23. <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; ... &gt; <strong class="on"><:forum:forum:> #ID_FORUM</strong></p><!--.arbo-->
  24. <div class="cartouche">
  25. [<h1>(#TITRE|sinon{<:forum:forum:> #ID_FORUM})</h1>]
  26. </div>
  27. <p class="comment-meta">
  28. <small><abbr class="dtreviewed"[ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)][, (#DATE|heures)][:(#DATE|minutes)]</abbr>[<span class="sep">, </span><:par_auteur:> <span class="#EDIT{qui}">(#NOM|couper{80})</span>]</small>
  29. </p>
  30. <div class="comment-content">
  31. [<div class="#EDIT{texte} comment-texte">(#TEXTE|lignes_longues)</div>]
  32. [<div class="comment-notes">(#NOTES|lignes_longues)</div>]
  33. [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE|attribut_html)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
  34. [<div class="comment-doc"><:medias:info_document:> : (#ENV{ajouter_document}|table_valeur{name})</div>]
  35. <B_mots><p class="comment-mots"><:forum:forum_avez_selectionne:> <BOUCLE_mots(MOTS){id_mot IN #ENV**{ajouter_mot}}{par num type}{par type}{par num titre}{par titre}{', '}>#TITRE</BOUCLE_mots></p></B_mots>
  36. </div>
  37. [<h2><:forum:form_pet_message_commentaire:></h2>
  38. (#FORMULAIRE_FORUM)]
  39. </div><!--.content-->
  40. </div><!--.wrapper-->
  41. <div class="aside">
  42. <INCLURE{fond=inclure/navsub} />
  43. #FORMULAIRE_RECHERCHE
  44. </div><!--.aside-->
  45. </div><!--.main-->
  46. <INCLURE{fond=inclure/footer,self=#SELF} />
  47. </div><!--.page-->
  48. </body>
  49. </html>
  50. </BOUCLE_principale>