<tdclass='maar'><ahref="?cmd=<?=urlencode('MF#'.$f['ctype']."#".$f['id'])?>&pg=<?=$page?>" <?=tooltip('Click here to mark all topics in this forum as read')?>>Mark topics as read</a></td>
Display<span<?=tooltip('Use this drop down list to choose the number of topics to display on each page')?>><select name="tpp" onChange="form.submit()"><?php
echo"<td class='tpic'><input ".tooltip('Use this checkbox to select this topic')." type='checkbox' id='msel$i' name='msel[]' value='".$topics[$i]['id']."' /></td>";
echo"<td class='tnm'><a href='?cmd=".urlencode("T#".$f['ctype']."#".$topics[$i]['id'])."' ".tooltip('Click here to diplay the posts in this topic').">";
echo"<td class='tps'>".gmstrftime('%H:%M:%S on %d/%m/%Y',$topics[$i]['moment'])." by ";
if($topics[$i]['author_id']!='')
echo"<a href='message?a=c&ct=0&id=".$topics[$i]['author_id']."' ".tooltip('Click here to send a message to the author of this topic')." >".utf8entities($topics[$i]['author'])."</a>";
echo"</td><td class='tps'>".gmstrftime('%H:%M:%S on %d/%m/%Y',$topics[$i]['last_moment'])." by ";
if($topics[$i]['last_author_id']!='')
echo"<a href='message?a=c&ct=0&id=".$topics[$i]['last_author_id']."' ".tooltip('Click here to send a message to author of the last post in this topic')." >".utf8entities($topics[$i]['last_author'])."</a>";
<input<?=tooltip('Click here to delete the selected topics')?> type="submit" name="dt" value="Delete" onClick="return confirmDelete()" />
<input<?=tooltip('Click here to go to switch sticky status on the selected topics')?> type="submit" name="st" value="Switch sticky" onClick="return confirmSticky()" />
echo"<input type='submit' ".tooltip('Click here to move the selected topics to the chosen forum')." name='mt' value='Move' onClick='return confirmMove()' /> to forum ";
echo"<span ".tooltip('use this drop down list to choose the forum to which to move the selected topics')." ><select name='mdest' id='mdest'><option value=''>---------</option>";