| author | veltr |
| Wed, 09 Jan 2013 16:50:32 +0100 | |
| changeset 74 | 250f19eed886 |
| parent 73 | fb4d0566ab19 |
| child 91 | d39165ca9f1e |
| permissions | -rw-r--r-- |
| 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> |
|
73
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
47 |
|
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
48 |
<div class="lightBoxWrap"> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
49 |
<div class="lightBoxBg"></div> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
50 |
<div class="lightBox"> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
51 |
<a href="#" class="lightBoxClose">×</a> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
52 |
<h3>THE END, ETC. de Laetitia Masson.</h3> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
53 |
<div class="lightBoxScroll"> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
54 |
<p>À compléter</p> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
55 |
</div> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
56 |
</div> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
57 |
</div> |
|
fb4d0566ab19
Bugfixes, Segment list now moves when changing segments
veltr
parents:
64
diff
changeset
|
58 |
|
| 50 | 59 |
<!-- Metanav FranceTV --> |
60 |
<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
|
61 |
<!-- JavaScript --> |
|
62 |
</body> |
|
63 |
</html> |