Commit | Line | Data |
---|---|---|
c495c100 P |
1 | #CACHE{24*3600} |
2 | <BOUCLE_sondage_principal(FORMS) {id_form}> | |
3 | <html dir="#LANG_DIR" lang="#LANG"> | |
4 | <head> | |
5 | <title><:forms:resultats:>[(#TITRE|textebrut)]</title> | |
6 | <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> | |
7 | <meta name="generator" content="SPIP" /> | |
8 | [<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />] | |
9 | ||
10 | <!-- Lien vers le backend pour navigateurs eclaires --> | |
11 | <link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="#URL_PAGE{backend}" /> | |
12 | ||
13 | <!-- Ceci est la feuille de style par defaut pour le code genere par SPIP --> | |
14 | <link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" media="all" /> | |
15 | <!-- Feuille de styles CSS pour l'affichage du site sur ecran --> | |
16 | <link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" media="projection, screen, tv" /> | |
17 | <!-- Feuille de styles CSS pour l'impression --> | |
18 | <link rel="stylesheet" href="[(#CHEMIN{impression.css}|direction_css)]" type="text/css" media="print" /> | |
19 | ||
20 | <link rel="stylesheet" href="[(#CHEMIN{spip_forms.css}|direction_css)]" type="text/css" media="all" /> | |
21 | </head> | |
22 | <body bgcolor="white" dir="#LANG_DIR"> | |
23 | <h3 class='spip'>#TITRE</h3> | |
24 | <div class='spip_forms'> | |
25 | #RESULTATS_SONDAGE | |
26 | </div> | |
27 | </body> | |
28 | </html> | |
29 | ||
30 | </BOUCLE_sondage_principal> |