diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
| commit | e88eea122ee112e63f7e544fd777ca8ab4cee323 (patch) | |
| tree | 3e9f7af4b1d318b37b7eb2b99f8a011a88d50bc1 /share/templates/default/view.tmpl | |
| parent | 66c34c39d75d73159fe82c1d07961e0505fc8d6c (diff) | |
improve CSS styles - also add animationsdevelop
Diffstat (limited to 'share/templates/default/view.tmpl')
| -rw-r--r-- | share/templates/default/view.tmpl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/share/templates/default/view.tmpl b/share/templates/default/view.tmpl index 8a64035..a4a41a0 100644 --- a/share/templates/default/view.tmpl +++ b/share/templates/default/view.tmpl @@ -1,13 +1,15 @@ cat <<END -<p> - <a href="${num}-$((i-1)).html"><<<</a> +<div class="text"> + <a href="${num}-$((i-1)).html">⇐</a> <a href="page-${num}.html#$photo">Thumbnails</a> - <a href="${num}-$((i+1)).html">>>></a> -</p> + <a href="${num}-$((i+1)).html">⇒</a> +</div> -<a href="${num}-$((i+1)).html"> - <img border='0' src='${backhref}/${photos_dir}/${photo}' /> -</a> +<div class='view'> + <a href="${num}-$((i+1)).html"> + <img class='view ${animation_class}' border='0' src='${backhref}/${photos_dir}/${photo}' /> + </a> +</div> <p> <a href="${backhref}/${photos_dir}/${photo}">Direct link</a> |
