equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html lang="fr"> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <title>The End niv2- @todo</title> |
|
6 |
|
7 <meta name="description" content="@todo"> |
|
8 |
|
9 <!-- Mobile Specific Metas --> |
|
10 <meta name="viewport" content="initial-scale=1.0, width=device-width" /> |
|
11 |
|
12 <link rel="stylesheet" href="static/res/css/style_1024.css" /> |
|
13 |
|
14 </head> |
|
15 <body> |
|
16 <!-- div content - site takes the full height of browser --> |
|
17 <div id="content"> |
|
18 |
|
19 <!-- div content_top - the elements takes the full height of "content_top" --> |
|
20 <div id="content_top"> |
|
21 |
|
22 <header id="header_hpn2" class="clearfix"> |
|
23 <div id="btnMenu"> |
|
24 <button id="btnInfo" class="btn">INFO</button> |
|
25 <button id="btnChoice" class="btn">Choice</button> |
|
26 </div> |
|
27 <form id="form_search" action="/" method="get"> |
|
28 <!-- |
|
29 <input type="search" placeholder="Rechercher" name="search" value="Rechercher" /> |
|
30 --> |
|
31 <input type="text" name="search" value="Recherche" onfocus="if(this.value == this.defaultValue) this.value = '';" onblur="if(this.value == '') this.value = this.defaultValue; " /><!-- |
|
32 |
|
33 this comment corrects the white-space (display: inline); |
|
34 --><input type="submit" value="OK" /> |
|
35 </form> |
|
36 </header> |
|
37 |
|
38 <section> |
|
39 |
|
40 <div id="table_tag"> |
|
41 <!-- Put real code --> |
|
42 <!-- Test - to remove |
|
43 --> |
|
44 <div style="height: 200px"> |
|
45 </div> |
|
46 <!--/Test--> |
|
47 |
|
48 <!-- Arrows --> |
|
49 <ul id="nav_arrow"> |
|
50 <li id="arrowTop" > |
|
51 <a href="/"> |
|
52 <img alt="Go top" src="static/res/img/footer/arrowTop.png" /> |
|
53 </a> |
|
54 </li> |
|
55 <li id="arrowBottom"> |
|
56 <a href="/"> |
|
57 <img alt="Go bottom" src="static/res/img/footer/arrowBottom.png" /> |
|
58 </a> |
|
59 </li> |
|
60 <li id="arrowLeft"> |
|
61 <a href="/"> |
|
62 <img alt="Go left" src="static/res/img/footer/arrowLeft.png" /> |
|
63 </a> |
|
64 </li> |
|
65 <li id="arrowRight"> |
|
66 <a href="/"> |
|
67 <img alt="Go right" src="static/res/img/footer/arrowRight.png" /> |
|
68 </a> |
|
69 </li> |
|
70 </ul> |
|
71 <!-- /Arrow --> |
|
72 </div> |
|
73 |
|
74 </section> |
|
75 </div> |
|
76 </div> |
|
77 <!-- Metanav FranceTV --> |
|
78 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
|
79 <!-- JavaScript --> |
|
80 </body> |
|
81 </html> |