<?if(VALID_DOCUMENT != 1) die('what?');?>
<tr>
<td colspan="6">
<input type="button" value="check all" onclick="setChecked(this.form,'key',1)"/>
<input type="button" value="clear all" onclick="setChecked(this.form,'key',0)"/>
<input type="button" value="refresh" onclick="window.location.reload(true)"/>
<input type="button" value="delete" onclick="action.value='multi-delete';action_confirm(this.form,'Are you sure to delete ?')"/>
<!--
<input type="button" value="spam" onclick="action.value='spam';action_confirm(this.form,'Are you sure that its spam ?')"/>
-->
</td>
</tr>