Mercurial > hg > nodescore
comparison www/m/5.html @ 20:9daa1ac0af33
seperated content to external html (seta) and fixed thumbnail generation and preview context
author | tzara <rc-web@kiben.net> |
---|---|
date | Tue, 10 Jul 2012 14:16:12 +0100 |
parents | a56434dee146 |
children | bb02a593b7d5 |
comparison
equal
deleted
inserted
replaced
19:a56434dee146 | 20:9daa1ac0af33 |
---|---|
8 <script src="js/nodescore-client.js"></script> | 8 <script src="js/nodescore-client.js"></script> |
9 </head> | 9 </head> |
10 | 10 |
11 <body onload='document.getElementById("countinnumber").style.visibility="hidden";'> | 11 <body onload='document.getElementById("countinnumber").style.visibility="hidden";'> |
12 | 12 |
13 <input type="hidden" id="group" value='1'> | 13 <input type="hidden" id="group" value='1'> |
14 | 14 |
15 <div class="outermaster"> | 15 <div class="outermaster"> |
16 <div class="metrocase" id="metro"> | 16 <div class="metrocase" id="metro"> |
17 <div id="metronome0"></div> | 17 <div id="metronome0"></div> |
18 <div id="metronome1"></div> | 18 <div id="metronome1"></div> |
19 <div id="metronome2"></div> | 19 <div id="metronome2"></div> |
20 <div id="metronome3"></div> | 20 <div id="metronome3"></div> |
21 </div> | 21 </div> |
22 | 22 |
23 <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> | 23 <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> |
24 <div id="countinnumber"></div> | 24 <div id="countinnumber"></div> |
25 | |
26 <div id="live"> </div> | 25 <div id="live"> </div> |
27 <div id="preview"> <img src="img/thumbs/1.html.png"/> </div> | 26 <div id="preview"></div> |
28 | |
29 | |
30 <div style="height: 0px; visibility: hidden; display: none;"> | |
31 <div id="unit01"> <img src="img/1280x800/music1.jpg" width="1280px"/> </div> | |
32 <div id="unit02"> <img src="img/1280x800/music2.jpg" width="1280px"/> </div> | |
33 <div id="unit03"> <img src="img/1280x800/music3.jpg" width="1280px"/> </div> | |
34 <div id="unit04"> <img src="img/1280x800/music4.jpg" width="1280px"/> </div> | |
35 <div id="unit05"> <img src="img/1280x800/music5.jpg" width="1280px"/> </div> | |
36 <div id="unit06"> <img src="img/1280x800/music4.jpg" width="1280px"/> </div> | |
37 </div> | |
38 | |
39 | |
40 | |
41 | |
42 </div> | 27 </div> |
43 </div> | 28 </body> |
44 | 29 </html> |
45 | |
46 </div> | |
47 </div> | |
48 | |
49 | |
50 | |
51 </body></html> |