copy current state of medienstaatsvertrag.org, to be verified
This commit is contained in:
116
docs/css/style.css
Normal file
116
docs/css/style.css
Normal file
@@ -0,0 +1,116 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background:#333;
|
||||
margin: 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
max-width:1200px;
|
||||
}
|
||||
|
||||
header, nav{
|
||||
padding:0.5rem;
|
||||
}
|
||||
|
||||
aside, article, footer{
|
||||
padding:2rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width:800px) {
|
||||
body {margin:0px; }
|
||||
|
||||
#content {
|
||||
display:-webkit-flex;
|
||||
display:flex;
|
||||
}
|
||||
|
||||
article {
|
||||
-webkit-flex:3;
|
||||
flex:3;
|
||||
-webkit-order:2;
|
||||
order:2;
|
||||
min-height:400px;
|
||||
}
|
||||
|
||||
aside.left {
|
||||
-webkit-flex:1;
|
||||
flex:1;
|
||||
-webkit-order:1;
|
||||
order:1;
|
||||
}
|
||||
|
||||
aside.right {
|
||||
-webkit-flex:1;
|
||||
flex:1;
|
||||
-webkit-order:3;
|
||||
order:3;
|
||||
}
|
||||
|
||||
ul{
|
||||
display:flex
|
||||
}
|
||||
}
|
||||
|
||||
nav{
|
||||
background:#ddd;
|
||||
}
|
||||
aside{
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
article{
|
||||
background:#ffffff;
|
||||
padding-bottom:3em;
|
||||
line-height:150%;
|
||||
}
|
||||
|
||||
nav, header, footer{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header, footer, header a, footer a{
|
||||
color:#ffffff;
|
||||
background:#666;
|
||||
}
|
||||
|
||||
header{
|
||||
font-size:3em;
|
||||
padding:0.3em;
|
||||
}
|
||||
|
||||
h1,h2{
|
||||
font-size:1em;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
h2{
|
||||
padding-top:1em;
|
||||
}
|
||||
|
||||
p{
|
||||
padding-top:1em;
|
||||
}
|
||||
|
||||
a{
|
||||
color:#006;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
li{
|
||||
margin-left:1em;
|
||||
}
|
||||
|
||||
#nav-main li{
|
||||
padding:0.5em;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
|
||||
67
docs/download.html
Normal file
67
docs/download.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>calcms</title>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1"> <meta charset="utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!--calcms start-->
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendeplan Atom" href="/agenda/atom/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Sendeplan RSS" href="/agenda/rss/" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendekommentare" href="/agenda/feed_kommentare/" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/agenda/css/calcms.css" />
|
||||
<script type="text/javascript" src="/agenda/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script>
|
||||
<!--calcms end-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<header id="header">
|
||||
<h1><a href="/">calcms</a></h1>
|
||||
</header>
|
||||
|
||||
<nav id="nav-main">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/programm.html">schedule</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/planung/">editor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/download.html">download</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="content">
|
||||
<article id="article">
|
||||
download sources
|
||||
|
||||
<li><a href="calcms.2017-04-29.tar.gz">calcms.2017-04-29.tar.gz</a></li>
|
||||
<li><a href="calcms.2015-04-18.tar.gz">calcms.2015-04-18.tar.gz</a></li>
|
||||
<li><a href="calcms.2014-12.tar.gz">calcms.2014-12-23.tar.gz</a></li>
|
||||
|
||||
</article>
|
||||
|
||||
<aside class="left">
|
||||
</aside>
|
||||
|
||||
<aside class="right">
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
calcms 2010 - 2017 by <a href="http://radiopiloten.de">http://radiopiloten.de</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
75
docs/index.html
Normal file
75
docs/index.html
Normal file
@@ -0,0 +1,75 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>calcms</title>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!--calcms start-->
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendeplan Atom" href="/agenda/atom/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Sendeplan RSS" href="/agenda/rss/" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendekommentare" href="/agenda/feed_kommentare/" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/agenda/css/calcms.css" />
|
||||
<script type="text/javascript" src="/agenda/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script>
|
||||
<!--calcms end-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<header id="header">
|
||||
<h1><a href="/">calcms</a></h1>
|
||||
</header>
|
||||
|
||||
<nav id="nav-main">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/programm.html">schedule</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/planung/">editor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/download.html">download</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="content">
|
||||
<article>
|
||||
calcms - manage broadcasts at your community radio station.
|
||||
<p>calcms consists of two components:
|
||||
<li> edit the broadcast schedule</li>
|
||||
<li> publish the broadcast schedule </li>
|
||||
|
||||
<p>calcms itself is stand-alone, but can be integrated into both static and dynamic web sites.
|
||||
|
||||
<p>Documentation can be found here:
|
||||
<li><a href="http://dev.radiopiloten.de/dokuwiki/doku.php/calcms:start">http://dev.radiopiloten.de/dokuwiki/doku.php/calcms:start</a></li>
|
||||
|
||||
<p>This page is a example page for integrating calcms into a static web site.
|
||||
<br>The template for the integration which is usually hidden to users can be found here:
|
||||
<li><a href="/programm.html">static template</a></li>
|
||||
</article>
|
||||
|
||||
<aside class="left">
|
||||
</aside>
|
||||
|
||||
<aside class="right">
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<footer id="footer">
|
||||
calcms 2010 - 2017 by <a href="http://radiopiloten.de">http://radiopiloten.de</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
95
docs/programm.html
Normal file
95
docs/programm.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>calcms</title>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!--calcms start-->
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendeplan Atom" href="/agenda/atom/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Sendeplan RSS" href="/agenda/rss/" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Sendekommentare" href="/agenda/feed_kommentare/" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/agenda/css/calcms.css" />
|
||||
<script type="text/javascript" src="/agenda/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.js"></script>
|
||||
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script>
|
||||
<!--calcms end-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<header id="header">
|
||||
<h1><a href="/">calcms</a></h1>
|
||||
</header>
|
||||
|
||||
<nav id="nav-main">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/programm.html">schedule</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/agenda/planung/">editor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/download.html">download</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="content">
|
||||
<article >
|
||||
<!-- include daily schedule with excerpt -->
|
||||
<div id="calcms_list" class="content">bitte warten</div>
|
||||
</article>
|
||||
|
||||
<aside class="left">
|
||||
<center>
|
||||
<h2>Programm</h2>
|
||||
<div class="content">
|
||||
<!-- include short list of schedules -->
|
||||
<div id="calcms_menu">bitte warten...</div>
|
||||
</div>
|
||||
|
||||
<h2>Kommende Sendung</h2>
|
||||
<div class="content">
|
||||
<!-- show coming shows -->
|
||||
<div id="calcms_playlist">bitte warten…</div>
|
||||
</div>
|
||||
</center>
|
||||
</aside>
|
||||
|
||||
<aside class="right">
|
||||
<center>
|
||||
<h2>Kalender</h2>
|
||||
<div class="content">
|
||||
<!-- show calendar -->
|
||||
<div id="calcms_calendar">bitte warten...</div>
|
||||
</div>
|
||||
|
||||
<h2>Suche</h2>
|
||||
<div class="content">
|
||||
<!-- calcms search start --><div id="calcms_search"><input id="calcms_search_field" name="search" value="" /><input value="suchen" onclick="calcms.selectSearchEventListener();return false;" type="button" /><a id="calcms_search_show_details" href="#" onclick="calcms.showAdvancedSearch('calcms_enhanced_search');return false;">erweitert</a><br />
|
||||
<div id="calcms_enhanced_search" style="display: none;">Archiv <input type="checkbox" name="calcms_archive" id="calcms_archive" /><span id="calcms_categories"></span><span id="calcms_series_names"></span><span id="calcms_programs"></span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- calcms search end -->
|
||||
</div>
|
||||
</center>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
calcms 2010 - 2017 by <a href="http://radiopiloten.de">http://radiopiloten.de</a>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user