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/(\d+)/[^&]*(&.*)?$ events.cgi?template=event_details.html&event_id=$1&$2 [L]
|
||||||
RewriteRule ^sendung/(.*)$ events.cgi?$1 [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})/(\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_2.html&from_date=$1&till_date=$2&$3 [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_2.html&date=$1&$2 [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/heute/(.*)$ events.cgi?template=event_list_2.html&date=today&$1 [L]
|
||||||
RewriteRule ^sendungen/(.*)$ events.cgi?$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/heute/(.*)$ events.cgi?template=event_menu.html&date=today&$1 [L]
|
||||||
RewriteRule ^menu/(.*)$ events.cgi?$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})/$ 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_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.html&open_end=1 [L]
|
||||||
RewriteRule ^kalender/(.*)$ cal.cgi?$1&template=calendar_colo.html&open_end=1 [L]
|
RewriteRule ^kalender/(.*)$ cal.cgi?$1&template=calendar.html&open_end=1 [L]
|
||||||
|
|
||||||
RewriteRule ^sendereihen/(.*)$ series_names.cgi?$1 [L]
|
RewriteRule ^sendereihen/(.*)$ series_names.cgi?$1 [L]
|
||||||
|
|
||||||
|
|||||||
@@ -2,56 +2,67 @@ Content-type:text/html; charset=UTF-8;
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="expires" content="36000">
|
<meta http-equiv="expires" content="">
|
||||||
<meta http-equiv="Content-Script-Type" content="javascript" />
|
<meta http-equiv="Content-Script-Type" content="javascript" />
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
<title>Calendar <TMPL_VAR project_title></title>
|
<title>Calendar <TMPL_VAR project_title></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div>
|
<TMPL_UNLESS no_result>
|
||||||
<TMPL_IF debug>
|
<TMPL_UNLESS no_search_result>
|
||||||
<div id="calendar_debug"></div>
|
|
||||||
</TMPL_IF>
|
|
||||||
|
|
||||||
<table>
|
<div>
|
||||||
<thead>
|
<TMPL_IF debug>
|
||||||
<tr>
|
<div id="calendar_debug"></div>
|
||||||
<th class="first">
|
</TMPL_IF>
|
||||||
<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>
|
|
||||||
|
|
||||||
<tr>
|
<table>
|
||||||
<!--<th>Wo</th>
|
<thead>
|
||||||
-->
|
<tr>
|
||||||
<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>
|
<th class="first">
|
||||||
</tr>
|
<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>
|
<tr>
|
||||||
<tbody>
|
<!--<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>
|
</thead>
|
||||||
<tr>
|
<tbody>
|
||||||
<!--
|
|
||||||
<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 week_and_days>
|
||||||
-->
|
<tr>
|
||||||
<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>
|
<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>
|
||||||
</tr>
|
-->
|
||||||
</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"
|
||||||
</tbody>
|
><TMPL_VAR day></a></td>
|
||||||
</table>
|
</TMPL_LOOP>
|
||||||
</div>
|
|
||||||
</body>
|
<!-- onclick="calcms.selectDateEventListener('<TMPL_VAR date>');return false;" -->
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</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;
|
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_search_result.html>
|
||||||
<!--<TMPL_INCLUDE no_result.html>-->
|
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<TMPL_LOOP NAME=events>
|
<TMPL_LOOP NAME=events>
|
||||||
<TMPL_IF event_id>
|
<TMPL_IF event_id>
|
||||||
<TMPL_IF name="is_first_of_day">
|
<TMPL_IF name="is_first_of_day">
|
||||||
@@ -26,8 +12,6 @@ Content-type:text/html; charset=utf-8;
|
|||||||
</TMPL_IF>
|
</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>"
|
<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">
|
<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> |
|
<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>"
|
<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>
|
<TMPL_VAR excerpt> <TMPL_VAR user_excerpt>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<!--
|
|
||||||
<TMPL_IF excerpt>
|
|
||||||
<hr>
|
|
||||||
<TMPL_ELSE>
|
|
||||||
<TMPL_IF user_excerpt>
|
|
||||||
<hr>
|
|
||||||
</TMPL_IF>
|
|
||||||
</TMPL_IF>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<TMPL_UNLESS no_comment>
|
<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> </span>
|
||||||
<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_UNLESS>
|
||||||
<TMPL_IF is_running> (läuft gerade)</TMPL_IF>
|
<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>
|
</div>
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
</TMPL_LOOP>
|
</TMPL_LOOP>
|
||||||
</div>
|
</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