_FileInfoPane.html #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • collateral/
  • dojo-debug/
  • dojox/
  • widget/
  • FilePicker/
  • _FileInfoPane.html
  • View
  • Commits
  • Open Download .zip Download (640 B)
<div class="dojoxFileInfoPane">
	<table>
		<tbody>
			<tr>
				<td class="dojoxFileInfoLabel dojoxFileInfoNameLabel">${_messages.name}</td>
				<td class="dojoxFileInfoName" dojoAttachPoint="nameNode"></td>
			</tr>
			<tr>
				<td class="dojoxFileInfoLabel dojoxFileInfoPathLabel">${_messages.path}</td>
				<td class="dojoxFileInfoPath" dojoAttachPoint="pathNode"></td>
			</tr>
			<tr>
				<td class="dojoxFileInfoLabel dojoxFileInfoSizeLabel">${_messages.size}</td>
				<td class="dojoxFileInfoSize" dojoAttachPoint="sizeNode"></td>
			</tr>
		</tbody>
	</table>
	<div dojoAttachPoint="containerNode" style="display:none;"></div>
</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/widget/FilePicker/_FileInfoPane.html
#1 8972 Matt Attaway Initial add of the Chronicle source code