# HG changeset patch # User Tero Marttila # Date 1244232373 -10800 # Node ID 3bf1adf13fdf50814fd57d1581c4e230deb67028 # Parent 8897352630a5e9a6200e8f952ac02732dfda1390 remove old templates diff -r 8897352630a5 -r 3bf1adf13fdf degal/templates/gallery.html --- a/degal/templates/gallery.html Fri Jun 05 23:06:06 2009 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -<%inherit file="master.html" /> - -<%def name="pagination(num_pages, cur_page)"> -% if num_pages > 1 : - -% endif - - -

${title}

-
-% if dirs : - -% endif -
-
-${pagination(num_pages, cur_page)} -
-
-% for img in images : - ${h.tag_for_img(img.html_name, img.thumb_name)} -% endfor -
-
-${pagination(num_pages, cur_page)} -
-

-${description} -

-% if shorturl : -
-

ShortURL: ${shorturl_code}

-
-% endif diff -r 8897352630a5 -r 3bf1adf13fdf degal/templates/image.html --- a/degal/templates/image.html Fri Jun 05 23:06:06 2009 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -<%inherit file="master.html" /> - -
-

${title}

-

-% if prev : - ${h.tag_for_img(prev.html_name, prev.thumb_name)} -% endif - - ${h.tag_for_img(img.name, img.preview_name)} - -% if next : - ${h.tag_for_img(next.html_name, next.thumb_name)} -% endif -

-

- ${description} -

-
-
-% if img_size and file_size and timestamp : -

File name: ${filename}

-

Dimensions: ${h.format_imgsize(img_size)}

-

File size: ${h.format_filesize(file_size)}

-

Last modified: ${h.format_timestamp(timestamp)}

-% for key, value in exif_data : -

${key}: ${value}

-% endfor -% endif - -

ShortURL: ${shorturl_code}

-% if series_url : -

${series_verb} series

-% endif -
diff -r 8897352630a5 -r 3bf1adf13fdf degal/templates/master.html --- a/degal/templates/master.html Fri Jun 05 23:06:06 2009 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ - - - - - - ${title} - - - - - ${next.body()} -

DeGAL ${version}

- -