<td><?=($page>0)?("<a href='?cmd=s&pg=".($page-1)."' ".tooltip('Click here to go to the previous page of retrieved topics')." >"):""?><- Previous page<?=($page > 0) ? "</a>" : ""?></td>
<td>Display<span<?=tooltip('Use this drop down list to select the number of topics to display on each page')?>> <select name='mpp' onChange="submit();"><?php
<td><?=(count($args['topics'])==$mPPage+1)?("<a href='?cmd=s&pg=".($page+1)."' ".tooltip('Clickhere to go to the next page of retrieved topics')." >"):""?>Next page -><?=(count($args['topics'])==$mPPage+1)?"</a>":""?></td>
echo"<a href='?cmd=".urlencode("C#".$p[$i]['rctype']."#".$p[$i]['catid'])."' ".tooltip('Click here to go to main page of the category of forums in which the post containing the search string was posted')." >".utf8entities($p[$i]['catname'])."</a> > ";
echo"<a href='?cmd=".urlencode("F#".$p[$i]['rctype']."#".$p[$i]['fid'])."' ".tooltip('Click here to go to main page of the forum in which the post containing the search string was posted')." >".utf8entities($p[$i]['fname'])."</a></td>";
echo"<td class='tps'>".gmstrftime('%H:%M:%S on %d/%m/%Y',$p[$i]['moment'])." by ";
if($p[$i]['author_id']!='')
echo"<a href='message?a=c&ct=0&id=".$p[$i]['author_id']."' ".tooltip('Click here to go to compose page and send a private message to the author of the first post ')." >".utf8entities($p[$i]['author'])."</a>";
else
echo"<b>".utf8entities($p[$i]['author'])."</b>";
echo"</td><td class='tps'>".gmstrftime('%H:%M:%S on %d/%m/%Y',$p[$i]['last_moment'])." by ";
if($p[$i]['last_author_id']!='')
echo"<a href='message?a=c&ct=0&id=".$p[$i]['last_author_id']."' ".tooltip('Click here to go to compose page and send a private message to the author of the last post ')." >".utf8entities($p[$i]['last_author'])."</a>";
<td><?=($page>0)?("<a href='?cmd=s&pg=".($page-1)."' ".tooltip('Click here to go to the previous page of retrieved topics')."> "):""?><- Previous page<?=($page > 0) ? "</a>" : ""?></td>
<td>Display<span<?=tooltip('Use this drop down list to select the number of topics to display on each page')?>><select name='mpp' onChange="submit();"><?php
<td><?=(count($args['topics'])==$mPPage+1)?("<a href='?cmd=s&pg=".($page+1)."' ".tooltip('Clickhere to go to the next page of retrieved topics')." >"):""?>Next page -><?=(count($args['topics'])==$mPPage+1)?"</a>":""?></td>