summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/av/widget/resources/Player.html
blob: 6d464df2d2b51bfcaee7bb43e3958d65d338b5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>