</tr>
<tr>
<td colspan="2" class="menu">
- <a href="javascript:showPhotoIndex();" onclick="click(this);">
+ <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
<img src="resources/photo_index.png" alt="photo index" />
</a>
- <a href="javascript:Tags('reset', 0);" onclick="click(this);">
+ <a href="javascript:Tags('reset', 0);" onclick="click(this);" title="Reset Selected Tags and Tag-Search">
<img src="resources/reload.png" alt="reset tags" />
</a>
- <a href="javascript:showCredits();" onclick="click(this);">
+ <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
<img src="resources/credits.png" alt="show credits" />
</a>
</td>
</td>
<td style="vertical-align: bottom; white-space: nowrap;">
- <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } />||
- <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />&&
+ <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
+ <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&&
</td>
</tr>
</table>