equal
deleted
inserted
replaced
1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
2 <html lang="fr"> |
2 <html lang="fr"> |
3 <head> |
3 <head> |
4 <meta charset="utf-8"> |
4 <meta charset="utf-8"> |
|
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
5 <title>The End - Visionnage par tag "{{tag}}"</title> |
6 <title>The End - Visionnage par tag "{{tag}}"</title> |
6 |
7 |
7 <!-- Mobile Specific Metas --> |
8 <!-- Mobile Specific Metas --> |
8 <meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" /> |
9 <meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" /> |
9 |
10 |
25 showTags(); |
26 showTags(); |
26 }); |
27 }); |
27 </script> |
28 </script> |
28 |
29 |
29 </head> |
30 </head> |
30 <body> |
31 <body class="home"> |
31 <header class="home_header"> |
32 <header class="home_header"> |
32 <a id="btnInfo" class="btn" href="#" title="info"></a> |
33 <a id="btnInfo" class="btn" href="#" title="info"></a> |
33 <a id="btnChoice" class="btn" href="#" title="Choice"></a> |
34 <a id="btnChoice" class="btn" href="#" title="Choice"></a> |
34 <form id="form_tag"> |
35 <form id="form_tag"> |
35 <input type="search" name="tag" placeholder="Rechercher" /> |
36 <input type="search" name="tag" placeholder="Rechercher" /> |
36 </form> |
37 </form> |
37 </header> |
38 </header> |
38 |
39 |
39 <section class="taglist_container"> |
40 <section class="taglist_container"> |
40 <table></table> |
41 <table></table> |
|
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> |
41 </section> |
46 </section> |
42 |
47 |
43 <!-- Metanav FranceTV --> |
48 <!-- Metanav FranceTV --> |
44 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
49 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
45 <!-- JavaScript --> |
50 <!-- JavaScript --> |