📄 asearch.php
字号:
<?php/* $Id: asearch.php searches articles using article_manager by AlDaffodil (aldaffodil@hotmail.com osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2001 osCommerce CRE Loaded , Open Source E-Commerce Solutions http://www.creloaded.com Chain Reaction Works, Inc Portions: Copyright © 2005 - 2006 Chain Reaction Works, Inc. Last Modified by $Author$ Last Modifed on : $Date$ Latest Revision : $Revision:$ Released under the GNU General Public License*/?><!-- article search //--> <tr> <td><?php //if (ALLOW_QUICK_SEARCH_DESCRIPTION == 'true') { // $param = '<input type="hidden" name="search_in_description" value="1">'; // } else { $param = '';// } $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<font color="' . $font_color . '">' . BOX_HEADING_ASEARCH . '</font>'); new infoBoxHeading($info_box_contents, false, false); $hide = tep_hide_session_id(); $info_box_contents = array(); $info_box_contents[] = array('form' => '<form name="quick_find_article" method="get" action="' . tep_href_link(FILENAME_ARTICLE_SEARCH, '', 'NONSSL', false) . '">', 'align' => 'center', 'text' => $hide . $param . '<input type="text" name="akeywords" size="10" maxlength="30" value="' . htmlspecialchars(StripSlashes(@$HTTP_GET_VARS["akeywords"])) . '">' . tep_template_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br><input type="checkbox" name="description">' . BOX_ASEARCH_TEXT . '<br>'); new infoBox($info_box_contents);$info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => tep_draw_separator('pixel_trans.gif', '100%', '1') ); new infoboxFooter($info_box_contents, true, true);?> </td> </tr><!-- article_search //-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -