<td>Display<span<?=tooltip('Use this drop down list to select the number of posts to display on each page')?>><select name='mpp' onChange="submit();"><?php
echo"<a href='?cmd=".urlencode("R#".$f['ctype']."#".$p[$i]['id'])."&q=0'".tooltip('Click here to go to the compose form and reply to this message')." >Reply</a> - ";
echo"<a href='?cmd=".urlencode("R#".$f['ctype']."#".$p[$i]['id'])."&q=1'".tooltip('Click here to go to the compose form and reply to this message by quoting it')." >Quote</a>\n";
if($f['mod']||$p[$i]['mine'])
{
echo"<br/>";
echo"<a href='?cmd=".urlencode("E#".$f['ctype']."#".$p[$i]['id'])."'".tooltip('Click here to go to the compose form and make changes to this post')." >Edit</a>";
if($p[$i]['id']!=$t['fpid']||$f['mod'])
{
echo" - <a href='?cmd=".urlencode("D#".$f['ctype']."#".$p[$i]['id'])."'".tooltip('Click here to delete this post')." onClick='return confirm";
echo($p[$i]['id']!=$t['fpid'])?'DPost':'DTopic';
echo"();'>Delete</a>\n";
}
}
echo"</td></tr>";
echo"<tr><td>Posted <b>".gmstrftime("%H:%M:%S on %d/%m/%Y",$p[$i]['moment']);
echo"</b> by ".(is_null($p[$i]['pid'])?'<b>':('<a href="message?a=c&ct=0&id='.$p[$i]['pid'].'"'.tooltip('Click here to go to the compose form and send a private message to the author of this post').' >'));
echo"<tr><td class='edit' colspan='2'>Edited by ";
echo(is_null($p[$i]['edit_id'])?'<b>':('<a href="message?a=c&ct=0&id='.$p[$i]['edit_id'].'" '.tooltip('Click here to go to the compose form and send a private message to the last person who edited this post').' >')).utf8entities($p[$i]['edited_by']);
echo(is_null($p[$i]['edit_id'])?'</b>':'</a>')." at ".gmstrftime("%H:%M:%S on %d/%m/%Y",$p[$i]['edited'])."</td></tr>";
}
echo"</table>\n";
if($d)
echo"</td></tr></table>\n";
}
?>
<tablecellspacing="0"cellpadding="0"class="fcmd">
<tr>
<td>Displaymode:<span<?=tooltip('Use this drop down list to choose the display mode (threaded or linear)')?> ><select name='thr' onChange="submit();">
<td>Messagesorder:<span<?=tooltip('Use this drop down list to choose the messages order (newest or oldest first)')?> > <select name='ord' onChange="submit();">