templates: overwrite default templates from upstream

This commit is contained in:
Milan
2023-03-19 21:55:03 +01:00
parent d6ee7aa0c7
commit 72eada03c4
7 changed files with 19 additions and 61 deletions

View File

@@ -9,10 +9,8 @@ Access-Control-Allow-Origin: *
<meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Style-Type" content="text/css" />
</head> </head>
<body> <body>
<div id="sendungen">
</div>
<TMPL_LOOP comments> <TMPL_LOOP comments>
<a id="event_list_id_<TMPL_VAR event_id>" class="click_for_detail" href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments"> <a href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments">
<div class="comments level<TMPL_VAR level>"> <div class="comments level<TMPL_VAR level>">
<span class="author"><TMPL_VAR author escape=none></span>: <span class="author"><TMPL_VAR author escape=none></span>:
<span class="content"><TMPL_VAR short_content escape=none></span> <span class="content"><TMPL_VAR short_content escape=none></span>

View File

@@ -40,7 +40,7 @@ LAST-MODIFIED;TZID=<TMPL_VAR time_zone>:<TMPL_VAR modified_at>
LOCATION:<TMPL_VAR location_mapped> LOCATION:<TMPL_VAR location_mapped>
SEQUENCE:0 SEQUENCE:0
STATUS:CONFIRMED STATUS:CONFIRMED
SUMMARY:<TMPL_VAR full_title> - coloRadio SUMMARY:<TMPL_VAR full_title>
URL:<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri> URL:<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri>
TRANSP:OPAQUE TRANSP:OPAQUE
CATEGORIES:<TMPL_VAR project_title> CATEGORIES:<TMPL_VAR project_title>

View File

