summaryrefslogtreecommitdiff
path: root/templates/template-index.tmpl
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-25 21:25:18 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-25 21:25:18 +0100
commit10a77c7a1c4648693ded958d6ac8641afcdf1d34 (patch)
tree14d5ee0080288dd08545e5348fbb402f5e144abc /templates/template-index.tmpl
parent9caacb6270bd4b4836c751cf86a25073f776986a (diff)
downloadcataract-10a77c7a1c4648693ded958d6ac8641afcdf1d34.tar.xz
The Ultimate Entity Solution (tm)
Diffstat (limited to 'templates/template-index.tmpl')
-rw-r--r--templates/template-index.tmpl14
1 files changed, 7 insertions, 7 deletions
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>