summaryrefslogtreecommitdiff
path: root/app/frontend/controls/CalendarDetails.tpl
blob: 2fd755cb9557475e45fc55d95f1c27e77538afad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:THeader2>
  <%= $this->getCalendar()->Name %>
</com:THeader2>
<com:TImage>
  <prop:ImageUrl><%= $this->getCalendar()->Image %></prop:ImageUrl>
</com:TImage>
<com:THyperLink Target="_blank">
  <prop:Text><%[ Source website ]%></prop:Text>
  <prop:NavigateUrl><%= $this->getCalendar()->Website %></prop:NavigateUrl>
</com:THyperLink>
<p>
  <%[ Last updated: ]%> <%= $this->getCalendar()->LastUpdated %>
</p>