copy current state of medienstaatsvertrag.org, to be verified

This commit is contained in:
Milan
2017-12-18 10:58:50 +01:00
parent 8b35e7c5c2
commit 69e5d0e4c6
401 changed files with 74197 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<TMPL_IF use_client_cache>Cache-Control: max-age=5, must-revalidate
</TMPL_IF>Content-type:text/html; charset=UTF-8;
<!DOCTYPE html>
<html>
<head>
<title>Kommentare zu Sendungen - <TMPL_VAR project_title></title>
<meta http-equiv="Content-Script-Type" content="javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body>
<a name="comments" />
<TMPL_IF allow.new_comments>
<a href="#comments"
onclick="calcms.showCommentForm('calcms_add_comment','','<TMPL_VAR event_id>','<TMPL_VAR event_start>');return false;"
>Neuen Kommentar schreiben</a>
<div>
<div id="calcms_add_comment" style="display:none;visibility:hidden;" >&nbsp;</div>
</div>
</TMPL_IF>
<TMPL_IF comments>
<br>
<h4>
<span style="float:left">
<TMPL_VAR comment_count> Kommentar<TMPL_UNLESS one_result>e</TMPL_UNLESS> &nbsp;
</span>
<a href="/agenda/feed_kommentare/" title="Kommentare als Feed abonnieren">
<img src="<TMPL_VAR static_files_url>image/feed.png" style="float:none">
</a>
</h4>
</TMPL_IF>
<TMPL_LOOP comments>
<div class="comment level<TMPL_VAR level>" style="float:clear;" >
<a name="comment_<TMPL_VAR id>" />
<div class="w1"><div class="w2"><div class="w3"><div class="w4">
<span class="author"><TMPL_VAR author escape=0></span>,
<span class="date"><TMPL_VAR start_date_name> - <TMPL_VAR start_time_name></span>
<div class="content"><TMPL_VAR content escape=0></div>
<TMPL_IF allow.new_comments>
<span >
<a href="#calcms_add_comment_<TMPL_VAR id>_anchor"
onclick="calcms.showCommentForm('calcms_add_comment_<TMPL_VAR id>','<TMPL_VAR id>','<TMPL_VAR event_id>','<TMPL_VAR event_start>');return false;"
>antworten</a>
</span>
<div id="calcms_add_comment_<TMPL_VAR id>">&nbsp;</div>
</TMPL_IF>
</div></div></div></div>
</div>
</TMPL_LOOP>
</body>