@@ -4,10 +4,11 @@ Access-Control-Allow-Origin: *
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Cache-control" content="public"> <meta http-equiv="Cache-control" content="public">
<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>Playlist <TMPL_VAR project_title></title> <title>Playlist <TMPL_VAR project_title></title>
<script> <script>
/** /**
* @fileoverview dragscroll - scroll area by dragging * @fileoverview dragscroll - scroll area by dragging
@@ -104,48 +105,18 @@ Access-Control-Allow-Origin: *
</head> </head>
<body> <body>
<div id="playlist_container" class="_dragscroll"> <div id="playlist_container" class="dragscroll">
Playlist Long <br><br>
<TMPL_LOOP NAME=events> <TMPL_LOOP NAME=events>
<a href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>" >
<a class="playlist_long_event_detail" href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>" > <div id="event_playlist_<TMPL_VAR event_id>" class="eventContainer event">
<div id="event_playlist_<TMPL_VAR event_id>" class="eventContainer event"> <div class="top" title="<TMPL_VAR full_title><TMPL_IF excerpt>. <TMPL_VAR excerpt></TMPL_IF>">
<div class="top" title="<TMPL_VAR full_title><TMPL_IF excerpt>. <TMPL_VAR excerpt></TMPL_IF>"> <TMPL_VAR weekday_short_name> <TMPL_VAR start_time_name>
<TMPL_VAR weekday_short_name> <TMPL_VAR start_time_name> </div>
</div>
<div class="bottom"> <div class="bottom">
<TMPL_IF series_name><TMPL_VAR series_name><TMPL_ELSE><TMPL_VAR title></TMPL_IF> <TMPL_IF series_name><TMPL_VAR series_name><TMPL_ELSE><TMPL_VAR title></TMPL_IF>
</div> </div>
</a> </div>
</a>
<div class="scripted" style="display:none;">
<a class="zeige_sendungsdetails_playlist_long playlist_long_event_detail" id="link_zu_event_<TMPL_VAR event_id>" href="#">
<div id="event_playlist_<TMPL_VAR event_id>" class="eventContainer event">
<div class="top" title="<TMPL_VAR full_title><TMPL_IF excerpt>. <TMPL_VAR excerpt></TMPL_IF>">
<TMPL_VAR weekday_short_name> <TMPL_VAR start_time_name>
</div>
<div class="bottom">
<TMPL_IF series_name><TMPL_VAR series_name><TMPL_ELSE><TMPL_VAR title></TMPL_IF>
</div>
</div>
</a>
</div>
<noscript>
<a class="playlist_long_event_detail" href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>" >
<div id="event_playlist_<TMPL_VAR event_id>" class="eventContainer event">
<div class="top" title="<TMPL_VAR full_title><TMPL_IF excerpt>. <TMPL_VAR excerpt></TMPL_IF>">
<TMPL_VAR weekday_short_name> <TMPL_VAR start_time_name>
</div>
<div class="bottom">
<TMPL_IF series_name><TMPL_VAR series_name><TMPL_ELSE><TMPL_VAR title></TMPL_IF>
</div>
</div>
</a>
</noscript>
</TMPL_LOOP> </TMPL_LOOP>
</div> </div>
</body> </body>

View File

@@ -5,7 +5,6 @@ Access-Control-Allow-Origin: *
<html> <html>
<body> <body>
<TMPL_IF no_result> <TMPL_IF no_result>
<!--
<script> <script>
jQuery( document ).ready(function() { jQuery( document ).ready(function() {
//load next shows into current playlist //load next shows into current playlist
@@ -23,9 +22,6 @@ Access-Control-Allow-Origin: *
overflow:hidden; overflow:hidden;
} }
</style> </style>
-->
<!--
<div class="content" style="clear:both"> <div class="content" style="clear:both">
<h1 class="summary title"> <h1 class="summary title">
@@ -44,8 +40,6 @@ Access-Control-Allow-Origin: *
<TMLP_VAR count> Treffer: <TMLP_VAR count> Treffer:
</TMPL_IF> </TMPL_IF>
</div> </div>
-->
</TMPL_IF> </TMPL_IF>

View File

@@ -4,13 +4,13 @@
<script> <script>
jQuery( document ).ready(function() { jQuery( document ).ready(function() {
//load next shows into current playlist //load next shows into current playlist
if(jQuery('#sendungen').length!=0) jQuery('#sendungen').load('/agenda/playlistLong/'); if(jQuery('#coming_shows').length!=0) jQuery('#coming_shows').load('/agenda/playlistLong/');
//hide next shows //hide next shows
// if(jQuery('#calcms_playlist').length!=0) jQuery('#calcms_playlist').parent().parent().hide(); if(jQuery('#calcms_playlist').length!=0) jQuery('#calcms_playlist').parent().parent().hide();
//hide programm menu //hide programm menu
// if(jQuery('#calcms_menu').length!=0) jQuery('#calcms_menu').parent().parent().hide(); if(jQuery('#calcms_menu').length!=0) jQuery('#calcms_menu').parent().parent().hide();
}); });
</script> </script>

View File

@@ -3,7 +3,7 @@
Keine Sendung gefunden. Keine Sendung gefunden.
</div> </div>
</TMPL_IF> </TMPL_IF>
<!--<TMPL_IF event_count><TMPL_VAR event_count> Treffer</TMPL_IF>--> <TMPL_IF event_count><TMPL_VAR event_count> Treffer</TMPL_IF>

View File

@@ -18,13 +18,8 @@ Access-Control-Allow-Origin: *
style="display:none;" style="display:none;"
> >
<<<<<<<< HEAD:website/agenda/templates/coloradio/series_names.html
<option value="">- Sendereihe ausw&auml;hlen -</option>
<TMPL_LOOP series_names><option value="<TMPL_VAR series_name escape=0>"<TMPL_VAR selected escape=0>><TMPL_VAR series_name> <!--(<TMPL_VAR sum>)--></option>
========
<option value="">- Sendereihe -</option> <option value="">- Sendereihe -</option>
<TMPL_LOOP series_names><option value="<TMPL_VAR series_name escape=none>"<TMPL_VAR selected escape=none>><TMPL_VAR series_name> (<TMPL_VAR sum>)</option> <TMPL_LOOP series_names><option value="<TMPL_VAR series_name escape=none>"<TMPL_VAR selected escape=none>><TMPL_VAR series_name> (<TMPL_VAR sum>)</option>
>>>>>>>> calcms/master:website/agenda/templates/default/series_names.html
</TMPL_LOOP> </TMPL_LOOP>
</select> </select>