Rev 1372 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="PhorumNavBlock" style="text-align: left;">
<span class="PhorumNavHeading PhorumHeadingLeft">{LANG->Goto}:</span> {IF URL->INDEX}<a class="PhorumNavLink" href="{URL->INDEX}">{LANG->ForumList}</a>•{/IF}<a class="PhorumNavLink" href="{URL->POST}">{LANG->NewTopic}</a>•<a class="PhorumNavLink" href="{URL->SEARCH}">{LANG->Search}</a>•{INCLUDE loginout_menu}
</div>
{IF PAGES}
<div class="PhorumNavBlock" style="text-align: left;">
<div style="float: right;">
<span class="PhorumNavHeading">{LANG->Pages}:</span> {IF URL->PREVPAGE}<a class="PhorumNavLink" href="{URL->PREVPAGE}">{LANG->PrevPage}</a>{/IF}{IF URL->FIRSTPAGE}<a class="PhorumNavLink" href="{URL->FIRSTPAGE}">{LANG->FirstPage}...</a>{/IF}{LOOP PAGES}{IF PAGES->pageno CURRENTPAGE}<span class="PhorumNavLink"><strong>{PAGES->pageno}</strong></span>{ELSE}<a class="PhorumNavLink" href="{PAGES->url}">{PAGES->pageno}</a>{/IF}{/LOOP PAGES}{IF URL->LASTPAGE}<a class="PhorumNavLink" href="{URL->LASTPAGE}">...{LANG->LastPage}</a>{/IF}{IF URL->NEXTPAGE}<a class="PhorumNavLink" href="{URL->NEXTPAGE}">{LANG->NextPage}</a>{/IF}
</div>
<span class="PhorumNavHeading PhorumHeadingLeft">{LANG->CurrentPage}:</span>{CURRENTPAGE} {LANG->of} {TOTALPAGES}
</div>
{/IF}
<table class="PhorumStdTable" cellspacing="0">
<tr>
<th class="PhorumTableHeader" align="left">{LANG->Subject}</th>
{IF VIEWCOUNT_COLUMN}
<th class="PhorumTableHeader" align="center">{LANG->Views}</th>
{/IF}
<th class="PhorumTableHeader" align="left" nowrap>{LANG->WrittenBy}</th>
<th class="PhorumTableHeader" align="left" nowrap>{LANG->Posted}</th>
</tr>
<?php $oldthread=0; $rclass=""; ?>
{LOOP ROWS}
<?php
if($oldthread != $PHORUM['TMP']['ROWS']['thread']){
if($rclass=="Alt") $rclass=""; else $rclass="Alt";
$oldthread=$PHORUM['TMP']['ROWS']['thread'];
}
?>
<tr>
{IF ROWS->sort PHORUM_SORT_STICKY}
<td class="PhorumTableRow<?php echo $rclass;?>" style="padding-left: {ROWS->indent_cnt}px">
{marker}<span class="PhorumListSubjPrefix">{LANG->Sticky}: </span>
{IF ROWS->moved}<span class="PhorumListSubjPrefix">{LANG->MovedSubject}: </span>{/IF}
<a href="{ROWS->url}">{ROWS->subject}</a> ({ROWS->thread_count} {LANG->Posts}) <span class="PhorumNewFlag">{ROWS->new}</span>
</td>
{ELSEIF ROWS->sort PHORUM_SORT_ANNOUNCEMENT}
<td class="PhorumTableRow<?php echo $rclass;?>" style="padding-left: {ROWS->indent_cnt}px">
{marker}<span class="PhorumListSubjPrefix">{LANG->Announcement}: </span>
{IF ROWS->moved}<span class="PhorumListSubjPrefix">{LANG->MovedSubject}: </span>{/IF}
<a href="{ROWS->url}">{ROWS->subject}</a> ({ROWS->thread_count} {LANG->Posts}) <span class="PhorumNewFlag">{ROWS->new}</span>
</td>
{ELSE}
<td class="PhorumTableRow<?php echo $rclass;?>" style="padding-left: {ROWS->indent_cnt}px">
{marker}
{IF ROWS->sort PHORUM_SORT_STICKY}
<span class="PhorumListSubjPrefix">{LANG->Sticky}: </span>
{/IF}
{IF ROWS->sort PHORUM_SORT_ANNOUNCEMENT}
<span class="PhorumListSubjPrefix">{LANG->Announcement}: </span>
{/IF}
{IF ROWS->moved}
<span class="PhorumListSubjPrefix">{LANG->MovedSubject}: </span>
{/IF}
<a href="{ROWS->url}">{ROWS->subject}</a> <span class="PhorumNewFlag">{ROWS->new}</span>
</td>
{/IF}
{IF VIEWCOUNT_COLUMN}
<td class="PhorumTableRow<?php echo $rclass;?>" nowrap="nowrap" align="center" width="80">
{ROWS->viewcount}
</td>
{/IF}
<td class="PhorumTableRow<?php echo $rclass;?>" nowrap="nowrap" width="150">
{ROWS->linked_author}
</td>
<td class="PhorumTableRow<?php echo $rclass;?> PhorumSmallFont" nowrap="nowrap" width="150">
{ROWS->datestamp}
{IF MODERATOR true}
<br />
<span class="PhorumListModLink">
{IF ROWS->threadstart false}
<a class="PhorumListModLink" href="javascript:if(window.confirm('{LANG->ConfirmDeleteMessage}')) window.location='{ROWS->delete_url1}';">{LANG->DeleteMessage}</a>
{/IF}
{IF ROWS->threadstart true}
<a class="PhorumListModLink" href="javascript:if(window.confirm('{LANG->ConfirmDeleteThread}')) window.location='{ROWS->delete_url2}';">{LANG->DeleteThread}</a>{IF ROWS->move_url} | <a class="PhorumListModLink" href="{ROWS->move_url}">{LANG->MoveThread}</a>{/IF} | <a class="PhorumListModLink" href="{ROWS->merge_url}">{LANG->MergeThread}</a>{/IF}
</span>
{/IF}
</td>
</tr>
{/LOOP ROWS}
</table>
{INCLUDE paging}
<div class="PhorumNavBlock" style="text-align: left;">
<span class="PhorumNavHeading PhorumHeadingLeft">{LANG->Options}:</span> {IF LOGGEDIN true}<a class="PhorumNavLink" href="{URL->MARKREAD}">{LANG->MarkRead}</a>{/IF}
</div>