mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
66 lines
3.0 KiB
HTML
66 lines
3.0 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<form method="post" action="{S_SEARCH_ACTION}">
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<table width="100%" cellspacing="1">
|
|
<tr>
|
|
<td colspan="2"><span class="titles">{SEARCH_MATCHES}</span><br /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="genmed">{L_SEARCHED_FOR} <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a> {L_IGNORED_TERMS} <b>{IGNORED_WORDS}</b></td>
|
|
<td align="right"><span class="genmed">{L_SEARCH_IN_RESULTS}: </span><input type="text" name="search_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th width="4%" nowrap="nowrap"> </th>
|
|
<th colspan="2" nowrap="nowrap"> {L_TOPICS} </th>
|
|
<th nowrap="nowrap"> {L_AUTHOR} </th>
|
|
<th nowrap="nowrap"> {L_REPLIES} </th>
|
|
<th nowrap="nowrap"> {L_VIEWS} </th>
|
|
<th nowrap="nowrap"> {L_LAST_POST} </th>
|
|
</tr>
|
|
<!-- BEGIN searchresults -->
|
|
<tr valign="middle">
|
|
<td class="row1" align="center">{searchresults.TOPIC_FOLDER_IMG}</td>
|
|
<td class="row1" width="25" align="center" valign="middle">{searchresults.TOPIC_ICON_IMG}</td>
|
|
<td class="row2"><a class="topictitle" href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a><span class="gensmall"><!-- IF topicrow.GOTO_PAGE --><br />{topicrow.GOTO_PAGE}<!-- ENDIF --></span><br /><span class="gensmall">in <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></span></td>
|
|
<td class="row1" align="center"><span class="topicauthor">{searchresults.TOPIC_AUTHOR}</span></td>
|
|
<td class="row2" align="center"><span class="topicdetails">{searchresults.TOPIC_REPLIES}</span></td>
|
|
<td class="row1" align="center"><span class="topicdetails">{searchresults.TOPIC_VIEWS}</span></td>
|
|
<td class="row2" align="center" nowrap="nowrap"><span class="topicdetails">{searchresults.LAST_POST_TIME}<br />{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}</span></td>
|
|
</tr>
|
|
<!-- END searchresults -->
|
|
<tr>
|
|
<td class="cat" colspan="7" valign="middle" align="center"><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}" /></td>
|
|
</tr>
|
|
</table></form>
|
|
|
|
<div class="nav" style="float:left">{PAGE_NUMBER} [ {TOTAL_TOPICS} ]</div><div class="nav" style="float:right">{PAGINATION}</div>
|
|
|
|
<br clear="all" /><br />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<div style="float:right"><!-- INCLUDE jumpbox.html --></div>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |