Player.html #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • collateral/
  • dojo-debug/
  • dojox/
  • av/
  • widget/
  • resources/
  • Player.html
  • View
  • Commits
  • Open Download .zip Download (536 B)
<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>
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/collateral/dojo-debug/dojox/av/widget/resources/Player.html
#1 8972 Matt Attaway Initial add of the Chronicle source code