From 58726b06c6aaf64247f4f6d233e6f40571301780 Mon Sep 17 00:00:00 2001 From: Milan Date: Sat, 25 Feb 2023 22:36:51 +0100 Subject: [PATCH] move modifications to theme coloradio --- website/agenda/templates/{ => coloradio}/calendar.html | 0 website/agenda/templates/{ => coloradio}/calendar_colo.html | 0 website/agenda/templates/{ => coloradio}/calendar_js.html | 0 website/agenda/templates/{ => coloradio}/calendar_mobile.html | 0 website/agenda/templates/{ => coloradio}/categories.html | 0 website/agenda/templates/{ => coloradio}/comments.html | 0 website/agenda/templates/{ => coloradio}/comments.xml | 0 website/agenda/templates/{ => coloradio}/comments_newest.html | 0 website/agenda/templates/{ => coloradio}/default.html | 0 website/agenda/templates/{ => coloradio}/event.atom.xml | 0 website/agenda/templates/{ => coloradio}/event.ics | 0 website/agenda/templates/{ => coloradio}/event.json-p | 0 website/agenda/templates/{ => coloradio}/event.rss.xml | 0 website/agenda/templates/{ => coloradio}/event_details.html | 0 website/agenda/templates/{ => coloradio}/event_details_orig.html | 0 website/agenda/templates/{ => coloradio}/event_file_export.txt | 0 website/agenda/templates/{ => coloradio}/event_freefm.xml | 0 website/agenda/templates/{ => coloradio}/event_list.html | 0 website/agenda/templates/{ => coloradio}/event_list_2.html | 0 website/agenda/templates/{ => coloradio}/event_list_image.html | 0 website/agenda/templates/{ => coloradio}/event_menu.html | 0 website/agenda/templates/{ => coloradio}/event_perl.txt | 0 website/agenda/templates/{ => coloradio}/event_playlist.html | 0 website/agenda/templates/{ => coloradio}/event_playlist.txt | 0 website/agenda/templates/{ => coloradio}/event_playlist_long.html | 0 website/agenda/templates/{ => coloradio}/event_playlist_show.html | 0 .../agenda/templates/{ => coloradio}/event_playlist_twitter.txt | 0 website/agenda/templates/{ => coloradio}/event_pure1.html | 0 website/agenda/templates/{ => coloradio}/event_rds.txt | 0 website/agenda/templates/{ => coloradio}/event_running.html | 0 website/agenda/templates/{ => coloradio}/event_running_id.html | 0 website/agenda/templates/{ => coloradio}/event_utc_time.json | 0 website/agenda/templates/{ => coloradio}/event_utc_time.txt | 0 website/agenda/templates/{ => coloradio}/events_playout.json | 0 website/agenda/templates/{ => coloradio}/events_playout.json-p | 0 website/agenda/templates/{ => coloradio}/header.html | 0 website/agenda/templates/{ => coloradio}/no_result.html | 0 website/agenda/templates/{ => coloradio}/no_search_result.html | 0 website/agenda/templates/{ => coloradio}/playlist_twitter.txt | 0 website/agenda/templates/{ => coloradio}/series_names.html | 0 website/agenda/templates/{ => coloradio}/series_names.js | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename website/agenda/templates/{ => coloradio}/calendar.html (100%) rename website/agenda/templates/{ => coloradio}/calendar_colo.html (100%) rename website/agenda/templates/{ => coloradio}/calendar_js.html (100%) rename website/agenda/templates/{ => coloradio}/calendar_mobile.html (100%) rename website/agenda/templates/{ => coloradio}/categories.html (100%) rename website/agenda/templates/{ => coloradio}/comments.html (100%) rename website/agenda/templates/{ => coloradio}/comments.xml (100%) rename website/agenda/templates/{ => coloradio}/comments_newest.html (100%) rename website/agenda/templates/{ => coloradio}/default.html (100%) rename website/agenda/templates/{ => coloradio}/event.atom.xml (100%) rename website/agenda/templates/{ => coloradio}/event.ics (100%) rename website/agenda/templates/{ => coloradio}/event.json-p (100%) rename website/agenda/templates/{ => coloradio}/event.rss.xml (100%) rename website/agenda/templates/{ => coloradio}/event_details.html (100%) rename website/agenda/templates/{ => coloradio}/event_details_orig.html (100%) rename website/agenda/templates/{ => coloradio}/event_file_export.txt (100%) rename website/agenda/templates/{ => coloradio}/event_freefm.xml (100%) rename website/agenda/templates/{ => coloradio}/event_list.html (100%) rename website/agenda/templates/{ => coloradio}/event_list_2.html (100%) rename website/agenda/templates/{ => coloradio}/event_list_image.html (100%) rename website/agenda/templates/{ => coloradio}/event_menu.html (100%) rename website/agenda/templates/{ => coloradio}/event_perl.txt (100%) rename website/agenda/templates/{ => coloradio}/event_playlist.html (100%) rename website/agenda/templates/{ => coloradio}/event_playlist.txt (100%) rename website/agenda/templates/{ => coloradio}/event_playlist_long.html (100%) rename website/agenda/templates/{ => coloradio}/event_playlist_show.html (100%) rename website/agenda/templates/{ => coloradio}/event_playlist_twitter.txt (100%) rename website/agenda/templates/{ => coloradio}/event_pure1.html (100%) rename website/agenda/templates/{ => coloradio}/event_rds.txt (100%) rename website/agenda/templates/{ => coloradio}/event_running.html (100%) rename website/agenda/templates/{ => coloradio}/event_running_id.html (100%) rename website/agenda/templates/{ => coloradio}/event_utc_time.json (100%) rename website/agenda/templates/{ => coloradio}/event_utc_time.txt (100%) rename website/agenda/templates/{ => coloradio}/events_playout.json (100%) rename website/agenda/templates/{ => coloradio}/events_playout.json-p (100%) rename website/agenda/templates/{ => coloradio}/header.html (100%) rename website/agenda/templates/{ => coloradio}/no_result.html (100%) rename website/agenda/templates/{ => coloradio}/no_search_result.html (100%) rename website/agenda/templates/{ => coloradio}/playlist_twitter.txt (100%) rename website/agenda/templates/{ => coloradio}/series_names.html (100%) rename website/agenda/templates/{ => coloradio}/series_names.js (100%) diff --git a/website/agenda/templates/calendar.html b/website/agenda/templates/coloradio/calendar.html similarity index 100% rename from website/agenda/templates/calendar.html rename to website/agenda/templates/coloradio/calendar.html diff --git a/website/agenda/templates/calendar_colo.html b/website/agenda/templates/coloradio/calendar_colo.html similarity index 100% rename from website/agenda/templates/calendar_colo.html rename to website/agenda/templates/coloradio/calendar_colo.html diff --git a/website/agenda/templates/calendar_js.html b/website/agenda/templates/coloradio/calendar_js.html similarity index 100% rename from website/agenda/templates/calendar_js.html rename to website/agenda/templates/coloradio/calendar_js.html diff --git a/website/agenda/templates/calendar_mobile.html b/website/agenda/templates/coloradio/calendar_mobile.html similarity index 100% rename from website/agenda/templates/calendar_mobile.html rename to website/agenda/templates/coloradio/calendar_mobile.html diff --git a/website/agenda/templates/categories.html b/website/agenda/templates/coloradio/categories.html similarity index 100% rename from website/agenda/templates/categories.html rename to website/agenda/templates/coloradio/categories.html diff --git a/website/agenda/templates/comments.html b/website/agenda/templates/coloradio/comments.html similarity index 100% rename from website/agenda/templates/comments.html rename to website/agenda/templates/coloradio/comments.html diff --git a/website/agenda/templates/comments.xml b/website/agenda/templates/coloradio/comments.xml similarity index 100% rename from website/agenda/templates/comments.xml rename to website/agenda/templates/coloradio/comments.xml diff --git a/website/agenda/templates/comments_newest.html b/website/agenda/templates/coloradio/comments_newest.html similarity index 100% rename from website/agenda/templates/comments_newest.html rename to website/agenda/templates/coloradio/comments_newest.html diff --git a/website/agenda/templates/default.html b/website/agenda/templates/coloradio/default.html similarity index 100% rename from website/agenda/templates/default.html rename to website/agenda/templates/coloradio/default.html diff --git a/website/agenda/templates/event.atom.xml b/website/agenda/templates/coloradio/event.atom.xml similarity index 100% rename from website/agenda/templates/event.atom.xml rename to website/agenda/templates/coloradio/event.atom.xml diff --git a/website/agenda/templates/event.ics b/website/agenda/templates/coloradio/event.ics similarity index 100% rename from website/agenda/templates/event.ics rename to website/agenda/templates/coloradio/event.ics diff --git a/website/agenda/templates/event.json-p b/website/agenda/templates/coloradio/event.json-p similarity index 100% rename from website/agenda/templates/event.json-p rename to website/agenda/templates/coloradio/event.json-p diff --git a/website/agenda/templates/event.rss.xml b/website/agenda/templates/coloradio/event.rss.xml similarity index 100% rename from website/agenda/templates/event.rss.xml rename to website/agenda/templates/coloradio/event.rss.xml diff --git a/website/agenda/templates/event_details.html b/website/agenda/templates/coloradio/event_details.html similarity index 100% rename from website/agenda/templates/event_details.html rename to website/agenda/templates/coloradio/event_details.html diff --git a/website/agenda/templates/event_details_orig.html b/website/agenda/templates/coloradio/event_details_orig.html similarity index 100% rename from website/agenda/templates/event_details_orig.html rename to website/agenda/templates/coloradio/event_details_orig.html diff --git a/website/agenda/templates/event_file_export.txt b/website/agenda/templates/coloradio/event_file_export.txt similarity index 100% rename from website/agenda/templates/event_file_export.txt rename to website/agenda/templates/coloradio/event_file_export.txt diff --git a/website/agenda/templates/event_freefm.xml b/website/agenda/templates/coloradio/event_freefm.xml similarity index 100% rename from website/agenda/templates/event_freefm.xml rename to website/agenda/templates/coloradio/event_freefm.xml diff --git a/website/agenda/templates/event_list.html b/website/agenda/templates/coloradio/event_list.html similarity index 100% rename from website/agenda/templates/event_list.html rename to website/agenda/templates/coloradio/event_list.html diff --git a/website/agenda/templates/event_list_2.html b/website/agenda/templates/coloradio/event_list_2.html similarity index 100% rename from website/agenda/templates/event_list_2.html rename to website/agenda/templates/coloradio/event_list_2.html diff --git a/website/agenda/templates/event_list_image.html b/website/agenda/templates/coloradio/event_list_image.html similarity index 100% rename from website/agenda/templates/event_list_image.html rename to website/agenda/templates/coloradio/event_list_image.html diff --git a/website/agenda/templates/event_menu.html b/website/agenda/templates/coloradio/event_menu.html similarity index 100% rename from website/agenda/templates/event_menu.html rename to website/agenda/templates/coloradio/event_menu.html diff --git a/website/agenda/templates/event_perl.txt b/website/agenda/templates/coloradio/event_perl.txt similarity index 100% rename from website/agenda/templates/event_perl.txt rename to website/agenda/templates/coloradio/event_perl.txt diff --git a/website/agenda/templates/event_playlist.html b/website/agenda/templates/coloradio/event_playlist.html similarity index 100% rename from website/agenda/templates/event_playlist.html rename to website/agenda/templates/coloradio/event_playlist.html diff --git a/website/agenda/templates/event_playlist.txt b/website/agenda/templates/coloradio/event_playlist.txt similarity index 100% rename from website/agenda/templates/event_playlist.txt rename to website/agenda/templates/coloradio/event_playlist.txt diff --git a/website/agenda/templates/event_playlist_long.html b/website/agenda/templates/coloradio/event_playlist_long.html similarity index 100% rename from website/agenda/templates/event_playlist_long.html rename to website/agenda/templates/coloradio/event_playlist_long.html diff --git a/website/agenda/templates/event_playlist_show.html b/website/agenda/templates/coloradio/event_playlist_show.html similarity index 100% rename from website/agenda/templates/event_playlist_show.html rename to website/agenda/templates/coloradio/event_playlist_show.html diff --git a/website/agenda/templates/event_playlist_twitter.txt b/website/agenda/templates/coloradio/event_playlist_twitter.txt similarity index 100% rename from website/agenda/templates/event_playlist_twitter.txt rename to website/agenda/templates/coloradio/event_playlist_twitter.txt diff --git a/website/agenda/templates/event_pure1.html b/website/agenda/templates/coloradio/event_pure1.html similarity index 100% rename from website/agenda/templates/event_pure1.html rename to website/agenda/templates/coloradio/event_pure1.html diff --git a/website/agenda/templates/event_rds.txt b/website/agenda/templates/coloradio/event_rds.txt similarity index 100% rename from website/agenda/templates/event_rds.txt rename to website/agenda/templates/coloradio/event_rds.txt diff --git a/website/agenda/templates/event_running.html b/website/agenda/templates/coloradio/event_running.html similarity index 100% rename from website/agenda/templates/event_running.html rename to website/agenda/templates/coloradio/event_running.html diff --git a/website/agenda/templates/event_running_id.html b/website/agenda/templates/coloradio/event_running_id.html similarity index 100% rename from website/agenda/templates/event_running_id.html rename to website/agenda/templates/coloradio/event_running_id.html diff --git a/website/agenda/templates/event_utc_time.json b/website/agenda/templates/coloradio/event_utc_time.json similarity index 100% rename from website/agenda/templates/event_utc_time.json rename to website/agenda/templates/coloradio/event_utc_time.json diff --git a/website/agenda/templates/event_utc_time.txt b/website/agenda/templates/coloradio/event_utc_time.txt similarity index 100% rename from website/agenda/templates/event_utc_time.txt rename to website/agenda/templates/coloradio/event_utc_time.txt diff --git a/website/agenda/templates/events_playout.json b/website/agenda/templates/coloradio/events_playout.json similarity index 100% rename from website/agenda/templates/events_playout.json rename to website/agenda/templates/coloradio/events_playout.json diff --git a/website/agenda/templates/events_playout.json-p b/website/agenda/templates/coloradio/events_playout.json-p similarity index 100% rename from website/agenda/templates/events_playout.json-p rename to website/agenda/templates/coloradio/events_playout.json-p diff --git a/website/agenda/templates/header.html b/website/agenda/templates/coloradio/header.html similarity index 100% rename from website/agenda/templates/header.html rename to website/agenda/templates/coloradio/header.html diff --git a/website/agenda/templates/no_result.html b/website/agenda/templates/coloradio/no_result.html similarity index 100% rename from website/agenda/templates/no_result.html rename to website/agenda/templates/coloradio/no_result.html diff --git a/website/agenda/templates/no_search_result.html b/website/agenda/templates/coloradio/no_search_result.html similarity index 100% rename from website/agenda/templates/no_search_result.html rename to website/agenda/templates/coloradio/no_search_result.html diff --git a/website/agenda/templates/playlist_twitter.txt b/website/agenda/templates/coloradio/playlist_twitter.txt similarity index 100% rename from website/agenda/templates/playlist_twitter.txt rename to website/agenda/templates/coloradio/playlist_twitter.txt diff --git a/website/agenda/templates/series_names.html b/website/agenda/templates/coloradio/series_names.html similarity index 100% rename from website/agenda/templates/series_names.html rename to website/agenda/templates/coloradio/series_names.html diff --git a/website/agenda/templates/series_names.js b/website/agenda/templates/coloradio/series_names.js similarity index 100% rename from website/agenda/templates/series_names.js rename to website/agenda/templates/coloradio/series_names.js