View file mobile/template/search_results.html

File size: 2.67Kb
<!-- INCLUDE overall_header.html -->
<form method="post" action="{S_SEARCH_ACTION}">
<span class="genmed">
<!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}: <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><!-- ENDIF -->
<!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}: <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF -->
<!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}: <b>{IGNORED_WORDS}</b><!-- ENDIF --><br/>
<!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --></span>
<!-- IF S_SHOW_TOPICS -->
<div class="tab"><span class="gensmall">{L_TOPICS}</span></div>
<!-- BEGIN searchresults -->	
<div class="row_<!-- IF searchresults.S_ROW_COUNT is odd -->hard<!-- ELSE -->easy<!-- ENDIF -->">
<!-- IF searchresults.TOPIC_ICON_IMG -->
<img src="{T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}" width="{searchresults.TOPIC_ICON_IMG_WIDTH}" height="{searchresults.TOPIC_ICON_IMG_HEIGHT}" alt=""/>
<!-- ENDIF -->				
{topicrow.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a><br />{searchresults.LAST_POST_AUTHOR_FULL} <a href="{searchresults.U_LAST_POST}">»</a><br />
{searchresults.LAST_POST_TIME}
</div>
<!-- BEGINELSE -->
<div class="row_easy">{L_NO_SEARCH_RESULTS}</div>
<!-- END searchresults -->
<!-- ELSE -->
<div class="tab"><span class="gensmall">{L_MESSAGE}</span></div>
<!-- BEGIN searchresults -->
<!-- IF searchresults.S_IGNORE_POST -->
{searchresults.L_IGNORE_POST}
<!-- ELSE -->
<a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}"></a>
<div class="row_<!-- IF searchresults.S_ROW_COUNT is odd -->hard<!-- ELSE -->easy<!-- ENDIF -->">
<!-- IF searchresults.FORUM_TITLE --><span class="gensmall">{searchresults.POST_AUTHOR_FULL}</span> {searchresults.POST_DATE}<!-- ELSE -->{L_GLOBAL}<!-- ENDIF -->
<div class="row_<!-- IF searchresults.S_ROW_COUNT is odd -->hard<!-- ELSE -->easy<!-- ENDIF -->">{searchresults.MESSAGE}<br />{L_REPLIES}: {searchresults.TOPIC_REPLIES} | {L_VIEWS}: {searchresults.TOPIC_VIEWS}</div>
<span class="genmed"><a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></span>|
<!-- IF searchresults.POST_SUBJECT neq "" --><span class="genmed"><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></span>
<!-- ELSE --><a href="{searchresults.U_VIEW_POST}">»</a><!-- ENDIF -->	
</div>
<!-- ENDIF -->
<!-- BEGINELSE -->
<div class="row_easy">{L_NO_SEARCH_RESULTS}</div>
<!-- END searchresults -->
<div class="row1">
<!-- IF S_SELECT_SORT_KEY -->
{L_SORT_BY}<br />{S_SELECT_SORT_KEY}<br />{S_SELECT_SORT_DIR}
<input class="subbutton" type="submit" name="sort" value="{L_GO}" />
<!-- ENDIF -->
</div>
<!-- ENDIF -->
</form>
<!-- INCLUDE pagination.html -->
<!-- INCLUDE overall_footer.html -->