Merge remote-tracking branch 'calcms/master'
This commit is contained in:
22
website/agenda/templates/default/comments_newest.html
Normal file
22
website/agenda/templates/default/comments_newest.html
Normal file
@@ -0,0 +1,22 @@
|
||||
Content-type:text/html; charset=UTF-8;
|
||||
Access-Control-Allow-Origin: *
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Neueste 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>
|
||||
<div id="sendungen">
|
||||
</div>
|
||||
<TMPL_LOOP comments>
|
||||
<a id="event_list_id_<TMPL_VAR event_id>" class="click_for_detail" href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments">
|
||||
<div class="comments level<TMPL_VAR level>">
|
||||
<span class="author"><TMPL_VAR author escape=none></span>:
|
||||
<span class="content"><TMPL_VAR short_content escape=none></span>
|
||||
</a>
|
||||
</div>
|
||||
</TMPL_LOOP>
|
||||
</body>
|
||||
Reference in New Issue
Block a user