hello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.99v1.0v1.1
|
Last change
on this file since 118f96 was
118f96,
checked in by Pedro Ferreira <jose.pedro.ferreira@…>, 19 months ago
|
|
[FIX] refreshing the lecture or meeting page when clicking on the body
closes #463
|
-
Property mode set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | <%namespace name="common" file="${context['INCLUDE']}/Common.tpl"/> |
|---|
| 2 | |
|---|
| 3 | <div class="eventWrapper" itemscope itemtype="http://schema.org/Event"> |
|---|
| 4 | <div class="meetingEventHeader"> |
|---|
| 5 | <%block name="logo"></%block> |
|---|
| 6 | |
|---|
| 7 | <h1 itemprop="name">${conf.getTitle()}</h1> |
|---|
| 8 | |
|---|
| 9 | % if conf.getChairList() or conf.getChairmanText(): |
|---|
| 10 | <span class="chairedBy"> |
|---|
| 11 | chaired by ${common.renderUsers(conf.getChairList(), unformatted=conf.getChairmanText(), spanClass='author', title=False)} |
|---|
| 12 | </span> |
|---|
| 13 | % endif |
|---|
| 14 | |
|---|
| 15 | <div class="details"> |
|---|
| 16 | ${common.renderEventTime(startDate, endDate, timezone)} |
|---|
| 17 | |
|---|
| 18 | % if getLocationInfo(conf) != ('', '', ''): |
|---|
| 19 | <br/>at <strong>${common.renderLocation(conf, span='headerRoomLink')}</strong> |
|---|
| 20 | <br/> <em>${conf.getLocation().getAddress()}</em> |
|---|
| 21 | % endif |
|---|
| 22 | </div> |
|---|
| 23 | <%include file="${INCLUDE}/ManageButton.tpl" args="item=conf, manageLink=True, alignRight=True"/> |
|---|
| 24 | </div> |
|---|
| 25 | |
|---|
| 26 | <%block name="meetingBody"> |
|---|
| 27 | <%include file="${INCLUDE}/MeetingBody.tpl"/> |
|---|
| 28 | </%block> |
|---|
| 29 | </div> |
|---|
Note: See
TracBrowser
for help on using the repository browser.