source: Dev/trunk/src/client/dojox/av/widget/resources/Player.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 536 bytes
Line 
1<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>
Note: See TracBrowser for help on using the repository browser.