-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.html
138 lines (137 loc) · 6.78 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
138
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<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="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="{keywords}" />
<link rel="icon" type="image/png" href="{style}/images/favicon.png" />
<link rel="image_src" href="{style}/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" href="{style}/images/apple-touch-icon.png" />
<link rel="canonical" href="{racine_du_site}" />
<link rel="apple-touch-icon" href="{style}/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="114x114" href="{style}/images/apple-touch-icon114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="{style}/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="{style}/images/apple-touch-icon-144x144.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 rel="stylesheet" type="text/css" href="{style}/css/skin/default/style.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 class="wrapper">
<header id="top" class="col-12">
<div><a id="top-link" href="#top" title="Haut de page"></a></div>
<div id="top_text">
<h1><a href="{racine_du_site}" title="{blog_nom} - {blog_description}">{blog_nom}</a></h1>
<h2>{blog_description}</h2>
</div>
<nav class="navbar left">
<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>
</header>
<div class="row grids">
<section id="contenu" class="col-9">
{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}
<br class="clear" />
{pagination}
</section>
<aside id="sidebar" class="col-3">
<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" class="tagcloud">
<h3><i class="fa fa-tags"></i> Tags</h3>
{categories_encart}
<hr/>
</nav>
<nav id="liens">
<h3><i class="fa fa-hand-o-right"></i> Autres</h3>
<ul>
<li><a href="index.php" title="Blog">Blog</a></li>
<li><a href="index.php?mode=links" title="Liens">Liens</a></li>
<li><a href="index.php?mode=comments" title="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 href="?random" title="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 href="rss.php" title="RSS Blog" rel="external">RSS : Blog</a></li>
<li><a href="rss.php?full" title="RSS Blog (articles complets)" rel="external">RSS : Blog (articles complets)</a></li>
</ul>
<hr/>
</nav>
</aside>
</div>
<footer id="footer" class="col-12">
<div id="copyright"><b>{blog_auteur}</b>, tout droits réservés – Publié avec <a href="http://lehollandaisvolant.net/blogotext/" title=" Site officiel de BlogoText" rel="external"><i class="fa fa-external-link"></i> BlogoText</a> – Thème par <a href="http://www.xoofoo.org" title="Site internet de Kris" rel="external"><i class="fa fa-external-link"></i> Kris</a></div>
<div id="social-box">
<a class="bulbe" href="https://www.facebook.com/pages/#" title="Page Facebook" rel="external"><i class="fa fa-facebook"></i></a>
<a class="bulbe" href="https://twitter.com/{blog_auteur}" title="Nous suivre sur Twitter" rel="external"><i class="fa fa-twitter"></i></a>
<a class="bulbe" href="http://gplus.to/{blog_auteur}" title="Nous ajouter dans vos cercles" rel="external"><i class="fa fa-google-plus"></i></a>
<a class="bulbe" href="https://about.me/{blog_auteur}" title="About.Me" rel="external"><i class="fa fa-smile-o"></i></a>
<a class="bulbe" 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/fokus.min.js" async></script>
<script type="text/javascript" src="{style}/js/monjsamoi.js"></script>
</body>
</html>