|
50
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html lang="fr"> |
|
|
3 |
<head> |
|
|
4 |
<meta charset="utf-8"> |
|
64
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
50
|
6 |
<title>The End - Visionnage par tag "{{tag}}"</title> |
|
|
7 |
|
|
|
8 |
<!-- Mobile Specific Metas --> |
|
|
9 |
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" /> |
|
|
10 |
|
|
|
11 |
<link rel="stylesheet" href="lib/jquery-ui.css" /> |
|
|
12 |
<link rel="stylesheet" href="css/theend.css" /> |
|
|
13 |
<script type="text/javascript" src="lib/jquery.min.js"></script> |
|
|
14 |
<script type="text/javascript" src="lib/jquery-ui.min.js"></script> |
|
|
15 |
<script type="text/javascript" src="lib/jquery.ui.touch-punch.min.js"></script> |
|
|
16 |
<script type="text/javascript" src="lib/underscore-min.js"></script> |
|
|
17 |
<script type="text/javascript" src="js/taghome.js"></script> |
|
|
18 |
<script type="text/javascript"> |
|
|
19 |
var endpoints = { |
|
|
20 |
tag_page: "tag.html?tag=__TAG__", |
|
|
21 |
content_page : "content.html?project=__FRONT_PROJECT_ID__", |
|
|
22 |
tag_api: "testdata/tags.json", |
|
|
23 |
contents_api: "http://theend-integ.ftinfo.fr/theend/api/ldt/1.0/contents/" |
|
|
24 |
}; |
|
|
25 |
$(function() { |
|
|
26 |
showTags(); |
|
|
27 |
}); |
|
|
28 |
</script> |
|
|
29 |
|
|
|
30 |
</head> |
|
64
|
31 |
<body class="home"> |
|
50
|
32 |
<header class="home_header"> |
|
|
33 |
<a id="btnInfo" class="btn" href="#" title="info"></a> |
|
|
34 |
<a id="btnChoice" class="btn" href="#" title="Choice"></a> |
|
|
35 |
<form id="form_tag"> |
|
|
36 |
<input type="search" name="tag" placeholder="Rechercher" /> |
|
|
37 |
</form> |
|
|
38 |
</header> |
|
|
39 |
|
|
|
40 |
<section class="taglist_container"> |
|
|
41 |
<table></table> |
|
64
|
42 |
<div class="arrow arrow_top"></div> |
|
|
43 |
<div class="arrow arrow_bottom"></div> |
|
|
44 |
<div class="arrow arrow_left"></div> |
|
|
45 |
<div class="arrow arrow_right"></div> |
|
50
|
46 |
</section> |
|
|
47 |
|
|
|
48 |
<!-- Metanav FranceTV --> |
|
|
49 |
<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
|
|
50 |
<!-- JavaScript --> |
|
|
51 |
</body> |
|
|
52 |
</html> |