|
From: <dac...@us...> - 2007-09-18 07:14:22
|
Revision: 64
http://thevr.svn.sourceforge.net/thevr/?rev=64&view=rev
Author: dachebodt
Date: 2007-09-18 00:14:25 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
Fixed a few bugs in search mod
Modified Paths:
--------------
mods/cms/trunk/includes/functions.php
mods/cms/trunk/modules/blocks/blocks/cms_user_menu.php
mods/cms/trunk/modules/search1/cms_search.php
mods/cms/trunk/styles/prosilver/template/search_results.html
Modified: mods/cms/trunk/includes/functions.php
===================================================================
--- mods/cms/trunk/includes/functions.php 2007-09-16 21:15:22 UTC (rev 63)
+++ mods/cms/trunk/includes/functions.php 2007-09-18 07:14:25 UTC (rev 64)
@@ -4210,10 +4210,10 @@
$template->assign_vars(array(
'L_INDEX' => $user->lang['HOME'],
'U_SEARCH' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search'),
- 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=egosearch'),
- 'U_SEARCH_NEW' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=newposts'),
- 'U_SEARCH_UNANSWERED' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=unanswered'),
- 'U_SEARCH_ACTIVE_TOPICS'=> append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=active_topics'),
+ 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=egosearch'),
+ 'U_SEARCH_NEW' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=newposts'),
+ 'U_SEARCH_UNANSWERED' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=unanswered'),
+ 'U_SEARCH_ACTIVE_TOPICS'=> append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=active_topics'),
));
if($display_online_list)
Modified: mods/cms/trunk/modules/blocks/blocks/cms_user_menu.php
===================================================================
--- mods/cms/trunk/modules/blocks/blocks/cms_user_menu.php 2007-09-16 21:15:22 UTC (rev 63)
+++ mods/cms/trunk/modules/blocks/blocks/cms_user_menu.php 2007-09-18 07:14:25 UTC (rev 64)
@@ -52,8 +52,8 @@
'USERNAME_COLOR' => $user_colour,
'U_PROFILE' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&u=' . $user->data['user_id']),
- 'U_SEARCH_NEW' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=newposts'),
- 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=forums&search_id=egosearch'),
+ 'U_SEARCH_NEW' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=newposts'),
+ 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search&mode=search&search_id=egosearch'),
'U_PRIVATE_MSG' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
'U_LOGOUT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout', true, $user->session_id)
));
Modified: mods/cms/trunk/modules/search1/cms_search.php
===================================================================
--- mods/cms/trunk/modules/search1/cms_search.php 2007-09-16 21:15:22 UTC (rev 63)
+++ mods/cms/trunk/modules/search1/cms_search.php 2007-09-18 07:14:25 UTC (rev 64)
@@ -21,8 +21,6 @@
{
global $config, $columns, $_SID, $cache, $db, $user, $auth, $template, $phpbb_root_path, $phpEx;
- include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
-
$user->add_lang('search');
// Define initial vars
@@ -505,6 +503,7 @@
'LAST_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
'U_SEARCH_WORDS' => $u_search,
+ 'U_SEARCH' => append_sid("{$phpbb_root_path}index.$phpEx", 'i=search'),
));
if ($sql_where)
@@ -917,7 +916,7 @@
$module_block['TITLE'] = '';
$module_block['CONTENT'] = $template->assign_display('body');
- //$template->assign_vars(array('S_NO_CONTAINER' => true));
+ $template->assign_vars(array('S_NO_CONTAINER' => true));
$template->assign_block_vars('module', $module_block);
return;
@@ -1039,7 +1038,6 @@
}
$s_hidden_fields['i'] = 'search';
- $s_hidden_fields['mode'] = 'forums';
$template->assign_vars(array(
'S_SEARCH_ACTION' => "{$phpbb_root_path}index.$phpEx?i=search",
Modified: mods/cms/trunk/styles/prosilver/template/search_results.html
===================================================================
--- mods/cms/trunk/styles/prosilver/template/search_results.html 2007-09-16 21:15:22 UTC (rev 63)
+++ mods/cms/trunk/styles/prosilver/template/search_results.html 2007-09-18 07:14:25 UTC (rev 64)
@@ -1,165 +1,165 @@
-<!-- IF not S_CMS_ENABLED -->
-<!-- INCLUDE overall_header.html -->
-<!-- ENDIF -->
-
-<h2><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2>
-<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
-
-<!-- IF SEARCH_TOPIC -->
- <p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO}: {SEARCH_TOPIC}</a></p>
-<!-- ELSE -->
- <p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_RETURN_TO_SEARCH_ADV}</a></p>
-<!-- ENDIF -->
-
-<!-- IF PAGINATION or SEARCH_MATCHES or PAGE_NUMBER -->
- <form method="post" action="{S_SEARCH_ACTION}">
-
- <div class="topic-actions">
-
- <!-- IF SEARCH_MATCHES -->
- <div class="search-box">
- <!-- IF SEARCH_IN_RESULTS -->
- <label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label>
- <input type="hidden" name="show_results" value="posts" />
- <input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
-
- <div class="rightside pagination">
- {SEARCH_MATCHES}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF -->
- </div>
- </div>
-
- </form>
-<!-- ENDIF -->
-
-<!-- IF S_SHOW_TOPICS -->
-
- <!-- IF .searchresults -->
- <div class="forumbg">
-
- <div class="inner"><span class="corners-top"><span></span></span>
- <ul class="topiclist">
- <li class="header">
- <dl class="icon">
- <dt>{L_TOPICS}</dt>
- <dd class="posts">{L_REPLIES}</dd>
- <dd class="views">{L_VIEWS}</dd>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist topics">
-
- <!-- BEGIN searchresults -->
- <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl class="icon" style="background-image: url({searchresults.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
- <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
- <!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
- <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
- <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
- <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
- <!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
- {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME}
- <!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
- </dt>
- <dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
- <dd class="views">{searchresults.TOPIC_VIEWS}</dd>
- <dd class="lastpost"><span>
- {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
- <a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {searchresults.LAST_POST_TIME}<br /> </span>
- </dd>
- </dl>
- </li>
- <!-- END searchresults -->
- </ul>
-
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- ELSE -->
- <div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
- <strong>{L_NO_SEARCH_RESULTS}</strong>
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- ENDIF -->
-
-<!-- ELSE -->
-
- <!-- BEGIN searchresults -->
- <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <!-- IF searchresults.S_IGNORE_POST -->
- <div class="postbody">
- {searchresults.L_IGNORE_POST}
- </div>
- <!-- ELSE -->
- <div class="postbody">
- <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
- <div class="content">{searchresults.MESSAGE}</div>
- </div>
-
- <dl class="postprofile">
- <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
- <dd>{L_POSTED_ON_DATE} {searchresults.POST_DATE}</dd>
- <dd> </dd>
- <!-- IF searchresults.FORUM_TITLE -->
- <dd>{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
- <dd>{L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
- <!-- ELSE -->
- <dd>{L_GLOBAL}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
- <!-- ENDIF -->
- <dd>{L_REPLIES}: <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
- <dd>{L_VIEWS}: <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF not searchresults.S_IGNORE_POST -->
- <ul class="searchresults">
- <li ><a href="{searchresults.U_VIEW_POST}" class="{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li>
- </ul>
- <!-- ENDIF -->
-
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- BEGINELSE -->
- <div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
- <strong>{L_NO_SEARCH_RESULTS}</strong>
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- END searchresults -->
-<!-- ENDIF -->
-
-<!-- IF PAGINATION or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
- <form method="post" action="{S_SEARCH_ACTION}">
-
- <fieldset class="display-options">
- <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
- <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
- <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
- <label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR} <!-- ELSE --></label><!-- ENDIF --><input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
- <!-- ENDIF -->
- </fieldset>
-
- </form>
-
- <hr />
-<!-- ENDIF -->
-
-<!-- IF PAGINATION or .searchresults or PAGE_NUMBER -->
- <ul class="linklist">
- <li class="rightside pagination">
- {SEARCH_MATCHES}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF -->
- </li>
- </ul>
-<!-- ENDIF -->
-
-<!-- INCLUDE jumpbox.html -->
-
-<!-- IF not S_CMS_ENABLED -->
-<!-- INCLUDE overall_footer.html -->
+<!-- IF not S_CMS_ENABLED -->
+<!-- INCLUDE overall_header.html -->
+<!-- ENDIF -->
+
+<h2><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2>
+<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
+
+<!-- IF SEARCH_TOPIC -->
+ <p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO}: {SEARCH_TOPIC}</a></p>
+<!-- ELSE -->
+ <p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_RETURN_TO_SEARCH_ADV}</a></p>
+<!-- ENDIF -->
+
+<!-- IF PAGINATION or SEARCH_MATCHES or PAGE_NUMBER -->
+ <form method="post" action="{S_SEARCH_ACTION}">
+
+ <div class="topic-actions">
+
+ <!-- IF SEARCH_MATCHES -->
+ <div class="search-box">
+ <!-- IF SEARCH_IN_RESULTS -->
+ <label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label>
+ <input type="hidden" name="show_results" value="posts" />
+ <input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
+ <!-- ENDIF -->
+ </div>
+ <!-- ENDIF -->
+
+ <div class="rightside pagination">
+ {SEARCH_MATCHES}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF -->
+ </div>
+ </div>
+
+ </form>
+<!-- ENDIF -->
+
+<!-- IF S_SHOW_TOPICS -->
+
+ <!-- IF .searchresults -->
+ <div class="forumbg">
+
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <ul class="topiclist">
+ <li class="header">
+ <dl class="icon">
+ <dt>{L_TOPICS}</dt>
+ <dd class="posts">{L_REPLIES}</dd>
+ <dd class="views">{L_VIEWS}</dd>
+ <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
+ </dl>
+ </li>
+ </ul>
+ <ul class="topiclist topics">
+
+ <!-- BEGIN searchresults -->
+ <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
+ <dl class="icon" style="background-image: url({searchresults.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
+ <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
+ <!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
+ <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
+ <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
+ <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
+ <!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
+ {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME}
+ <!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
+ </dt>
+ <dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
+ <dd class="views">{searchresults.TOPIC_VIEWS}</dd>
+ <dd class="lastpost"><span>
+ {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
+ <a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {searchresults.LAST_POST_TIME}<br /> </span>
+ </dd>
+ </dl>
+ </li>
+ <!-- END searchresults -->
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ELSE -->
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <strong>{L_NO_SEARCH_RESULTS}</strong>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ENDIF -->
+
+<!-- ELSE -->
+
+ <!-- BEGIN searchresults -->
+ <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <!-- IF searchresults.S_IGNORE_POST -->
+ <div class="postbody">
+ {searchresults.L_IGNORE_POST}
+ </div>
+ <!-- ELSE -->
+ <div class="postbody">
+ <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
+ <div class="content">{searchresults.MESSAGE}</div>
+ </div>
+
+ <dl class="postprofile">
+ <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
+ <dd>{L_POSTED_ON_DATE} {searchresults.POST_DATE}</dd>
+ <dd> </dd>
+ <!-- IF searchresults.FORUM_TITLE -->
+ <dd>{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
+ <dd>{L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
+ <!-- ELSE -->
+ <dd>{L_GLOBAL}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
+ <!-- ENDIF -->
+ <dd>{L_REPLIES}: <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
+ <dd>{L_VIEWS}: <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- IF not searchresults.S_IGNORE_POST -->
+ <ul class="searchresults">
+ <li ><a href="{searchresults.U_VIEW_POST}" class="{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li>
+ </ul>
+ <!-- ENDIF -->
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- BEGINELSE -->
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <strong>{L_NO_SEARCH_RESULTS}</strong>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- END searchresults -->
+<!-- ENDIF -->
+
+<!-- IF PAGINATION or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
+ <form method="post" action="{S_SEARCH_ACTION}">
+
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
+ <label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label>
+ <label>{S_SELECT_SORT_DIR} <!-- ELSE --></label><!-- ENDIF --><input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+
+ </form>
+
+ <hr />
+<!-- ENDIF -->
+
+<!-- IF PAGINATION or .searchresults or PAGE_NUMBER -->
+ <ul class="linklist">
+ <li class="rightside pagination">
+ {SEARCH_MATCHES}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF -->
+ </li>
+ </ul>
+<!-- ENDIF -->
+
+<!-- INCLUDE jumpbox.html -->
+
+<!-- IF not S_CMS_ENABLED -->
+<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|