diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-19 18:43:03 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-19 18:43:03 +0000 |
commit | ff6ed7098b6ba27d97eb80223f5e8338fad33741 (patch) | |
tree | 5be4e0ef394c4b5d06c78e9264392b6f4bf13cfc /templates | |
parent | db92ba9f114b6e932ec1fcb9813e87419bcedbf6 (diff) |
some xhtml 1.0 cleanup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@110 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 6 | ||||
-rw-r--r-- | templates/photo_index.tpl | 2 | ||||
-rw-r--r-- | templates/single_photo.tpl | 18 | ||||
-rw-r--r-- | templates/tags.tpl | 6 |
4 files changed, 16 insertions, 16 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 13a5c14..e0b3b4b 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -10,13 +10,13 @@ <tr> <td colspan="2" class="menu"> <a href="javascript:showPhotoIndex();" onclick="click(this);"> - <img src="resources/photo_index.png" /> + <img src="resources/photo_index.png" alt="photo index" /> </a> <a href="javascript:Tags('reset', 0);" onclick="click(this);"> - <img src="resources/reload.png" /> + <img src="resources/reload.png" alt="reset tags" /> </a> <a href="javascript:showCredits();" onclick="click(this);"> - <img src="resources/credits.png" /> + <img src="resources/credits.png" alt="show credits" /> </a> </td> </tr> diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index a1e19a7..f4fc0ed 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -18,7 +18,7 @@ {/if} </td> <td class="index_header" style="text-align: right;"> - <img src="resources/photo_index.png" /> + <img src="resources/photo_index.png" alt="photo index" /> </td> </tr> <tr> diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 9290744..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -7,9 +7,9 @@ </td> <td class="index_header" style="text-align: right;"> <a href="{$image_url_full}" target="_blank" onclick="click(this);"> - <img src="resources/original.png" /> + <img src="resources/original.png" alt="original resolution" /> </a> - <img src="resources/information.png" /> + <img src="resources/information.png" alt="additional informations" /> </td> </tr> <tr> @@ -23,7 +23,7 @@ { else } <a href="{$next_url}"> { /if } - <img src="{$image_url}" width="{$width}" height="{$height}" /> + <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" /> </a> </td> </tr> @@ -33,13 +33,13 @@ { else } <a href="{$previous_url}"> - <img src="resources/arrow_left.png" /> + <img src="resources/arrow_left.png" alt="previous photo" /> </a> { /if } </td> <td style="text-align: center; width: 33%;"> <a href="javascript:showPhotoIndex();"> - <img src="resources/arrow_up.png" /> + <img src="resources/arrow_up.png" alt="photo index" /> </a> </td> <td style="text-align: right; width: 33%;"> @@ -47,7 +47,7 @@ { else } <a href="{$next_url}"> - <img src="resources/arrow_right.png" /> + <img src="resources/arrow_right.png" alt="next photo" /> </a> { /if} </td> @@ -58,15 +58,15 @@ <td style="width: 150px; padding-top: 40px;"> <div id="photo_details"> { if $ExifMadeWith } - <u><img src="resources/camera.png" /> Image taken with:</u><br /> + <u><img src="resources/camera.png" alt="camera icon" /> Image taken with:</u><br /> {$ExifMadeWith}<br /> { /if } { if $ExifMadeOn } - <u><img src="resources/date.png" /> Image made on:</u><br /> + <u><img src="resources/date.png" alt="calendar icon" /> Image made on:</u><br /> {$ExifMadeOn}<br /> { /if } { if $ExifOrigResolution } - <u><img src="resources/image.png" /> Original resolution:</u><br /> + <u><img src="resources/image.png" alt="resolution icon" /> Original resolution:</u><br /> {$ExifOrigResolution}<br /> { /if } <u>Size:</u> {$ExifFileSize}kbyte<br /> diff --git a/templates/tags.tpl b/templates/tags.tpl index 1bdcea7..00b5bbf 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -1,7 +1,7 @@ <table> <tr> <td style="vertical-align: middle; text-decoration: underline;"> - <img src="resources/loupe.png" />Tag-Search: + <img src="resources/loupe.png" alt="loupe" />Tag-Search: </td> </tr> <tr> @@ -14,7 +14,7 @@ </tr> <tr> <td style="vertical-align: middle; text-decoration: underline;"> - <img src="resources/available_tags.png" />Available Tags: + <img src="resources/available_tags.png" alt="available tags" />Available Tags: </td> </tr> <tr> @@ -27,7 +27,7 @@ <table style="width: 100%;"> <tr> <td style="vertical-align: bottom; text-decoration: underline;"> - <img src="resources/selected_tags.png" />Selected Tags: + <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags: </td> <td style="vertical-align: bottom; white-space: nowrap;"> |