[Mpuls-commits] r1462 - in wasko/branches/2.0: mpulsweb/templates mpulsweb/templates/news waskaweb/templates/start

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 15:34:18 CET 2010


Author: torsten
Date: 2010-02-10 15:34:17 +0100 (Wed, 10 Feb 2010)
New Revision: 1462

Added:
   wasko/branches/2.0/mpulsweb/templates/news/
   wasko/branches/2.0/mpulsweb/templates/news/newslist.mako
Removed:
   wasko/branches/2.0/waskaweb/templates/start/newslist.mako
Log:
Moved template for newslist


Copied: wasko/branches/2.0/mpulsweb/templates/news/newslist.mako (from rev 1458, wasko/branches/2.0/waskaweb/templates/start/newslist.mako)


Property changes on: wasko/branches/2.0/mpulsweb/templates/news/newslist.mako
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: wasko/branches/2.0/waskaweb/templates/start/newslist.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/start/newslist.mako	2010-02-10 14:21:32 UTC (rev 1461)
+++ wasko/branches/2.0/waskaweb/templates/start/newslist.mako	2010-02-10 14:34:17 UTC (rev 1462)
@@ -1,16 +0,0 @@
-## -*- coding: utf-8 -*-
-<%!  import mpulsweb.lib.helper.filters as F %>
-%for news in c.news.getList():
-  <table class="news">
-    <tr>
-      <td class="date table_header_h">${h.dd_mm_YYYY(news.date)}</td>
-      <td class="title table_header_h">${news.title}</td>
-      <td class="action table_header_h"><a href="${h.url_for(controller='/news', action='hide', id=news.id)}">entfernen</a></td>
-    </tr>
-    <tr>
-      <td class="message" colspan="3">
-          ${news.text} 
-      </td>
-    </tr>
-  </table>
-%endfor



More information about the Mpuls-commits mailing list