mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
- changed current_user in sessions (please review) - give more flexibility to style authors in regard to the pagination elements - profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly) - code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings...) - and last but not least --- hopefully not introduced more bugs than healthy (*cough*) git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
43 lines
2.2 KiB
HTML
43 lines
2.2 KiB
HTML
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"><form name="main" method="post" action="{S_MCP_ACTION}">
|
|
<tr>
|
|
<th colspan="6" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE jumpbox.html --></td>
|
|
<td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td>
|
|
</tr>
|
|
<tr>
|
|
<th height="28"> {L_TOPIC} </th>
|
|
<th> {L_SUBJECT} </th>
|
|
<th> {L_REASON} </th>
|
|
<th> {L_REPORTER} </th>
|
|
<th width="15%"> {L_REPORT_TIME} </th>
|
|
<th width="5%"> {L_SELECT} </th>
|
|
</tr>
|
|
<!-- IF S_TOPIC_ID -->
|
|
<tr>
|
|
<td class="row3" colspan="6"><span class="gensmall">{L_REPORTS_CURRENT_TOPIC} <b>{TOPIC_NAME}</b></b></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- BEGIN reportrow -->
|
|
<tr>
|
|
<td class="row2" width="18%"><span class="gen">{reportrow.TOPIC}</span></td>
|
|
<td class="row1"><span class="gen">{reportrow.SUBJECT}</span></td>
|
|
<td class="row2" align="center" width="15%"><span class="gen">{reportrow.REASON}</span></td>
|
|
<td class="row1" align="center" width="15%"><span class="gen">{reportrow.REPORTER}</span></td>
|
|
<td class="row2" align="center" width="15%"><span class="gensmall">{reportrow.REPORT_TIME}</span></td>
|
|
<td class="row1" align="center" width="15%"><a class="gensmall" href="{reportrow.U_VIEW_REPORT}">{L_POST_REPORTED}</a></td>
|
|
</tr>
|
|
<!-- END reportrow -->
|
|
</table>
|
|
|
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
|
|
<td align="right" valign="top" nowrap="nowrap"><!-- IF PAGINATION --><b><a href="javascript:jumpto();">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> <!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE --> <a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b><!-- ENDIF --></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |