Line 1... |
Line 1... |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
<head>
|
3 |
<head>
|
4 |
<title>Votez !</title>
|
4 |
<title>Votez !</title>
|
5 |
|
5 |
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
10 |
|
10 |
|
11 |
<meta name="revisit-after" content="15 days" />
|
11 |
<meta name="revisit-after" content="15 days" />
|
12 |
<meta name="robots" content="index,follow" />
|
12 |
<meta name="robots" content="index,follow" />
|
13 |
<meta name="author" content="Delphine Cauquil, Aurélien Peronnet" />
|
13 |
<meta name="author" content="Delphine Cauquil, Aurélien Peronnet" />
|
14 |
<meta name="keywords" content="Tela Botanica, photographie, DEL" />
|
14 |
<meta name="keywords" content="Tela Botanica, photographie, DEL" />
|
15 |
<meta name="description" content="Widget de vote sur les dernières images proposées dans DEL" />
|
15 |
<meta name="description" content="Widget de vote sur les dernières images proposées dans DEL" />
|
Line 16... |
Line 16... |
16 |
|
16 |
|
17 |
<!-- Spécial mobile -->
|
17 |
<!-- Spécial mobile -->
|
18 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
18 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
19 |
|
19 |
|
20 |
<!-- Favicones -->
|
20 |
<!-- Favicones -->
|
21 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
21 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
|
23 |
|
23 |
|
24 |
<!-- Feuilles de styles -->
|
24 |
<!-- Feuilles de styles -->
|
25 |
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
|
25 |
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
|
26 |
<link rel="stylesheet" type="text/css" href="<?=$url_css?>vote.css" media="screen" />
|
26 |
<link rel="stylesheet" type="text/css" href="<?=$url_css?>vote.css" media="screen" />
|
27 |
|
27 |
|
28 |
<!-- Javascript : bibliothèques -->
|
28 |
<!-- Javascript : bibliothèques -->
|
29 |
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
|
29 |
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
|
30 |
<script type="text/Javascript">
|
30 |
<script type="text/Javascript">
|
31 |
//<![CDATA[
|
31 |
//<![CDATA[
|
Line 42... |
Line 42... |
42 |
</head>
|
42 |
</head>
|
43 |
<body>
|
43 |
<body>
|
44 |
<!-- WIDGET:DEL:VOTE - DEBUT -->
|
44 |
<!-- WIDGET:DEL:VOTE - DEBUT -->
|
45 |
<div data-role="page">
|
45 |
<div data-role="page">
|
46 |
<div class="aide-contenu">
|
46 |
<div class="aide-contenu">
|
47 |
|
- |
|
- |
|
47 |
À rédiger !
|
48 |
</div>
|
48 |
</div>
|
49 |
<div data-role="footer" data-theme="b" data-position="fixed">
|
49 |
<div data-role="footer" data-theme="b" data-position="fixed">
|
50 |
<div data-role="navbar" >
|
50 |
<div data-role="navbar" >
|
51 |
<ul>
|
51 |
<ul>
|
52 |
<li><a href="">Aide</a></li>
|
52 |
<li><a href="">Aide</a></li>
|
53 |
<li><a href="">Se connecter</a></li>
|
53 |
<li><a href="">Se connecter</a></li>
|
54 |
</ul>
|
54 |
</ul>
|
55 |
</div>
|
55 |
</div>
|
56 |
</div>
|
56 |
</div>
|
57 |
</div>
|
57 |
</div>
|
58 |
<!-- WIDGET:DEL:VOTE - FIN -->
|
58 |
<!-- WIDGET:DEL:VOTE - FIN -->
|
59 |
</body>
|
59 |
</body>
|
60 |
</html>
|
60 |
</html>
|
61 |
|
61 |
|