This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/table/layout.hamlet
2018-04-13 15:06:15 +02:00

14 lines
371 B
Plaintext

$newline never
<div ##{dbtIdent}-table-wrapper>
<div .scrolltable>
^{table}
$if pageCount > 1
<ul .paginationLinks>
$forall p <- pageNumbers
<li>
$if p == psPage
<span .current>_{MsgPage (succ p)}
$else
<a href=#{tblLink $ setParam (wIdent "page") (Just $ tshow p)}>
_{MsgPage (succ p)}