-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.html
137 lines (137 loc) · 7.1 KB
/
list.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="fr"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="fr"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="fr"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="fr"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<title>{blog_nom}</title>
<meta name="generator" content="BlogoText" />
<meta name="robots" content="all" />
<meta name="author" content="{blog_auteur}" />
<meta name="description" content="{blog_description}" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="{keywords}" />
<link rel="icon" href="{style}/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="57x57" href="{style}/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="{style}/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="{style}/images/apple-touch-icon-114x114.png">
<link rel="canonical" href="{racine_du_site}" />
<link rel="image_src" href="{style}/images/apple-touch-icon.png" />
<meta itemprop="name" content="{article_titre}" />
<meta itemprop="description" content="{article_chapo}" />
<meta itemprop="image" content="{style}/images/apple-touch-icon.png">
<meta property="og:title" content="{blog_nom}" />
<meta property="og:url" content="{racine_du_site}" />
<meta property="og:description" content="{blog_description}" />
<meta property="og:site_name" content="{blog_nom}" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:image" content="{style}/images/apple-touch-icon.png" />
<link type="text/css" rel="stylesheet" href="{style}/css/onepcssgrid.css" />
<link type="text/css" rel="stylesheet" href="{style}/css/base.css" />
<link type="text/css" rel="stylesheet" href="{style}/style.css" />
<!-- RTL Style --><!--link rel="stylesheet" href="{style}/css/rtl.css"-->
<link type="application/rss+xml" rel="alternate" title="RSS - Articles" href="{rss}" />
<link rel="alternate" type="application/rss+xml" title="RSS - Les liens" href="rss.php?mode=links" />
<link rel="alternate" type="application/atom+xml" title="ATOM - Le blog" href="atom.php" />
<link rel="alternate" type="application/atom+xml" title="ATOM - Les liens" href="atom.php?mode=links" />
<!--[if lt IE 9]>
<script type="text/javascript" src="{style}/js/html5shiv-respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 9]>
<p class="chromeframe">Votre navigateur internet n'est plus à jour. <a href="http://browsehappy.com/" title="Mettez à jour votre navigateur" rel="external">Mettez à jour votre navigateur aujourd'hui</a> ou <a href="http://www.google.com/chromeframe/?redirect=true" title="install Google Chrome Frame" rel="external">installez le plugin Google Chrome Frame</a> pour une meilleur navigation sur ce site.</p>
<![endif]-->
<div id="main" class="onepcssgrid-1200">
<div><a class="tooltip" id="top-link" href="#top" title="Haut de page"></a></div>
<header id="top" class="col12">
<nav class="navbar right">
<ul>
<li class="current"><a href="index.php">Menu</a></li>
<li><a href="index.php?mode=links">Liens</a></li>
<li><a href="index.php?mode=comments">Derniers commentaires</a></li>
<li><a href="?random">Un article au hasard !</a></li>
<li><a href="rss.php">Fil Rss du Blog</a></li>
<li><a href="rss.php?full">Fil Rss complet du Blog</a></li>
</ul>
</nav>
<div id="top_text">
<h1><a class="tooltip" href="{racine_du_site}" title="Revenir à l'accueil de {blog_nom}">{blog_nom}</a></h1>
<h2>{blog_description}</h2>
</div>
</header>
<div id="wrapper" class="onerow">
<section id="contenu" class="col9">
{BOUCLE_posts}
// ici il s'affichera ce qu'on veut : un article, un commentaire, un lien sauvé…
// les thèmes pour ces choses sont dans le dossier "template"
// chaque "objet" (lien, article, …) dispose de son propre formatage.
// **** le texte que vous mettez ici (dans la "boucle") ne sera pas éxécuté ni affiché. ****
{/BOUCLE_posts}
<div id="pagination">{pagination}</div>
</section>
<aside id="sidebar" class="col3 last">
<nav id="recherche">
<h3><i class="fa fa-search"></i> Recherche</h3>
{recherche}
<hr/>
</nav>
<nav id="navigate">
<h3><i class="fa fa-calendar"></i> Calendrier</h3>
{calendrier}
<hr/>
</nav>
<nav id="last_comments">
<h3><i class="fa fa-comments"></i> Derniers commentaires</h3>
{commentaires_encart}
<hr/>
</nav>
<nav id="tags">
<h3><i class="fa fa-tag"></i> Tags</h3>
{categories_encart}
<hr/>
</nav>
<nav id="liens">
<h3><i class="fa fa-hand-o-right"></i> Autres</h3>
<ul>
<li><a class="tooltip" href="index.php" title="Revenir à l'accueil du blog">Blog</a></li>
<li><a class="tooltip" href="index.php?mode=links" title="Parcourir les liens">Liens</a></li>
<li><a class="tooltip" href="index.php?mode=comments" title="Lire les derniers commentaires">Derniers commentaires</a></li>
</ul>
<hr/>
</nav>
<nav id="random">
<h3><i class="fa fa-random"></i> Un article au hasard</h3>
<ul>
<li><a class="tooltip" href="?random" title="Découvrir un article au hasard ?">Un article au hasard ?</a></li>
</ul>
<hr/>
</nav>
<nav id="rss">
<h3><i class="fa fa-rss"></i> Fils RSS</h3>
<ul>
<li><a class="tooltip" href="rss.php" title="S'abonner au fil RSS des résumés du blog" rel="external">RSS : Blog</a></li>
<li><a class="tooltip" href="rss.php?full" title="S'abonner au fil Rss des articles complets" rel="external">RSS : Blog (articles complets)</a></li>
</ul>
<hr/>
</nav>
</aside>
</div> <!-- einde #wrapper -->
<footer id="footer-page" class="col12">
<div id="copyright"><b>{blog_auteur}</b>, tout droits réservés – Propulsé avec <a class="tooltip" href="http://lehollandaisvolant.net/blogotext/" title=" Site officiel de BlogoText" rel="external">BlogoText</a> – Thème par <a class="tooltip" href="http://www.xoofoo.org" title="Site internet de Kris" rel="external">Kris</a></div>
<div id="social-box">
<a class="tooltip" href="https://www.facebook.com/pages/#" title="Page Facebook" rel="external"><i class="fa fa-facebook"></i></a>
<a class="tooltip" href="https://twitter.com/{blog_auteur}" title="Nous suivre sur Twitter" rel="external"><i class="fa fa-twitter"></i></a>
<a class="tooltip" href="http://gplus.to/{blog_auteur}" title="Nous ajouter dans vos cercles" rel="external"><i class="fa fa-google-plus"></i></a>
<a class="tooltip" href="https://about.me/{blog_auteur}" title="About.Me" rel="external"><i class="fa fa-smile-o"></i></a>
<a class="tooltip" href="rss.php?full" title="RSS Blog Articles" rel="external"><i class="fa fa-rss"></i></a>
</div>
</footer>
</div>
<script type="text/javascript" src="{style}/js/jquery.js"></script>
<script type="text/javascript" src="{style}/js/jquery.tipTip.js"></script>
<script type="text/javascript" src="{style}/js/fokus.min.js" async></script>
<script type="text/javascript" src="{style}/js/monjsamoi.js"></script>
</body>
</html>