use smaller action icons
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 3 May 2008 06:05:07 +0000 (08:05 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 4 May 2008 19:52:22 +0000 (21:52 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
12 files changed:
resources/16_play.png [new file with mode: 0644]
resources/export.png
resources/link.png
resources/original.png
resources/rss.png
resources/slideshow.png
resources/zoom-100.png
resources/zoom-in.png
resources/zoom-out.png
themes/default/stylesheet.css
themes/default/templates/photo_index.tpl
themes/default/templates/single_photo.tpl

diff --git a/resources/16_play.png b/resources/16_play.png
new file mode 100644 (file)
index 0000000..ca1d222
Binary files /dev/null and b/resources/16_play.png differ
index 130d7619a737e199ba903a938ec31de1949da8d8..b2391c303b8d4c0a45e52081c14c93bd0242b17e 100644 (file)
Binary files a/resources/export.png and b/resources/export.png differ
index 4a2a843671e00afcd0c4b0a8eaba66ffa6c971c8..f6afa174a9c63edcd34a2958fe050e549d28ae34 100644 (file)
Binary files a/resources/link.png and b/resources/link.png differ
index 67e14b840d4b047371e4db82144c0bd6b3c78158..c5772b9ed3b6e63f7964f27deca51b8d14916d08 100644 (file)
Binary files a/resources/original.png and b/resources/original.png differ
index 4a74d4bf38fcec07d5414111b1050bcd1886ea8f..9bc86f78e4f5ca484ee9fcdbfb73a14238725e87 100644 (file)
Binary files a/resources/rss.png and b/resources/rss.png differ
index 4a9c6d5633a54eed5c985a9cff32443f032b21de..8e11a1f16de000b01d19264ef9c58c14a845ce57 100644 (file)
Binary files a/resources/slideshow.png and b/resources/slideshow.png differ
index aad8b325dbb68ea69f7f18fe45469c71034ca353..9ed4da61a407501a46075a301e4a6551a912f2f0 100644 (file)
Binary files a/resources/zoom-100.png and b/resources/zoom-100.png differ
index b63f0e54fdde4bd7d394414fedecda22c2f3fc48..ea7e42ff68feb8f07c42c1935e45a6bdea0c32e6 100644 (file)
Binary files a/resources/zoom-in.png and b/resources/zoom-in.png differ
index 31034a0089515498202f37fd32341006ec0c13af..2802bb2d44182983a6e666bbb41dae12349467c3 100644 (file)
Binary files a/resources/zoom-out.png and b/resources/zoom-out.png differ
index 7771736f1d10a466a693aaea33c7a7c7b6a860f5..d67f3ac27db205fd5b04ccdc945d154e87e19910 100644 (file)
@@ -225,6 +225,15 @@ table.calendar tr td {
    vertical-align:         middle;
 }
 
+#whiteline {
+   height:                 1px;
+   background-color:       #ffffff;
+}
+
+#index {
+   margin-top:             5px;
+}
+
 input.submit,input.checkbox {
    background-color:       transparent;
    border:                 0px;
index c01c6afc4a4190619a5a5572c0ff38eef655fc9f..4a30a467eb36a009844e73303863f19a32962476 100644 (file)
@@ -1,4 +1,7 @@
 <!-- Photo Index -->
+
+<!-- Header - displays count of matched photos and some link's -->
+
 <div class="header">
  <div style="float: left;">
   <b>Photo Index</b>
    Results are limited to a date within {$from_date} to {$to_date}.
   {/if}
  </div>
-<div style="text-align: right">
+ <div style="text-align: right">
   {if $slideshow_link }
-   <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" /></a>
+   <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="resources/slideshow.png" />&nbsp;Slideshow</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>
+   <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" />&nbsp;External Link</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>
+   <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" />&nbsp;Export</a>
   {/if}
   {if $rss_link }
-   <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" /></a>
+   <a href="{$rss_link}" target="_blank" title="RSS feed"><img src="resources/rss.png" />&nbsp;RSS-Feed</a>
   {/if}
  </div>
 </div>
+
+<!-- if result of a tag-search is displayed, show the selected tags
+     with some small pictures in a bar. -->
+
 { if $tag_result }
-<div style="height: 1px; background-color: #ffffff;"></div>
+<div id="whiteline" /></div>
 <div class="subheader">
  <div style="display: table-cell; vertical-align: middle;">
  Tags:
@@ -51,6 +58,8 @@
 </div>
 { /if }
 
+<!-- the photo matrix itself -->
+
 <div id="index">
 
  {section name="thumb" loop=$thumbs step=1}
index 78e489d79d71c51c6402e934fb0928c35e567b45..04a35028c5b87ba62de84aebfed6b625f8dd1f62 100644 (file)
   <a href="javascript:zoom(-10);" title="zoom_out" onclick="click(this);"><img src="resources/zoom-out.png" /></a>
   <a href="javascript:zoom(0);" title="zoom_100" onclick="click(this);"><img src="resources/zoom-100.png" /></a>
   <a href="javascript:zoom(10);" title="zoom_in" onclick="click(this);"><img src="resources/zoom-in.png" /></a>
 <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.png" /></a>
<a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/16_play.png" />&nbsp;Auto-Browse</a>
   {if $extern_link }
-   <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
+   <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" />&nbsp;External Link</a>
   {/if}
-  <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);">
-   <img src="resources/original.png" alt="original resolution" />
-  </a>
+  <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);"><img src="resources/original.png" alt="original resolution" />&nbsp;Fullsize</a>
  </div>
 </div>