diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-03 15:20:58 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-03 15:20:58 +0100 |
| commit | a90b52cda533af04dd8c827029d093cfde44090c (patch) | |
| tree | cdc699fa562cdde28b2e04a4a476b7bf194cef9a /templates/template-album.tmpl | |
| parent | f7168d75b60c4d36083529d1c465f58d14a48c03 (diff) | |
| download | cataract-a90b52cda533af04dd8c827029d093cfde44090c.tar.xz | |
Scroll to parent item when going up
Diffstat (limited to 'templates/template-album.tmpl')
| -rw-r--r-- | templates/template-album.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index f8e0a06..355c290 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -24,7 +24,7 @@ <!-- ## Description --> <div class="desc"> <!-- $(BEGIN_GO_UP) --> -<div class="desc_date">:. <a href="../index.html" id="exif_line_a">Go Up</a><br /><br /><br /></div> +<div class="desc_date">:. <a href="$(GO_UP_LINK)" id="exif_line_a">Go Up</a><br /><br /><br /></div> <!-- $(END_GO_UP) --> <!-- $(TITLE) --> <div class="desc_text"><!-- $(DESCRIPTION) --></div> @@ -35,7 +35,7 @@ <div class="bigthumbnails"> <!-- $(BEGIN_IMG_LIST) --> <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> - <div class="one_thumbnail"> + <div class="one_thumbnail" id="<!-- $(IMG_LIST_ID) -->"> <a href="<!-- $(IMG_SUBPAGE) -->"> <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /><br /> <span class="thumb_name"><!-- $(IMG_FILENAME) --></span> @@ -43,7 +43,7 @@ </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> - <div class="one_thumbnail"> + <div class="one_thumbnail" id="<!-- $(IMG_LIST_ID) -->"> <a href="<!-- $(IMG_SUBPAGE) -->"> <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" /><br /> <span class="thumb_name"><!-- $(IMG_FILENAME) --></span> |
