reorganize database columns, fix series search, show image licences
This commit is contained in:
@@ -79,6 +79,13 @@ RewriteRule ^future$ events.cgi?template=event_list_image.html&limit=20
|
||||
RewriteRule ^dt64-festival.html$ events.cgi?location=dt64&template=event_dt64&archive=all
|
||||
RewriteRule ^frrapo-programm.html$ events.cgi?location=potsdam&template=event_frrapo
|
||||
RewriteRule ^upload_playout_piradio$ upload_playout.cgi?project_id=1&studio_id=1
|
||||
|
||||
RewriteRule ^redaktionen-piradio$ series.cgi?project_id=1&location=piradio
|
||||
RewriteRule ^redaktionen-studio-ansage$ series.cgi?project_id=1&location=ansage
|
||||
RewriteRule ^redaktionen-frrapo$ series.cgi?project_id=1&location=potsdam
|
||||
RewriteRule ^redaktionen-colabo-radio$ series.cgi?project_id=1&location=colabo
|
||||
RewriteRule ^redaktionen-frb$ series.cgi?project_id=1&location=frb
|
||||
|
||||
</IfModule>
|
||||
|
||||
# MOD_PERL
|
||||
|
||||
@@ -4,44 +4,44 @@
|
||||
|
||||
/* main structure */
|
||||
/*
|
||||
body {
|
||||
body {
|
||||
|
||||
font-size:12px
|
||||
}
|
||||
font-size:12px
|
||||
}
|
||||
*/
|
||||
#nav {
|
||||
text-align:center;
|
||||
margin:0;
|
||||
height:3em;
|
||||
z-index:3;
|
||||
text-align:left;
|
||||
background:white;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
}
|
||||
#nav {
|
||||
text-align:center;
|
||||
margin:0;
|
||||
height:3em;
|
||||
z-index:3;
|
||||
text-align:left;
|
||||
background:white;
|
||||
width:100%;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
#calcms_body {
|
||||
#calcms_body {
|
||||
/*
|
||||
font-size:10px;
|
||||
font-size:10px;
|
||||
*/
|
||||
overflow:auto;
|
||||
background:white;
|
||||
padding-top:3px;padding-right:5px;
|
||||
margin:bottom:1px;
|
||||
text-align:left;
|
||||
padding:3px;
|
||||
}
|
||||
overflow:auto;
|
||||
background:white;
|
||||
padding-top:3px;padding-right:5px;
|
||||
margin:bottom:1px;
|
||||
text-align:left;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align:left;
|
||||
pre {
|
||||
text-align:left;
|
||||
/*
|
||||
font-size:0.7em;
|
||||
font-size:0.7em;
|
||||
*/
|
||||
font-family:Courier;
|
||||
padding:1em;margin:1em;
|
||||
border:1px solid black;
|
||||
background-color:#eee;
|
||||
}
|
||||
font-family:Courier;
|
||||
padding:1em;margin:1em;
|
||||
border:1px solid black;
|
||||
background-color:#eee;
|
||||
}
|
||||
|
||||
|
||||
/* end of main structure */
|
||||
@@ -49,27 +49,27 @@
|
||||
|
||||
/* search field */
|
||||
|
||||
#nav form {float:left;}
|
||||
#nav form input {
|
||||
#nav form {float:left;}
|
||||
#nav form input {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:1;border:1px solid gray
|
||||
}
|
||||
padding:0;margin:1;border:1px solid gray
|
||||
}
|
||||
|
||||
#nav form select {
|
||||
#nav form select {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:1;border:1px solid gray;width:130px;
|
||||
}
|
||||
padding:0;margin:1;border:1px solid gray;width:130px;
|
||||
}
|
||||
|
||||
#nav form option {
|
||||
#nav form option {
|
||||
/*
|
||||
font-size:12px;
|
||||
font-size:12px;
|
||||
*/
|
||||
padding:0;margin:0
|
||||
}
|
||||
padding:0;margin:0
|
||||
}
|
||||
|
||||
/* end of search field */
|
||||
|
||||
@@ -77,34 +77,34 @@
|
||||
/* event fields */
|
||||
|
||||
|
||||
.calcms_date {
|
||||
background: #ccccff;
|
||||
padding:6px;margin:0px;
|
||||
font-weight:bold;
|
||||
margin-top:1em;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
text-align:left
|
||||
}
|
||||
.calcms_date {
|
||||
background: #ccccff;
|
||||
padding:6px;margin:0px;
|
||||
font-weight:bold;
|
||||
margin-top:1em;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
text-align:left
|
||||
}
|
||||
|
||||
.calcms_title {padding:3px;margin:0px;font-weight:bold;text-align:left;}
|
||||
.calcms_excerpt {padding:3px;margin:0px;background-color:#eee;}
|
||||
.calcms_content {padding:3px;margin:0px;clear:left;margin:0}
|
||||
.calcms_content p {margin-top:10px}
|
||||
.calcms_content h1 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h2 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h3 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h4 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content li {clear:left;}
|
||||
.calcms_content img {text-align:left;font-size:1.5em;float:left;margin-right:10px;}/*width:50;height:50px;*/
|
||||
.calcms_event {text-align:left}
|
||||
.calcms_day {padding:1px;margin:0px;clear:left;text-align:left}
|
||||
|
||||
/* hide microformats */
|
||||
.dtstart {display:none;visibility:hidden;}
|
||||
.dtend {display:none;visibility:hidden;}
|
||||
.calcms_title {padding:3px;margin:0px;font-weight:bold;text-align:left;}
|
||||
.calcms_excerpt {padding:3px;margin:0px;background-color:#eee;}
|
||||
.calcms_content {padding:3px;margin:0px;clear:left;margin:0}
|
||||
.calcms_content p {margin-top:10px}
|
||||
.calcms_content h1 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h2 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h3 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content h4 {text-align:left;font-size:1.5em;clear:left;margin-top:16px}
|
||||
.calcms_content li {clear:left;}
|
||||
.calcms_content img {text-align:left;font-size:1.5em;float:left;margin-right:10px;}/*width:50;height:50px;*/
|
||||
.calcms_event {text-align:left}
|
||||
.calcms_day {padding:1px;margin:0px;clear:left;text-align:left}
|
||||
|
||||
/* hide microformats */
|
||||
.dtstart {display:none;visibility:hidden;}
|
||||
.dtend {display:none;visibility:hidden;}
|
||||
|
||||
/* end of event fields */
|
||||
|
||||
@@ -112,140 +112,140 @@
|
||||
|
||||
/* navigation bar */
|
||||
|
||||
table#nav{
|
||||
padding:0;margin:0;width:100%;
|
||||
border-left:1px solid #88f;
|
||||
border-top: 1px solid #88f;
|
||||
text-align:left;
|
||||
}
|
||||
table#nav table{
|
||||
padding:0;margin:0;
|
||||
border-left:0;border-top:0;
|
||||
text-align:left;width:100%
|
||||
}
|
||||
table#nav table td{
|
||||
margin:0;text-align:center;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td,
|
||||
table#nav table a{
|
||||
padding:1px;
|
||||
table#nav{
|
||||
padding:0;margin:0;width:100%;
|
||||
border-left:1px solid #88f;
|
||||
border-top: 1px solid #88f;
|
||||
text-align:left;
|
||||
}
|
||||
table#nav table{
|
||||
padding:0;margin:0;
|
||||
border-left:0;border-top:0;
|
||||
text-align:left;width:100%
|
||||
}
|
||||
table#nav table td{
|
||||
margin:0;text-align:center;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td,
|
||||
table#nav table a{
|
||||
padding:1px;
|
||||
/*
|
||||
font-size:10px;
|
||||
font-size:10px;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* hover effects */
|
||||
/* hover effects */
|
||||
|
||||
table#nav table td:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right :1px solid #88f;
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
table#nav table td:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right :1px solid #88f;
|
||||
background-color:#f0f0f0;
|
||||
}
|
||||
|
||||
table#nav table td.selected:hover{
|
||||
background-color:#eee;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
table#nav table td.selected:hover{
|
||||
background-color:#eee;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
}
|
||||
|
||||
table#nav table a:hover{
|
||||
}
|
||||
table#nav table a:hover{
|
||||
}
|
||||
|
||||
|
||||
/* not selectable columns */
|
||||
/* not selectable columns */
|
||||
|
||||
table#nav table td.row_type:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
table#nav table td.row_type:hover{
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
.row_type{
|
||||
width:100px
|
||||
}
|
||||
.row_type{
|
||||
width:100px
|
||||
}
|
||||
|
||||
|
||||
/* selected fields */
|
||||
#nav .selected, .night, .morning, .noon, .afternoon, .evening{
|
||||
background:#ddd;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
}
|
||||
/* selected fields */
|
||||
#nav .selected, .night, .morning, .noon, .afternoon, .evening{
|
||||
background:#ddd;
|
||||
border-bottom:1px solid #88f;
|
||||
border-right: 1px solid #88f;
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* end of navigation bar */
|
||||
|
||||
/* calendar weeks */
|
||||
|
||||
#nav td.week_1,
|
||||
#nav td.week_2,
|
||||
#nav td.week_3,
|
||||
#nav td.week_4,
|
||||
#nav td.week_5 {
|
||||
border-right:1px solid #88f ;
|
||||
}
|
||||
#nav td.week_1,
|
||||
#nav td.week_2,
|
||||
#nav td.week_3,
|
||||
#nav td.week_4,
|
||||
#nav td.week_5 {
|
||||
border-right:1px solid #88f ;
|
||||
}
|
||||
/* end of calendar weeks */
|
||||
|
||||
|
||||
|
||||
/* calendar days */
|
||||
|
||||
/* replaces the original wp css*/
|
||||
/* replaces the original wp css*/
|
||||
|
||||
#wp-calendar {}
|
||||
#wp-calendar a {padding:2px}
|
||||
#wp-calendar table {padding:2px}
|
||||
#wp-calendar {}
|
||||
#wp-calendar a {padding:2px}
|
||||
#wp-calendar table {padding:2px}
|
||||
|
||||
#wp-calendar td {
|
||||
#wp-calendar td {
|
||||
/*
|
||||
font-size:8px;
|
||||
font-size:8px;
|
||||
*/
|
||||
text-align:center;
|
||||
background-color:#fefeff;
|
||||
}
|
||||
#wp-calendar td a {
|
||||
padding:2px;
|
||||
text-align:center;
|
||||
background-color:#fefeff;
|
||||
}
|
||||
#wp-calendar td a {
|
||||
padding:2px;
|
||||
/*
|
||||
font-size:8px;
|
||||
font-size:8px;
|
||||
*/
|
||||
font-weight:normal;
|
||||
}
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#wp-calendar a:hover {
|
||||
background:#eeeeff;
|
||||
}
|
||||
#wp-calendar a:hover {
|
||||
background:#eeeeff;
|
||||
}
|
||||
|
||||
|
||||
/* additional css to mark today and all dates matching to the request */
|
||||
/* additional css to mark today and all dates matching to the request */
|
||||
|
||||
#wp-calendar .calcms_today {
|
||||
padding:2px;margin:0px;background:#eeeeee;
|
||||
}
|
||||
#wp-calendar .calcms_today {
|
||||
padding:2px;margin:0px;background:#eeeeee;
|
||||
}
|
||||
|
||||
#wp-calendar td.calcms_match {
|
||||
background:#ccffcc;
|
||||
}
|
||||
#wp-calendar td .selected .calcms_match {
|
||||
background:#ddeedd;
|
||||
}
|
||||
#wp-calendar td.calcms_match {
|
||||
background:#ccffcc;
|
||||
}
|
||||
#wp-calendar td .selected .calcms_match {
|
||||
background:#ddeedd;
|
||||
}
|
||||
|
||||
/* end of calendar days */
|
||||
|
||||
div.update {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
}
|
||||
div.update {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
}
|
||||
|
||||
div.update , div.update a{
|
||||
text-align:left;
|
||||
font-size:6px;
|
||||
color:#bbb;
|
||||
}
|
||||
div.update , div.update a{
|
||||
text-align:left;
|
||||
font-size:6px;
|
||||
color:#bbb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,41 +1,30 @@
|
||||
/*
|
||||
include in your web page:
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/agenda_files/css/calcms.css" />
|
||||
* {font-size:1em !important;}
|
||||
*/
|
||||
|
||||
/* latin-ext */
|
||||
/* roboto-regular - latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
src: url('../fonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Roboto'), local('Roboto-Regular'),
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
/* open-sans-regular - latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Open Sans Regular'), local('OpenSans-Regular'),
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
#page * {
|
||||
@@ -51,6 +40,10 @@ input{
|
||||
max-width:20em;
|
||||
}
|
||||
|
||||
body.custom-background{
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration:none;
|
||||
box-shadow:none !important;
|
||||
@@ -507,12 +500,12 @@ a{
|
||||
}
|
||||
|
||||
#calcms_comments input{
|
||||
max-width:20em;
|
||||
max-width:40rem;
|
||||
height:32px;
|
||||
}
|
||||
|
||||
#calcms_comments input[type=submit]{
|
||||
max-width:10em;
|
||||
max-width:10rem;
|
||||
background:#ddd;
|
||||
}
|
||||
|
||||
|
||||
@@ -157,6 +157,31 @@ var calcms_settings = new Array();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
calcms.insertEditors = function insertEditors() {
|
||||
var url=document.location.href;
|
||||
|
||||
var mapping={
|
||||
"studio\-ansage" : "/agenda/redaktionen-studio-ansage",
|
||||
"studio\-pi\-radio" : "/agenda/redaktionen-piradio",
|
||||
"studio\-frb" : "/agenda/redaktionen-frb",
|
||||
"studio\-colabo" : "/agenda/redaktionen-colabo-radio",
|
||||
"studio\-frrapo" : "/agenda/redaktionen-frrapo"
|
||||
};
|
||||
|
||||
for (var key in mapping){
|
||||
var editorsUrl = mapping[key];
|
||||
var pattern = new RegExp(key);
|
||||
var matchs = pattern.exec(url);
|
||||
if ((matchs != null) && (matchs.length > 0) ) {
|
||||
console.log("matchs "+url)
|
||||
$('div.entry-content').append('<div id="result"> </div>')
|
||||
$("#result").load(editorsUrl)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
function insertDeskDetails() {
|
||||
var pattern = new RegExp(/redaktion\/(.*)$/);
|
||||
|
||||
@@ -500,7 +500,7 @@ sub showCalendar {
|
||||
next unless defined $event->{uploaded_at};
|
||||
print STDERR "uploadAt=$event->{uploaded_at}, playoutModified:$event->{playout_modified_at}, playoutUpdatedAt:$event->{playout_updated_at}\n";
|
||||
next if (defined $event->{playout_updated_at}) && ( $event->{uploaded_at} lt $event->{playout_updated_at} );
|
||||
print STDERR Dumper($event);
|
||||
#print STDERR Dumper($event);
|
||||
$event->{upload} ='pending' ;
|
||||
#$event->{title}.='<br>pending';
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
||||
.ui-timepicker-div dl { text-align: left; }
|
||||
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
|
||||
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
|
||||
.ui-timepicker-div td { font-size: 90%; }
|
||||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
||||
|
||||
.ui-timepicker-rtl{ direction: rtl; }
|
||||
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
|
||||
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
|
||||
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
|
||||
@@ -10,15 +10,16 @@ div#oldSeries{
|
||||
clear:both;
|
||||
}
|
||||
|
||||
div#newSeries, div#oldSeries{
|
||||
div#newSeries,
|
||||
div#oldSeries{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div#newSeries div,
|
||||
div#oldSeries div{
|
||||
div#newSeries a,
|
||||
div#oldSeries a{
|
||||
color:#fff;
|
||||
background:#1abc9c;
|
||||
padding:6px;
|
||||
@@ -35,12 +36,11 @@ div#oldSeries div{
|
||||
height:3rem;
|
||||
line-height:2em;
|
||||
}
|
||||
/*
|
||||
|
||||
*/
|
||||
div#newSeries div:hover,
|
||||
div#oldSeries div:hover{
|
||||
div#newSeries a:hover,
|
||||
div#oldSeries a:hover{
|
||||
background:#1dd2af;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
div#search{
|
||||
|
||||
@@ -37,10 +37,13 @@ var region='<TMPL_VAR loc.region>';
|
||||
|
||||
<div id="newSeries">
|
||||
<TMPL_LOOP newSeries>
|
||||
<div onclick="view_series_details('<TMPL_VAR series_id>','<TMPL_VAR .studio_id>','<TMPL_VAR .project_id>')">
|
||||
<a
|
||||
onclick="view_series_details('<TMPL_VAR series_id>','<TMPL_VAR .studio_id>','<TMPL_VAR .project_id>')"
|
||||
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
||||
>
|
||||
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
||||
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
|
||||
</div>
|
||||
</a>
|
||||
</TMPL_LOOP>
|
||||
</div>
|
||||
|
||||
@@ -50,10 +53,12 @@ var region='<TMPL_VAR loc.region>';
|
||||
|
||||
<div id="oldSeries" style="display:none;">
|
||||
<TMPL_LOOP oldSeries>
|
||||
<div onclick="view_series_details('<TMPL_VAR series_id>','<TMPL_VAR .studio_id>','<TMPL_VAR .project_id>')">
|
||||
<a onclick="view_series_details('<TMPL_VAR series_id>','<TMPL_VAR .studio_id>','<TMPL_VAR .project_id>')"
|
||||
href="series.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&series_id=<TMPL_VAR series_id>&action=show"
|
||||
>
|
||||
<b><TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF></b>
|
||||
<TMPL_IF TITLE> <br> <TMPL_VAR title></TMPL_IF>
|
||||
</div>
|
||||
</a>
|
||||
</TMPL_LOOP>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -22,18 +22,18 @@
|
||||
<div class="date<TMPL_IF is_running> running</TMPL_IF>">
|
||||
<TMPL_IF is_running> ... Diese Sendung läuft gerade ...<p></TMPL_IF>
|
||||
|
||||
<h1 class="summary title">
|
||||
<TMPL_IF series_name>
|
||||
<a href="#" onclick="calcms.showPrevSeriesEvent(<TMPL_VAR event_id>)" title="vorherige Sendung">«</a><TMPL_VAR series_name><a href="#" onclick="calcms.showNextSeriesEvent(<TMPL_VAR event_id>)" title="nächste Sendung">»</a>
|
||||
</TMPL_IF>
|
||||
<TMPL_VAR full_title_no_series>
|
||||
<h1 class="summary title">
|
||||
<TMPL_IF series_name>
|
||||
<a href="#" onclick="calcms.showPrevSeriesEvent(<TMPL_VAR event_id>)" title="vorherige Sendung">«</a><TMPL_VAR series_name><a href="#" onclick="calcms.showNextSeriesEvent(<TMPL_VAR event_id>)" title="nächste Sendung">»</a>
|
||||
</TMPL_IF>
|
||||
<TMPL_VAR full_title_no_series>
|
||||
|
||||
<div style="font-size:1rem">
|
||||
<TMPL_VAR weekday_name>, <TMPL_VAR start_date_name>,
|
||||
<span style="font-size:1.5rem"><TMPL_VAR start_time_name></span> bis <TMPL_VAR end_time_name> Uhr
|
||||
</div>
|
||||
|
||||
</h1>
|
||||
</h1>
|
||||
|
||||
<TMPL_IF program> (<TMPL_VAR program>)</TMPL_IF>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<TMPL_IF no_image_in_text>
|
||||
<TMPL_IF .hide_event_images>
|
||||
<a href="<TMPL_VAR series_image_url>">
|
||||
<figure>
|
||||
<figure>
|
||||
<TMPL_IF series_thumb_url>
|
||||
<img alt="<TMPL_VAR series_name>" src="<TMPL_VAR series_thumb_url>">
|
||||
<TMPL_IF series_image_label><figcaption>Bild:<TMPL_VAR series_image_label></figcaption></TMPL_IF>
|
||||
@@ -56,9 +56,9 @@
|
||||
<figure>
|
||||
<TMPL_IF thumb_url>
|
||||
<img alt="<TMPL_VAR series_name>" src="<TMPL_VAR thumb_url>">
|
||||
<TMPL_IF image_label><figcaption>Bild:<TMPL_VAR image_label></figcaption></TMPL_IF>
|
||||
<TMPL_IF image_label><figcaption>Bild:<TMPL_VAR image_label></figcaption></TMPL_IF>
|
||||
</TMPL_IF>
|
||||
</figure>
|
||||
</figure>
|
||||
</a>
|
||||
</TMPL_IF>
|
||||
</TMPL_IF>
|
||||
@@ -66,7 +66,7 @@
|
||||
<TMPL_VAR topic ESCAPE=0><TMPL_VAR content ESCAPE=0>
|
||||
<TMPL_IF recurrence_date><a href="<TMPL_VAR recurrence>.html">Wiederholung vom <TMPL_VAR recurrence_date></a></TMPL_IF>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="icon_bar">
|
||||
|
||||
Reference in New Issue
Block a user