diff options
| author | Clint Adams <clint@softwarefreedom.org> | 2013-10-24 15:33:27 -0400 | 
|---|---|---|
| committer | Clint Adams <clint@softwarefreedom.org> | 2013-10-24 15:33:27 -0400 | 
| commit | 1725e252b7bd6bec9faecb0249961343bb27afb0 (patch) | |
| tree | de5fe0610f2833b64fd88bb2ea40fd59129f2d27 /templates | |
| parent | 45ebe1ffb0d6e229bb06a7c8dad2aabdaaf33083 (diff) | |
vacation report, belated commit
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/pagenav.hamlet | 18 | ||||
| -rw-r--r-- | templates/userpage.hamlet | 3 | 
2 files changed, 13 insertions, 8 deletions
| diff --git a/templates/pagenav.hamlet b/templates/pagenav.hamlet index ae38a2d..17f4ef0 100644 --- a/templates/pagenav.hamlet +++ b/templates/pagenav.hamlet @@ -1,10 +1,12 @@  <p>(page #{pageNumber}/#{pages}): -$if doPrev -  <a href=@{UserR cid}?page=#{prevPageNumber}>Prev -$else -  Prev -$if doNext -  <a href=@{UserR cid}?page=#{nextPageNumber}>Next -$else -  Next +<p> +  $if doPrev +      <a href=@{UserR cid}?page=#{prevPageNumber}>Prev +  $else +    Prev +  / +  $if doNext +    <a href=@{UserR cid}?page=#{nextPageNumber}>Next +  $else +    Next diff --git a/templates/userpage.hamlet b/templates/userpage.hamlet index 4205d2c..504bd22 100644 --- a/templates/userpage.hamlet +++ b/templates/userpage.hamlet @@ -33,3 +33,6 @@ $else        <td>#{e}  ^{pageNavWidget} + +<p> +  <a href=@{VacationR cid}>PTO report | 
