summaryrefslogtreecommitdiff
path: root/templates/template_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template_index.html')
-rw-r--r--templates/template_index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template_index.html b/templates/template_index.html
index 1565a4a..7229933 100644
--- a/templates/template_index.html
+++ b/templates/template_index.html
@@ -40,7 +40,7 @@
<a href="$(ALBUM_SUBPATH)">
<img src="$(IMG_THUMBNAIL)" width="$(IMG_SIZE_THUMB_W)" height="$(IMG_SIZE_THUMB_H)" alt="" />
<span class="album_text"><!-- $(IMG_TITLE) --></span><br />
- <span class="album_subtext"><!-- $(IMG_DESCRIPTION) --></span>
+ <span class="album_subtext"><!-- $(IMG_DESCRIPTION) --><!-- $(ifdef(IS_PROTECTED)) --><span class="album_protected_note"><br /><br />(This album is password protected)</span><!-- $(endif(IS_PROTECTED)) --></span>
<span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span>
</a>
</div>
@@ -51,7 +51,7 @@
<a href="$(ALBUM_SUBPATH)">
<img src="$(IMG_THUMBNAIL)" width="$(IMG_SIZE_THUMB_W)" height="$(IMG_SIZE_THUMB_H)" alt="" />
<span class="album_text_portrait"><!-- $(IMG_TITLE) --></span><br />
- <span class="album_subtext_portrait"><!-- $(IMG_DESCRIPTION) --></span>
+ <span class="album_subtext_portrait"><!-- $(IMG_DESCRIPTION) --><!-- $(ifdef(IS_PROTECTED)) --><span class="album_protected_note"><br /><br />(This album is password protected)</span><!-- $(endif(IS_PROTECTED)) --></span>
<span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span>
</a>
</div>
@@ -62,7 +62,7 @@
<a href="$(ALBUM_SUBPATH)">
<img src="$(IMG_THUMBNAIL)" width="$(IMG_SIZE_THUMB_W)" height="$(IMG_SIZE_THUMB_H)" alt="" />
<span class="album_text_squared"><!-- $(IMG_TITLE) --></span><br />
- <span class="album_subtext_squared"><!-- $(IMG_DESCRIPTION) --></span>
+ <span class="album_subtext_squared"><!-- $(IMG_DESCRIPTION) --><!-- $(ifdef(IS_PROTECTED)) --><span class="album_protected_note"><br /><br />(This album is password protected)</span><!-- $(endif(IS_PROTECTED)) --></span>
<span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span>
</a>
</div>