Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
<table class="picasaView">
2
	<tbody>
3
		<tr class="picasaTitle">
4
			<td>
5
				<b>
6
					Title:
7
				</b>
8
			</td>
9
			<td dojoAttachPoint="titleNode">
10
			</td>
11
		</tr>
12
		<tr>
13
			<td>
14
				<b>
15
					Author:
16
				</b>
17
			</td>
18
			<td dojoAttachPoint="authorNode">
19
			</td>
20
		</tr>
21
		<tr>
22
			<td colspan="2">
23
				<b>
24
					Summary:
25
				</b>
26
				<span class="picasaSummary" dojoAttachPoint="descriptionNode"></span>
27
			</td>
28
		</tr>
29
		<tr>
30
			<td dojoAttachPoint="imageNode" colspan="2">
31
			</td>
32
		</tr>
33
	</tbody>
34
</table>
35