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 | |
| parent | 9caacb6270bd4b4836c751cf86a25073f776986a (diff) | |
| download | cataract-10a77c7a1c4648693ded958d6ac8641afcdf1d34.tar.xz | |
The Ultimate Entity Solution (tm)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template-album.tmpl | 14 | ||||
| -rw-r--r-- | templates/template-index.tmpl | 14 | ||||
| -rw-r--r-- | templates/template-view_photo.tmpl | 8 |
3 files changed, 18 insertions, 18 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 7123b5a..75d55e5 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.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> @@ -34,17 +34,17 @@ <div class="album_thumbs"> <!-- $(BEGIN_IMG_LIST) --> <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> - <div class="album_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(IMG_SUBPAGE) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> + <div class="album_item" id="$(IMG_LIST_ID)"> + <a href="$(IMG_SUBPAGE)"> + <img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" /> <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span> </a> </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> - <div class="album_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(IMG_SUBPAGE) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" /> + <div class="album_item" id="$(IMG_LIST_ID)"> + <a href="$(IMG_SUBPAGE)"> + <img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" class="portrait" /> <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span> </a> </div> diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 22a8ad3..edb583a 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.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> @@ -34,9 +34,9 @@ <div class="index_thumbs"> <!-- $(BEGIN_IMG_LIST) --> <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> - <div class="index_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(ALBUM_SUBPATH) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> + <div class="index_item" id="$(IMG_LIST_ID)"> + <a href="$(ALBUM_SUBPATH)"> + <img src="$(IMG_THUMBNAIL)" alt="" /> <span class="album_text"><!-- $(IMG_TITLE) --></span><br /> <span class="album_subtext"><!-- $(IMG_DESCRIPTION) --></span> <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span> @@ -44,9 +44,9 @@ </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> - <div class="index_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(ALBUM_SUBPATH) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> + <div class="index_item" id="$(IMG_LIST_ID)"> + <a href="$(ALBUM_SUBPATH)"> + <img src="$(IMG_THUMBNAIL)" alt="" /> <span class="album_text_portrait"><!-- $(IMG_TITLE) --></span><br /> <span class="album_subtext_portrait"><!-- $(IMG_DESCRIPTION) --></span> <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span> 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> |
