1 | <BOUCLE_article_principal(ARTICLES) {id_document}> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html dir="#LANG_DIR" lang="#LANG"> |
---|
4 | <head> |
---|
5 | <title>Sklunk <BOUCLE_aut(AUTEURS){id_article}>[- (#NOM)]</BOUCLE_aut> - [(#TITRE|textebrut|couper{50})]</title> |
---|
6 | |
---|
7 | <meta name="generator" content="SPIP #SPIP_VERSION" /> |
---|
8 | <meta name="publisher" content="Sklunk.net" /> |
---|
9 | <meta name="copyright" content="Sklunk.net" /> |
---|
10 | <meta name="keywords" content="sklunk, [(#EXTRA|extra{keyword})]" /> |
---|
11 | <meta name="description" content="[(#INTRODUCTION|texte_backend|couper{196})]" /> |
---|
12 | <meta name="identifier-url" content="#URL_SITE_SPIP" /> |
---|
13 | <meta name="robot" content="follow, index, all" /> |
---|
14 | <meta name="expires" content="never" /> |
---|
15 | <meta name="document-class" content="Published" /> |
---|
16 | <meta name="document-rights" content="Copywritten Work" /> |
---|
17 | <meta name="document-type" content="Public" /> |
---|
18 | <meta name="document-distribution" content="Global" /> |
---|
19 | <meta name="revised" content="<BOUCLE_auteur_header(AUTEURS){id_article}>#NOM</BOUCLE_auteur_header>, [(#DATE_MODIF|mois)]/[(#DATE_MODIF|jour)]/[(#DATE_MODIF|annee)]" /> |
---|
20 | <meta name="reply-to" content="#EMAIL_WEBMASTER" /> |
---|
21 | <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> |
---|
22 | |
---|
23 | [<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{images/favicons/favicon.ico})" />] |
---|
24 | [<link rel="icon" type="image/png" href="(#CHEMIN{images/favicons/favicon.png})" />] |
---|
25 | |
---|
26 | #INSERT_HEAD |
---|
27 | <script type="text/javascript" src="#CHEMIN{javascript/thickbox.js}"></script> |
---|
28 | <link rel='stylesheet' media='print, projection, screen, tv' type='text/css' href='#CHEMIN{thickbox.css}' /> |
---|
29 | <script type="text/javascript"> |
---|
30 | $(document).ready(function() { |
---|
31 | $('#footer, .fragment-menu, #nav-rapide').css('opacity',0.7); |
---|
32 | TB_chemin_close = 'http://www.sklunk.net/plugins/thickbox2/close.gif'; |
---|
33 | TB_show('','<BOUCLE_afficher_document(DOCUMENTS){id_article}{0,1}{extension==(png|jpg|gif)$}>#FICHIER</BOUCLE_afficher_document>','') |
---|
34 | }); |
---|
35 | </script> |
---|
36 | |
---|
37 | <link rel='stylesheet' media='print, projection, screen, tv' type='text/css' href='#CHEMIN{css/sklunk.css}' /> |
---|
38 | <link rel='stylesheet' media='print, projection, screen, tv' type='text/css' href='spip.php?page=styles_sklunk_carte_auto' /> |
---|
39 | </head> |
---|
40 | |
---|
41 | <body> |
---|
42 | |
---|
43 | <div style="margin:200px auto;width:600px;background:transparent"> |
---|
44 | [<a style="margin:0 auto"><a href="#URL_SITE_SPIP" title="#NOM_SITE_SPIP">(#NOM_SITE_SPIP|image_typo{police=Eurosti.ttf, couleur=ffffff, taille=100, align=center,largeur=600px})</a></h1>] |
---|
45 | </div> |
---|
46 | |
---|
47 | <INCLURE {fond=footer}{lang}> |
---|
48 | [(#FORMULAIRE_ADMIN{'spip-admin-float'})] |
---|
49 | </body> |
---|
50 | </html> |
---|
51 | </BOUCLE_article_principal> |
---|