-
Notifications
You must be signed in to change notification settings - Fork 1
/
styleguide.html
84 lines (61 loc) · 1.69 KB
/
styleguide.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<BOUCLE_article_principal(ARTICLES) {id_article}{id_rubrique=3}{id_article!=108}{id_article!=13}>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
<title>POMPAGE - guide de style - [(#TITRE|textebrut)]</title>
[
<style type="text/css">
<!--
(#CSS)
-->
</style>
]
[
<script type="text/javascript">
<!--
(#JS)
//-->
</script>
]
[<meta name="description" content="(#META_DESCRIPTION|attribut_html)" />]
[<meta name="keywords" content="(#META_KEYWORDS|attribut_html)" />]
<INCLURE{fond=inc_head}>
</head>
<body>
<div id="site">
<div id="header">
<a href="#URL_SITE_SPIP">POMPAGE - Web design puisé à la source.</a>
</div> <!-- fin #header -->
<INCLURE{fond=inc_navigation}>
<div id="article">
<h1>#TITRE</h1>
[<div class="moreInfo">(#CHAPO*)</div>]
#TEXTE
[<div class="moreInfo">(#PS*)</div>]
</div> <!-- fin #article -->
<div id="fiche">
<h2>Fiche technique</h2>
<ul>
<B_traducteur>
<li><em>Auteur :</em>
<BOUCLE_traducteur(AUTEURS) {id_article}{", "}>[<a href="(#URL_SITE)" title="#NOM, site personnel">]#NOM[</a><!-- (#URL_SITE) -->]</BOUCLE_traducteur>
</li>
</B_traducteur>
<li><em>Lire aussi :</em>
<ul>
<BOUCLE_lire_aussi(ARTICLES){id_rubrique=3}{id_article!=108}{id_article!=13}>
<li><a href="styleguide.php?id_article=#ID_ARTICLE">#TITRE[ : (#SOUSTITRE)]</a></li>
</BOUCLE_lire_aussi>
</ul>
</li>
</ul>
</div> <!-- fin #fiche -->
<INCLURE{fond=footer}>
</div> <!-- fin #site -->
</body>
</html>
</BOUCLE_article_principal>
<:aucun_article:>
<//B_article_principal>