}
}
+function click(object)
+{
+ if(object.blur)
+ object.blur();
+
+}
+
<b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
</td>
<td class="index_header" style="text-align: right;">
- <a href="{$image_url_full}" target="_blank">
+ <a href="{$image_url_full}" target="_blank" onclick="click(this);">
<img src="resources/loupe.png" />
</a>
<img src="resources/information.png" />
<table>
<tr>
- <td style="vertical-align: middle;">
+ <td style="vertical-align: middle; text-decoration: underline;">
<img src="resources/available_tags.png" \>Available Tags:
</td>
</tr>
</td>
</tr>
<tr>
- <td style="vertical-align: middle;">
+ <td style="vertical-align: middle; text-decoration: underline;">
<img src="resources/selected_tags.png" />Selected Tags:
</td>
</tr>
-welcome to the finest photo gallery for F-Spot<br />
-<br />
+<!-- welcome -->
+<table>
+ <tr>
+ <td class="index_header" style="text-align: left;">
+ Welcome to the finest photo gallery for F-Spot<br />
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div id='single'>
+ <table>
+ <tr>
+ <td>
This application targets to provide an easy way, to presentate<br />
your f-spot pictures in the web, in a way you don't need any of<br />
current web2.0 providers or setup complex apps like gallery<br />
I suggest that you change this text after you have finished the installation ;)
<br /><br />
<a href="javascript:showPhotoIndex();">Click here if you want to see your photo index</a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </td>
+ </tr>
+</table>
+<!-- /welcome -->