mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
75 lines
3.0 KiB
HTML
75 lines
3.0 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
<form method="post" action="{S_SEARCH_ACTION}">
|
|
|
|
<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="150" nowrap="nowrap">{L_AUTHOR}</th>
|
|
<th width="100%" nowrap="nowrap">{L_MESSAGE}</th>
|
|
</tr>
|
|
<!-- BEGIN searchresults -->
|
|
<tr class="row2">
|
|
<!-- IF searchresults.S_IGNORE_POST -->
|
|
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
|
|
<!-- ELSE -->
|
|
<td colspan="2" height="25"><p class="topictitle"><a name="{searchresults.POST_ID}"></a> {L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></p></td>
|
|
</tr>
|
|
<tr class="row1">
|
|
<td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POSTER_NAME}</b></td>
|
|
<td height="25"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td class="gensmall"><div style="float:left"> <b>{L_POST_SUBJECT}:</b> <a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></div><div style="float:right"><a href="{searchresults.U_VIEW_POST}">{searchresults.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {searchresults.POST_DATE} </div></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<tr class="row1">
|
|
<td width="150" align="center" valign="top"><br /><span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br />{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /><br /></td>
|
|
<td valign="top"><table width="100%" cellspacing="5">
|
|
<tr>
|
|
<td class="postbody">{searchresults.MESSAGE}</td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
|
|
</tr>
|
|
<!-- END searchresults -->
|
|
<tr>
|
|
<td class="cat" colspan="2" 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" cellpadding="0">
|
|
<tr>
|
|
<td class="row1">
|
|
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
|
|
<p class="datetime">{S_TIMEZONE}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<div style="float:right"><!-- INCLUDE jumpbox.html --></div>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |