aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/data/demos/widgets/templates/PicasaView.html
blob: 88dbb31a444e34817f4d4ea5dacca999a2292dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<table class="picasaView">
	<tbody>
		<tr class="picasaTitle">
			<td>
				<b>
					Title:
				</b>
			</td>
			<td dojoAttachPoint="titleNode">
			</td>
		</tr>
		<tr>
			<td>
				<b>
					Author:
				</b>
			</td>
			<td dojoAttachPoint="authorNode">
			</td>
		</tr>
		<tr>
			<td colspan="2">
				<b>
					Summary:
				</b>
				<span class="picasaSummary" dojoAttachPoint="descriptionNode"></span>
			</td>
		</tr>
		<tr>
			<td dojoAttachPoint="imageNode" colspan="2">
			</td>
		</tr>
	</tbody>
</table>