From 1f9e7dee25dfd002b6b1ab4636faa9a24f74d09f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 4 Jan 2015 19:58:05 +0100 Subject: generators: Use single function for all templates This commit makes use of a common function for all template parsing and page writing. The behaviour is controlled by the "item" argument passed in. This allows us to have a single code that generates code for list of items as well as for a single item. In the future, this can be used for e.g. combining thumbnails and large images on the same page. Other than that this commit also brings several other changes: - further clarification of theming setup XML file - tag has been moved out of the structure into the structure where it functionally belongs. Only whole albums can be protected and the substitute thumbnail is displayed on index pages. - position marker format has been broken out to a constant - added few more FIXMEs to mark places that will change soon - some template variables have been renamed --- templates/template_picture.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'templates/template_picture.html') diff --git a/templates/template_picture.html b/templates/template_picture.html index 6bd5291..f7e553e 100644 --- a/templates/template_picture.html +++ b/templates/template_picture.html @@ -3,6 +3,7 @@ + $(PAGE_TITLE) @@ -34,7 +35,7 @@ @@ -47,8 +48,8 @@
-
-
+
+
@@ -56,7 +57,7 @@
@@ -91,10 +92,10 @@ + + -
-
-
+
-- cgit v1.2.3