root / trunk / web / dojo / dojox / av / widget / resources / Player.html
History | View | Annotate | Download (536 Bytes)
1 | 9 | andrej.cim | <div class="playerContainer"> |
---|---|---|---|
2 | <div class="PlayerScreen" dojoAttachPoint="playerScreen"></div> |
||
3 | <table class="Controls"> |
||
4 | <tr>
|
||
5 | <td colspan="2" dojoAttachPoint="progressContainer"></td> |
||
6 | </tr>
|
||
7 | <tr>
|
||
8 | <td class="PlayContainer" dojoAttachPoint="playContainer"></td> |
||
9 | <td class="ControlsRight"> |
||
10 | <table class="StatusContainer"> |
||
11 | <tr dojoAttachPoint="statusContainer"> |
||
12 | </tr>
|
||
13 | <tr>
|
||
14 | <td colspan="3" class="ControlsBottom" dojoAttachPoint="controlsBottom"></td> |
||
15 | </tr>
|
||
16 | </table>
|
||
17 | </td>
|
||
18 | </tr>
|
||
19 | </table>
|
||
20 | </div> |