Files
openlayers/master/examples/PicasaView.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

36 lines
546 B
HTML

<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>