]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/rodelbahn_view.html
rodelbahn_view is rendered now.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / rodelbahn_view.html
index c7f585691ef6708972e981a7727df913703021c9..25f9a4456cb309da4f16fa125bb1befc3ecdd6c4 100644 (file)
 <h3>Rodelbahnberichte</h3>
 
 <py:if test="len(c.paginator) > 0">
 <h3>Rodelbahnberichte</h3>
 
 <py:if test="len(c.paginator) > 0">
-<p>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='view', id=c.sledding.page_id)}</p>
+<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', url=h.url(controller='rodelbahn', action='view', id=c.sledding.page_id) + '?page=$page'))}</p>
 
 <table>
     <tr>
 
 <table>
     <tr>
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${c.paginator.pager('~2~', controller='rodelbahn', action='view', id=c.sledding.page_id)}</p>
+<p>${HTML(c.paginator.pager('~2~', url=h.url(controller='rodelbahn', action='view', id=c.sledding.page_id) + '?page=$page'))}</p>
 </py:if>
 <py:if test="len(c.paginator) == 0">
 <p><em>Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.</em></p>
 </py:if>
 <py:if test="len(c.paginator) == 0">
 <p><em>Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.</em></p>