equal
deleted
inserted
replaced
25 |
25 |
26 </head> |
26 </head> |
27 <body> |
27 <body> |
28 <!-- div content - site takes the full height of browser --> |
28 <!-- div content - site takes the full height of browser --> |
29 <div id="content" class="full_hightScreen"> |
29 <div id="content" class="full_hightScreen"> |
30 <div class="btnReturn"> |
30 <div class="boxReturn"> |
31 <button id="btnChoice" class="btn" onClick="location.href='menu_bonus.html';">Choice</button> |
31 <button class="btnReturn" onClick="location.href='the-end-etc.html';">Retour</button> |
32 </div> |
32 </div> |
33 |
33 |
34 <!--this div empty allows the element content_vcentering to be vertically aligned --> |
34 <!--this div empty allows the element content_vcentering to be vertically aligned --> |
35 <section class="full_hightScreen"> |
35 <section class="full_hightScreen"> |
36 <div class="strut"></div><!-- |
36 <div class="strut"></div><!-- |
37 this comment corrects the white-space (display: inline); |
37 this comment corrects the white-space (display: inline); |
38 --><div id="bg_img" class="fullScreen_vcentering"> |
38 --><div id="bg_img" class="fullScreen_vcentering"> |
89 incChoice.saveSingleVideo(name); |
89 incChoice.saveSingleVideo(name); |
90 |
90 |
91 // Set video hd by default |
91 // Set video hd by default |
92 incChoice.setHD(1); |
92 incChoice.setHD(1); |
93 |
93 |
94 location.href = "portraits_player.html"; |
94 location.href = "portraits-regarde-the-end-etc.html"; |
95 } |
95 } |
96 </script> |
96 </script> |
97 </body> |
97 </body> |
98 </html> |
98 </html> |