This commit is contained in:
Gregor Kleen 2018-04-11 14:37:39 +02:00
parent 3047dfe9f2
commit 73d535d8c3
2 changed files with 12 additions and 10 deletions

View File

@ -12,7 +12,6 @@ $if not psShortcircuit
$forall OneColonnade{..} <- getColonnade dbtColonnade $forall OneColonnade{..} <- getColonnade dbtColonnade
^{widgetFromCell td $ oneColonnadeEncode row} ^{widgetFromCell td $ oneColonnadeEncode row}
$else $else
<tbody>
$forall row <- rows $forall row <- rows
<tr> <tr>
$forall OneColonnade{..} <- getColonnade dbtColonnade $forall OneColonnade{..} <- getColonnade dbtColonnade

View File

@ -1,6 +1,9 @@
<div .table> $if not psShortcircuit
<div .table>
^{table} ^{table}
$if pageCount > 1 $if pageCount > 1
<p style="text-align:center"> <p style="text-align:center">
$# TODO: foreach (reachable pages) print link to that page $# TODO: foreach (reachable pages) print link to that page
_{MsgPage (succ psPage) pageCount} _{MsgPage (succ psPage) pageCount}
$else
^{table}