summaryrefslogtreecommitdiffstats
path: root/themes/default/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:40:29 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:40:29 +0100
commita8c8bd8ee5c29db5512230eaeb65e44794e21b89 (patch)
tree639edf3146d9de8eaf51d52d478fb92ebc9ee58d /themes/default/templates
parent248141f2861881843e972c6f5f8a9ad4f71b06ef (diff)
issue59, further cleanup code after removing html tables
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates')
-rw-r--r--themes/default/templates/credits.tpl4
-rw-r--r--themes/default/templates/photo_index.tpl72
-rw-r--r--themes/default/templates/single_photo.tpl42
-rw-r--r--themes/default/templates/welcome.tpl2
4 files changed, 62 insertions, 58 deletions
diff --git a/themes/default/templates/credits.tpl b/themes/default/templates/credits.tpl
index a940b03..ce9feb8 100644
--- a/themes/default/templates/credits.tpl
+++ b/themes/default/templates/credits.tpl
@@ -1,7 +1,7 @@
-<div class="index_header">
+<div class="header">
<b>{$product} {$version}</b><br />
</div>
-<div id='matrix' style="margin-top: 10px; margin-left: 10px;">
+<div style="margin-top: 10px; margin-left: 10px;">
by Andreas Unterkircher<br />
Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a>
<hr />
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index f4a38d2..05d0ecd 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -1,45 +1,47 @@
<!-- Photo Index -->
-<div class="content_title" style="float: left;">
- <b>Photo Index</b>
- {if $searchfor }
- {if $count == 1}
- {$count} image is the result for your search about "{$searchfor}".
+<div class="header">
+ <div style="float: left;">
+ <b>Photo Index</b>
+ {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}
- {$count} images are the result for your search about "{$searchfor}".
+ {if $count == 1}
+ {$count} image has been found.
+ {else}
+ {$count} images have been found.
+ {/if}
{/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 $from_date && $to_date }
+ Results are limited to a date within {$from_date} to {$to_date}.
{/if}
- {else}
- {if $count == 1}
- {$count} image has been found.
- {else}
- {$count} images have been found.
+ </div>
+ <div style="text-align: right">
+ {if $slideshow_link }
+ <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" /></a>
{/if}
- {/if}
- {if $from_date && $to_date }
- Results are limited to a date within {$from_date} to {$to_date}.
- {/if}
-</div>
-<div class="index_header" style="text-align: right">
- {if $slideshow_link }
- <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" /></a>
- {/if}
- {if $extern_link }
- <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
- {/if}
- {if $export_link }
- <a href="{$export_link}" target="_blank" title="this will open a new browser window where you can export this page in several formats"><img src="resources/export.png" /></a>
- {/if}
- {if $rss_link }
- <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" /></a>
- {/if}
+ {if $extern_link }
+ <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
+ {/if}
+ {if $export_link }
+ <a href="{$export_link}" target="_blank" title="this will open a new browser window where you can export this page in several formats"><img src="resources/export.png" /></a>
+ {/if}
+ {if $rss_link }
+ <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" /></a>
+ {/if}
+ </div>
</div>
-<div id="matrix">
+<div>
{section name="row" loop=$rows step=1}
{section name="col" loop=$columns step=1}
{if $images[row][col] }
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index c87118a..39e3bf4 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -1,26 +1,28 @@
<!-- Single photo -->
-<div class="content_title" style="text-align: left; float: left;">
- <b>Photo {$image_name}</b><br />
- {if $photo_count > 0}
- {$photo_number} of {$photo_count}
- {if $photo_count == 1}
- Photo
- {else}
- Photos
+<div class="header">
+ <div style="text-align: left; float: left;">
+ <b>Photo {$image_name}</b><br />
+ {if $photo_count > 0}
+ {$photo_number} of {$photo_count}
+ {if $photo_count == 1}
+ Photo
+ {else}
+ Photos
+ {/if}
+ {if $description}
+ &nbsp;{$description}<br />
+ {/if}
{/if}
- {if $description}
- &nbsp;{$description}<br />
+ </div>
+ <div style="text-align: right;">
+ <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.png" /></a>
+ {if $extern_link }
+ <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
{/if}
- {/if}
-</div>
-<div class="index_header" style="text-align: right;">
- <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.png" /></a>
- {if $extern_link }
- <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
- {/if}
- <a href="{$image_url_full}" target="_blank" onclick="click(this);">
- <img src="resources/original.png" alt="original resolution" />
- </a>
+ <a href="{$image_url_full}" target="_blank" onclick="click(this);">
+ <img src="resources/original.png" alt="original resolution" />
+ </a>
+ </div>
</div>
<div>
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl
index 832e306..12414b6 100644
--- a/themes/default/templates/welcome.tpl
+++ b/themes/default/templates/welcome.tpl
@@ -1,5 +1,5 @@
<!-- welcome -->
-<div class="index_header" style="text-align: left;">
+<div class="header" style="text-align: left;">
phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
</div>
<div style="padding: 10px; margin-left: 10px; margin-right: 10px;">