]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Use function "Markup" instead of "HTML" to use preformatted HTML.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Mon, 23 Oct 2017 19:23:09 +0000 (19:23 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Mon, 23 Oct 2017 19:23:09 +0000 (19:23 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2714 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/templates/bericht_list.html
wradmin/templates/gasthaus_list.html
wradmin/templates/rodelbahn_list.html

index 49f07f3cddd34384fae11ac4703c1fa6edb4b860..7143503900aab8fdcc10488324ecb1715f3e8e8a 100644 (file)
@@ -13,7 +13,7 @@
 <body>
 <h2>Rodelbahnberichte</h2>
 
 <body>
 <h2>Rodelbahnberichte</h2>
 
-<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
+<p>${Markup(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
 
 <table>
     <tr>
 
 <table>
     <tr>
@@ -40,7 +40,7 @@
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>
 
 </body>
 </html>
index 3899b51bbde309ddef104b4ef50a342f17ca719f..1fe0517f696905fea5478797c06d5fc544152a53 100644 (file)
@@ -18,7 +18,7 @@
 <p><a href="${h.url(controller='gasthaus', action='update')}" class="button">Gasthausboxen auslesen und DB aktualisieren</a></p>
 
 
 <p><a href="${h.url(controller='gasthaus', action='update')}" class="button">Gasthausboxen auslesen und DB aktualisieren</a></p>
 
 
-<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
+<p>${Markup(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
 
 <table>
     <tr>
 
 <table>
     <tr>
@@ -49,7 +49,7 @@
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>
 
 </body>
 </html>
index c0ce7edac0b8bf73556e5c30e9f5d18d78bcc0fe..754ef89952184fe6ceeabdf22dbbbc7e5d4a0029 100644 (file)
@@ -18,7 +18,7 @@
 <a href="${h.url(controller='rodelbahn', action='update')}" class="button">(1) Rodelbahnboxen auslesen und DB aktualisieren</a>
 <a href="${h.url(controller='rodelbahn', action='update_regioncache')}" class="button">(2) Rodelbahnen in den Regionslisten aktualisieren</a>
 
 <a href="${h.url(controller='rodelbahn', action='update')}" class="button">(1) Rodelbahnboxen auslesen und DB aktualisieren</a>
 <a href="${h.url(controller='rodelbahn', action='update_regioncache')}" class="button">(2) Rodelbahnen in den Regionslisten aktualisieren</a>
 
-<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
+<p>${Markup(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
 
 <table>
     <tr>
 
 <table>
     <tr>
@@ -65,7 +65,7 @@
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>
 
 </body>
 </html>