diff options
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index b2c7dba..77504e7 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -42,7 +42,7 @@ <span class="album_subtext"><!-- $(IMG_DESCRIPTION) --></span> <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span> </a> - </div> + </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> <div class="index_item" id="$(IMG_LIST_ID)"> @@ -52,8 +52,18 @@ <span class="album_subtext_portrait"><!-- $(IMG_DESCRIPTION) --></span> <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span> </a> - </div> + </div> <!-- $(END_IMG_LIST_PORTRAIT) --> + <!-- $(BEGIN_IMG_LIST_SQUARED) --> + <div class="index_item" id="$(IMG_LIST_ID)"> + <a href="$(ALBUM_SUBPATH)"> + <img src="$(IMG_THUMBNAIL)" alt="" /> + <span class="album_text_squared"><!-- $(IMG_TITLE) --></span><br /> + <span class="album_subtext_squared"><!-- $(IMG_DESCRIPTION) --></span> + <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span> + </a> + </div> + <!-- $(END_IMG_LIST_SQUARED) --> <!-- $(BEGIN_LIST_SEPARATOR) --> <div class="separators"> <div class="album_list_separator"><!-- $(LIST_SEPARATOR_TITLE) --></div> @@ -79,4 +89,3 @@ </body> </html> - |
