58 lines
2.1 KiB
HTML
58 lines
2.1 KiB
HTML
<TMPL_IF use_client_cache>Cache-Control: max-age=600, must-revalidate
|
|
</TMPL_IF>Content-type:text/html; charset=utf-8;
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="expires" content="3600">
|
|
<meta http-equiv="Cache-control" content="public">
|
|
<meta http-equiv="Content-Script-Type" content="javascript" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<title>Agenda <TMPL_VAR project_title></title>
|
|
<body>
|
|
|
|
|
|
<TMPL_INCLUDE no_search_result.html>
|
|
<!--<TMPL_INCLUDE no_result.html>-->
|
|
|
|
|
|
<div>
|
|
|
|
<TMPL_LOOP NAME=events>
|
|
<TMPL_IF event_id>
|
|
<TMPL_IF name="is_first_of_day">
|
|
<div class="date">
|
|
<TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name>
|
|
</div>
|
|
</TMPL_IF>
|
|
<div id="event_<TMPL_VAR event_id>" class="event<TMPL_IF location_css> <TMPL_VAR location_css></TMPL_IF><TMPL_IF is_running> running</TMPL_IF>"
|
|
>
|
|
|
|
|
|
<span class="summary title" title="Mehr Infos zur Sendung">
|
|
<TMPL_VAR start_time_name><TMPL_IF name="__last__"> - <TMPL_VAR end_time_name></TMPL_IF> |
|
|
<a id="event_list_id_<TMPL_VAR event_id>" class="click_for_detail" href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>"
|
|
><TMPL_VAR full_title></a>
|
|
<TMPL_UNLESS no_comment>
|
|
<!--<a href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri>#comments">-->
|
|
<span class="eventlist_kommentarzahl submitted<TMPL_IF comment_count> comments</TMPL_IF>">💬 <TMPL_VAR comment_count> <!--Kommentar<TMPL_UNLESS one_comment>e</TMPL_UNLESS>--></span>
|
|
<!--</a>-->
|
|
</TMPL_UNLESS>
|
|
<TMPL_IF is_running> (läuft gerade)</TMPL_IF>
|
|
|
|
<!--
|
|
<span style="float:right;font-weight:100"><TMPL_IF location_mapped><TMPL_VAR location_mapped></TMPL_IF></span>
|
|
</span>
|
|
|
|
<div class="excerpt"><TMPL_VAR excerpt> <TMPL_VAR user_excerpt>
|
|
|
|
</div>-->
|
|
</div>
|
|
</TMPL_IF>
|
|
</TMPL_LOOP>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|