From 75a329ec022ef21019afb17aecf776a10083e0cb Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 22 Jul 2007 05:49:09 +0000 Subject: issue61, theme support git-svn-id: file:///var/lib/svn/phpfspot/trunk@237 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/calendar.tpl | 28 ------------ templates/credits.tpl | 27 ----------- templates/export.tpl | 20 --------- templates/footer.tpl | 1 - templates/header.tpl | 11 ----- templates/index.tpl | 52 --------------------- templates/photo_index.tpl | 106 ------------------------------------------- templates/search.tpl | 50 --------------------- templates/single_photo.tpl | 110 --------------------------------------------- templates/slideshow.tpl | 9 ---- templates/tags.tpl | 36 --------------- templates/welcome.tpl | 29 ------------ 12 files changed, 479 deletions(-) delete mode 100644 templates/calendar.tpl delete mode 100644 templates/credits.tpl delete mode 100644 templates/export.tpl delete mode 100644 templates/footer.tpl delete mode 100644 templates/header.tpl delete mode 100644 templates/index.tpl delete mode 100644 templates/photo_index.tpl delete mode 100644 templates/search.tpl delete mode 100644 templates/single_photo.tpl delete mode 100644 templates/slideshow.tpl delete mode 100644 templates/tags.tpl delete mode 100644 templates/welcome.tpl (limited to 'templates') diff --git a/templates/calendar.tpl b/templates/calendar.tpl deleted file mode 100644 index 1f52732..0000000 --- a/templates/calendar.tpl +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - {section name="row" loop=$rows step=1} - {section name="col" loop=8 step=1} - {if $matrix[row][col] } - {$matrix[row][col]} - {/if} - {/section} - {/section} - -
<< - {$current_month} - >>
MTWTFSS
- diff --git a/templates/credits.tpl b/templates/credits.tpl deleted file mode 100644 index 44c4800..0000000 --- a/templates/credits.tpl +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - -
- {$product} {$version}
-
-
- - - - -
- by Andreas Unterkircher
- {mailto address="unki@netshadow.at"} -
- HTML_AJAX -
- PHP tag-cloud code by Jenny Ferenc. -
-
-
- diff --git a/templates/export.tpl b/templates/export.tpl deleted file mode 100644 index a3e5641..0000000 --- a/templates/export.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{include file="header.tpl"} - -
- - - - -
-
- - -
-
-
-
- -{include file="footer.tpl"} diff --git a/templates/footer.tpl b/templates/footer.tpl deleted file mode 100644 index 5f85cab..0000000 --- a/templates/footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/header.tpl b/templates/header.tpl deleted file mode 100644 index acef8eb..0000000 --- a/templates/header.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - - {$page_title} - - - - - - diff --git a/templates/index.tpl b/templates/index.tpl deleted file mode 100644 index f42a124..0000000 --- a/templates/index.tpl +++ /dev/null @@ -1,52 +0,0 @@ -{include file="header.tpl"} - -
- - - - - - - - - - - -
- - - - - - - -
- {include file="search.tpl"} -
-
- {include file="tags.tpl"} -
-
-
-
- {include file="welcome.tpl"} -
-
-
-
- Licensed under GPLv3, phpfspot -
- -{include file="footer.tpl"} diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl deleted file mode 100644 index 08c8999..0000000 --- a/templates/photo_index.tpl +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - -
- - - - - -
- Photo Index - {if $searchfor } - {if $count == 1} - {$count} image is the result for your search about "{$searchfor}". - {else} - {$count} images are the result for your search about "{$searchfor}". - {/if} - {elseif $tag_result} - {if $count == 1} - {$count} image has been found for the selected tags. - {else} - {$count} images have been found for the selected tags. - {/if} - {else} - {if $count == 1} - {$count} image has been found. - {else} - {$count} images have been found. - {/if} - {/if} - {if $from_date && $to_date } - Results are limited to a date within {$from_date} to {$to_date}. - {/if} - - {if $slideshow_link } - - {/if} - {if $extern_link } - - {/if} - -
-
-
- - {section name="row" loop=$rows step=1} - - {section name="col" loop=$columns step=1} - {if $images[row][col] } - - {/if} - {/section} - - {/section} -
- - thumb_{$images[row][col]} -
- {$img_name[row][col]} -
- - {else} -
 
-
- { if $previous_url == "" } - { if $count != 0 } - first page reached - { /if } - { else } - - previous photo - - { /if } - - { if $page_selector == "" } -   - { else } - {$page_selector} - { /if} - - { if $next_url == "" } - { if $count != 0 } - last page reached - { /if } - { else } - - next photo - - { /if} -
- - diff --git a/templates/search.tpl b/templates/search.tpl deleted file mode 100644 index 1498e70..0000000 --- a/templates/search.tpl +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - -
- loupeSearch: -
- - - - - - - - - - - - - - - - - - - - - - - - -
Tag: - - - -
Date:consider date-search -
 {$from_date}
  - {$to_date} - - -
- Sort-Order: - - {$sort_field} -
-
-
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl deleted file mode 100644 index bb8c917..0000000 --- a/templates/single_photo.tpl +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - -
- Photo {$image_name}
- {if $photo_count > 0} - {$photo_number} of {$photo_count} - {if $photo_count == 1} - Photo - {else} - Photos - {/if} - {if $description} -  {$description}
- {/if} - {/if} -
- - {if $extern_link } - - {/if} - - original resolution - -
-
- - - - - - - - - -
- { if $next_url == "" } - - { else } - - { /if } - photo - -
- { if $previous_url == "" } - first photo reached - { else } - - previous photo - - { /if } - - - photo index - - - { if $next_url == "" } - last photo reached - { else } - - next photo - - { /if} -
-
-
-
- { if $ExifMadeWith } - camera icon Image taken with:
- {$ExifMadeWith}
- { /if } - { if $ExifMadeOn } - calendar icon Image made on:
- {$ExifMadeOn}
- { /if } - { if $ExifOrigResolution } - resolution icon Original resolution:
- {$ExifOrigResolution}
- { /if } - Size: {$ExifFileSize}
- { if $tags } -
- available tags Tagged with:
- { foreach from=$tags key=id item=name } - {$name}
- { /foreach } - { /if } -
- { if $prev_img } - photo icon Previous:
- -
-
- { /if} - { if $next_img } - photo icon Next:
- -
-
- { /if} -
-
- diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl deleted file mode 100644 index bba5cd2..0000000 --- a/templates/slideshow.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{include file="header.tpl"} - -
- - slideshow_img - -
- -{include file="footer.tpl"} diff --git a/templates/tags.tpl b/templates/tags.tpl deleted file mode 100644 index 4f32ad0..0000000 --- a/templates/tags.tpl +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - -
- available tagsAvailable Tags: -
-
-
- - - - - -
- selected tagsSelected Tags: - -   - || - && -
-
-
-
 
diff --git a/templates/welcome.tpl b/templates/welcome.tpl deleted file mode 100644 index 9845755..0000000 --- a/templates/welcome.tpl +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - -
- phpfspot welcomes you to a dynamic photo gallery for F-Spot
-
-
- - - - -
-This application targets to provide an easy way, to presentate your F-Spot
-pictures in the web, in a way where you do not need any of the current
-web2.0 providers or setup complex apps like gallery
-
-You can addept this welcome page in the file "welcome.tpl" in the template
-directory. ;) -

-[ Click here to take a look at your photo index or select a tag from the list on the left ] -
-
-
- -- cgit v1.2.3-18-g5258