blob: 058a00f00bd0e1d4cfa283a6029e0f4c4b3c96b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<com:THeader2>
<%= $this->getCalendar()->Name %>
</com:THeader2>
<com:TImage>
<prop:ImageUrl><%= $this->getCalendar()->Image %></prop:ImageUrl>
</com:TImage>
<com:THyperLink Text="Source website" Target="_blank">
<prop:NavigateUrl><%= $this->getCalendar()->Website %></prop:NavigateUrl>
</com:THyperLink>
<p>
Last updated: <%= $this->getCalendar()->LastUpdated %>
</p>
|