dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
21 lines (20 loc) • 536 B
HTML
<div class="playerContainer">
<div class="PlayerScreen" dojoAttachPoint="playerScreen"></div>
<table class="Controls">
<tr>
<td colspan="2" dojoAttachPoint="progressContainer"></td>
</tr>
<tr>
<td class="PlayContainer" dojoAttachPoint="playContainer"></td>
<td class="ControlsRight">
<table class="StatusContainer">
<tr dojoAttachPoint="statusContainer">
</tr>
<tr>
<td colspan="3" class="ControlsBottom" dojoAttachPoint="controlsBottom"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>