diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 17:40:00 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 17:40:00 +0000 |
commit | fd4c056a353bb74f8078db48c336ce177e095d8d (patch) | |
tree | 001bf4caf462ea0099828bd0da60f3ecc15b44e8 /templates | |
parent | 39d7e6848af1c296332eb05214c59f23ecc4a348 (diff) |
use more icons
git-svn-id: file:///var/lib/svn/phpfspot/trunk@59 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 8 | ||||
-rw-r--r-- | templates/single_photo.tpl | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index fad6eb5..31b9119 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -9,8 +9,12 @@ </tr> <tr> <td colspan="2" class="menu"> - <a href="javascript:showPhotoIndex();">Photo Index</a> - <a href="javascript:Tags('reset', 0);">Reset Tags</a> + <a href="javascript:showPhotoIndex();"> + <img src="resources/home.png" /> + </a> + <a href="javascript:Tags('reset', 0);"> + <img src="resources/reload.png" /> + </a> <a href="javascript:showCredits();">Credits</a> </td> </tr> diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index d8a5b30..41e7813 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -5,6 +5,7 @@ <b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br /> </td> <td class="index_header" style="text-align: right;"> + <img src="resources/loupe.png" /> <img src="resources/information.png" /> </td> </tr> @@ -33,7 +34,11 @@ </a> { /if } </td> - <td> </td> + <td style="text-align: center;"> + <a href="javascript:showPhotoIndex();"> + <img src="resources/arrow_up.png" /> + </a> + </td> <td style="text-align: right;"> { if $next_url == "" } |