osCommerce最好的电子商务程序 2.2

源代码在线查看: search.php

软件大小: 1302 K
上传用户: fq335288450
关键词: osCommerce 2.2 电子商务 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

								/*
				  $Id: search.php,v 1.1.1.1 2004/10/09 14:29:17 cvsadmin Exp $
				
				  osCommerce, Open Source E-Commerce Solutions
				  http://www.oscommerce.com
				
				  Copyright (c) 2003 osCommerce
				
				  Released under the GNU General Public License
				*/
				?>
				
				          
				            
								  $info_box_contents = array();
				  $info_box_contents[] = array('text' => BOX_HEADING_SEARCH);
				
				  new infoBoxHeading($info_box_contents, false, false);
				
				  $info_box_contents = array();
				  $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
				                               'align' => 'center',
				                               'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '' . BOX_SEARCH_TEXT . '' . BOX_SEARCH_ADVANCED_SEARCH . '');
				
				  new infoBox($info_box_contents);
				?>
				            
				          
				
							

相关资源