templates/coloradio: back to original filenames for template coloradio
This commit is contained in:
@@ -17,9 +17,9 @@ RewriteRule ^kommentar_neu/(.*)$ add_comment.cgi?$1 [L]
|
||||
RewriteRule ^sendung/(\d+)/[^&]*(&.*)?$ events.cgi?template=event_details.html&event_id=$1&$2 [L]
|
||||
RewriteRule ^sendung/(.*)$ events.cgi?$1 [L]
|
||||
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/(\d)/(.*)$ events.cgi?template=event_list_2.html&from_date=$1&till_date=$2&weekday=$3&$4 [L]
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/(.*)$ events.cgi?template=event_list_2.html&from_date=$1&till_date=$2&$3 [L]
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(.*)$ events.cgi?template=event_list_2.html&date=$1&$2 [L]
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/(\d)/(.*)$ events.cgi?template=event_list.html&from_date=$1&till_date=$2&weekday=$3&$4 [L]
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/(.*)$ events.cgi?template=event_list.html&from_date=$1&till_date=$2&$3 [L]
|
||||
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})/(.*)$ events.cgi?template=event_list.html&date=$1&$2 [L]
|
||||
RewriteRule ^sendungen/heute/(.*)$ events.cgi?template=event_list_2.html&date=today&$1 [L]
|
||||
RewriteRule ^sendungen/(.*)$ events.cgi?$1 [L]
|
||||
|
||||
@@ -29,9 +29,9 @@ RewriteRule ^menu/(\d{4}-\d{2}-\d{2})/(.*)$ events.cgi?template=even
|
||||
RewriteRule ^menu/heute/(.*)$ events.cgi?template=event_menu.html&date=today&$1 [L]
|
||||
RewriteRule ^menu/(.*)$ events.cgi?$1 [L]
|
||||
|
||||
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})/$ cal.cgi?date=$1&template=calendar_colo.html&open_end=1 [L]
|
||||
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/$ cal.cgi?from_date=$1&till_date=$2&template=calendar_colo.html&open_end=1 [L]
|
||||
RewriteRule ^kalender/(.*)$ cal.cgi?$1&template=calendar_colo.html&open_end=1 [L]
|
||||
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})/$ cal.cgi?date=$1&template=calendar.html&open_end=1 [L]
|
||||
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})/(\d{4}-\d{2}-\d{2})/$ cal.cgi?from_date=$1&till_date=$2&template=calendar.html&open_end=1 [L]
|
||||
RewriteRule ^kalender/(.*)$ cal.cgi?$1&template=calendar.html&open_end=1 [L]
|
||||
|
||||
RewriteRule ^sendereihen/(.*)$ series_names.cgi?$1 [L]
|
||||
|
||||
|
||||
@@ -2,56 +2,67 @@ Content-type:text/html; charset=UTF-8;
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="expires" content="36000">
|
||||
<meta http-equiv="Content-Script-Type" content="javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>Calendar <TMPL_VAR project_title></title>
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<meta http-equiv="expires" content="">
|
||||
<meta http-equiv="Content-Script-Type" content="javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>Calendar <TMPL_VAR project_title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<TMPL_IF debug>
|
||||
<div id="calendar_debug"></div>
|
||||
</TMPL_IF>
|
||||
<TMPL_UNLESS no_result>
|
||||
<TMPL_UNLESS no_search_result>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="first">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR previous_month>.html"
|
||||
>«</a>
|
||||
</th>
|
||||
<th colspan="5" align="center">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR start_date>_<TMPL_VAR end_date>.html"
|
||||
><TMPL_VAR start_month_name> <TMPL_VAR start_year></a>
|
||||
</th>
|
||||
<th class="last">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR next_month>.html"
|
||||
>»</a>
|
||||
</th>
|
||||
</tr>
|
||||
<div>
|
||||
<TMPL_IF debug>
|
||||
<div id="calendar_debug"></div>
|
||||
</TMPL_IF>
|
||||
|
||||
<tr>
|
||||
<!--<th>Wo</th>
|
||||
-->
|
||||
<TMPL_LOOP weekdays><th><!--<a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR start_date>/<TMPL_VAR end_date>/<TMPL_VAR weekday>/" onclick="calcms.selectWeekdayEventListener('<TMPL_VAR start_date>','<TMPL_VAR end_date>','<TMPL_VAR weekday>');return false;">--><TMPL_VAR "weekday_short_name"><!--</a>--></th></TMPL_LOOP>
|
||||
</tr>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="first">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR previous_month>.html" onclick="calcms.selectMonthEventListener('<TMPL_VAR previous_month>');return false;"
|
||||
>«</a>
|
||||
</th>
|
||||
<th colspan="5" align="center">
|
||||
<a class="calmonthclick" href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR start_date>_<TMPL_VAR end_date>.html"
|
||||
><TMPL_VAR start_month_name> <TMPL_VAR start_year></a>
|
||||
<!-- onclick="calcms.selectMonthEventListener('<TMPL_VAR start_date>');return false;" -->
|
||||
</th>
|
||||
<th class="last">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR next_month>.html" onclick="calcms.selectMonthEventListener('<TMPL_VAR next_month>');return false;"
|
||||
>»</a>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<!--<th>Wo</th>
|
||||
-->
|
||||
<TMPL_LOOP weekdays><th><!--<a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR start_date>/<TMPL_VAR end_date>/<TMPL_VAR weekday>/" onclick="calcms.selectDateRangeEventListener('<TMPL_VAR from_date>','<TMPL_VAR till_date>');return false;">--><TMPL_VAR "weekday_short_name"><!--</a>--></th></TMPL_LOOP>
|
||||
</tr>
|
||||
|
||||
<TMPL_LOOP week_and_days>
|
||||
<tr>
|
||||
<!--
|
||||
<TMPL_LOOP week><th class="<TMPL_VAR class>"><a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR from_date>/<TMPL_VAR till_date>/" title="Woche anzeigen" onclick="calcms.selectDateRangeEventListener('<TMPL_VAR from_date>','<TMPL_VAR till_date>');return false;" ><TMPL_VAR week_of_year></a></th></TMPL_LOOP>
|
||||
-->
|
||||
<TMPL_LOOP days><td class="<TMPL_VAR class>"><a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR date>.html" title="<TMPL_VAR day>.<TMPL_VAR month>. zeigen"><TMPL_VAR day></a></td>
|
||||
</TMPL_LOOP>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<TMPL_LOOP week_and_days>
|
||||
<tr>
|
||||
<!--
|
||||
<TMPL_LOOP week><th class="<TMPL_VAR class>"><a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR from_date>/<TMPL_VAR till_date>/" title="Woche anzeigen" onclick="calcms.selectDateRangeEventListener('<TMPL_VAR from_date>','<TMPL_VAR till_date>');return false;" ><TMPL_VAR week_of_year></a></th></TMPL_LOOP>
|
||||
-->
|
||||
<TMPL_LOOP days><td class="<TMPL_VAR class>"><a class="caldayclick" href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR date>.html" title="<TMPL_VAR day>.<TMPL_VAR month>. zeigen"
|
||||
><TMPL_VAR day></a></td>
|
||||
</TMPL_LOOP>
|
||||
|
||||
<!-- onclick="calcms.selectDateEventListener('<TMPL_VAR date>');return false;" -->
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</TMPL_UNLESS>
|
||||
</TMPL_UNLESS>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
Content-type:text/html; charset=UTF-8;
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="expires" content="">
|
||||
<meta http-equiv="Content-Script-Type" content="javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>Calendar <TMPL_VAR project_title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<TMPL_UNLESS no_result>
|
||||
<TMPL_UNLESS no_search_result>
|
||||
|
||||
<div>
|
||||
<TMPL_IF debug>
|
||||
<div id="calendar_debug"></div>
|
||||
</TMPL_IF>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="first">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR previous_month>.html" onclick="calcms.selectMonthEventListener('<TMPL_VAR previous_month>');return false;"
|
||||
>«</a>
|
||||
</th>
|
||||
<th colspan="5" align="center">
|
||||
<a class="calmonthclick" href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR start_date>_<TMPL_VAR end_date>.html"
|
||||
><TMPL_VAR start_month_name> <TMPL_VAR start_year></a>
|
||||
<!-- onclick="calcms.selectMonthEventListener('<TMPL_VAR start_date>');return false;" -->
|
||||
</th>
|
||||
<th class="last">
|
||||
<a href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.calendar>/<TMPL_VAR next_month>.html" onclick="calcms.selectMonthEventListener('<TMPL_VAR next_month>');return false;"
|
||||
>»</a>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<!--<th>Wo</th>
|
||||
-->
|
||||
<TMPL_LOOP weekdays><th><!--<a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR start_date>/<TMPL_VAR end_date>/<TMPL_VAR weekday>/" onclick="calcms.selectDateRangeEventListener('<TMPL_VAR from_date>','<TMPL_VAR till_date>');return false;">--><TMPL_VAR "weekday_short_name"><!--</a>--></th></TMPL_LOOP>
|
||||
</tr>
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<TMPL_LOOP week_and_days>
|
||||
<tr>
|
||||
<!--
|
||||
<TMPL_LOOP week><th class="<TMPL_VAR class>"><a href="<TMPL_VAR .local_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR from_date>/<TMPL_VAR till_date>/" title="Woche anzeigen" onclick="calcms.selectDateRangeEventListener('<TMPL_VAR from_date>','<TMPL_VAR till_date>');return false;" ><TMPL_VAR week_of_year></a></th></TMPL_LOOP>
|
||||
-->
|
||||
<TMPL_LOOP days><td class="<TMPL_VAR class>"><a class="caldayclick" href="<TMPL_VAR .cache_base_url>/<TMPL_VAR .controllers.events>/<TMPL_VAR date>.html" title="<TMPL_VAR day>.<TMPL_VAR month>. zeigen"
|
||||
><TMPL_VAR day></a></td>
|
||||
</TMPL_LOOP>
|
||||
|
||||
<!-- onclick="calcms.selectDateEventListener('<TMPL_VAR date>');return false;" -->
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</TMPL_UNLESS>
|
||||
</TMPL_UNLESS>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +1,8 @@
|
||||
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">
|
||||
@@ -26,8 +12,6 @@ Content-type:text/html; charset=utf-8;
|
||||
</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>"
|
||||
@@ -36,35 +20,11 @@ Content-type:text/html; charset=utf-8;
|
||||
<TMPL_VAR excerpt> <TMPL_VAR user_excerpt>
|
||||
</span>
|
||||
<br>
|
||||
<!--
|
||||
<TMPL_IF excerpt>
|
||||
<hr>
|
||||
<TMPL_ELSE>
|
||||
<TMPL_IF user_excerpt>
|
||||
<hr>
|
||||
</TMPL_IF>
|
||||
</TMPL_IF>
|
||||
-->
|
||||
|
||||
<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>-->
|
||||
<span class="eventlist_kommentarzahl submitted<TMPL_IF comment_count> comments</TMPL_IF>">💬 <TMPL_VAR comment_count> </span>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
Content-type:text/html; charset=utf-8;
|
||||
|
||||
|
||||
<TMPL_INCLUDE no_search_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> <br>
|
||||
<span class="excerpt">
|
||||
<TMPL_VAR excerpt> <TMPL_VAR user_excerpt>
|
||||
</span>
|
||||
<br>
|
||||
<TMPL_UNLESS no_comment>
|
||||
<span class="eventlist_kommentarzahl submitted<TMPL_IF comment_count> comments</TMPL_IF>">💬 <TMPL_VAR comment_count> </span>
|
||||
</TMPL_UNLESS>
|
||||
<TMPL_IF is_running> (läuft gerade)</TMPL_IF>
|
||||
</div>
|
||||
</TMPL_IF>
|
||||
</TMPL_LOOP>
|
||||
</div>
|
||||
Reference in New Issue
Block a user