diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-25 21:25:18 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-25 21:25:18 +0100 |
| commit | 10a77c7a1c4648693ded958d6ac8641afcdf1d34 (patch) | |
| tree | 14d5ee0080288dd08545e5348fbb402f5e144abc /templates/template-view_photo.tmpl | |
| parent | 9caacb6270bd4b4836c751cf86a25073f776986a (diff) | |
| download | cataract-10a77c7a1c4648693ded958d6ac8641afcdf1d34.tar.xz | |
The Ultimate Entity Solution (tm)
Diffstat (limited to 'templates/template-view_photo.tmpl')
| -rw-r--r-- | templates/template-view_photo.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 7679a26..70c1dab 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.tmpl @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title><!-- $(PAGE_TITLE) --></title> + <title>$(PAGE_TITLE)</title> <!-- $(CGG_META_TAGS) --> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> @@ -17,7 +17,7 @@ <div class="navposition"> <span class="navposnumber"><!-- $(FILE_NO) --></span> of <span class="navposnumber"><!-- $(TOTAL_ITEMS) --></span> <span class="navposspacer"></span> - <a href="<!-- $(LINK_PREV) -->">< Previous</a> :: <a href="<!-- $(LINK_NEXT) -->">Next ></a> + <a href="$(LINK_PREV)">< Previous</a> :: <a href="$(LINK_NEXT)">Next ></a> </div> <div class="navexif">ISO <!-- $(EXIF_ISO) --> :: <!-- $(EXIF_TIME) --> :: <!-- $(EXIF_APERTURE) --> :: <!-- $(EXIF_FOCAL_LENGTH) --></div> </div> @@ -32,10 +32,10 @@ <!-- ## Image --> <div class="img_preview"> - <a href="<!-- $(LINK_NEXT) -->"><img src="<!-- $(IMG_SRC_BIG) -->" width="<!-- $(IMG_SIZE_BIG_W) -->" height="<!-- $(IMG_SIZE_BIG_H) -->" alt="" id="<!-- $(IMG_BORDER_STYLE) -->" /></a> + <a href="$(LINK_NEXT)"><img src="$(IMG_SRC_BIG)" width="$(IMG_SIZE_BIG_W)" height="$(IMG_SIZE_BIG_H)" alt="" id="$(IMG_BORDER_STYLE)" /></a> <!-- $(BEGIN_IMG_FULLSIZE_LINK) --> <div class="img_preview_full"> - <a href="<!-- $(IMG_SRC_FULL) -->">See original size (<!-- $(IMG_SIZE_ORIG_W) -->x<!-- $(IMG_SIZE_ORIG_H) -->)</a> + <a href="$(IMG_SRC_FULL)">See original size (<!-- $(IMG_SIZE_ORIG_W) -->x<!-- $(IMG_SIZE_ORIG_H) -->)</a> </div> <!-- $(END_IMG_FULLSIZE_LINK) --> </div> |
