⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.tpl.php

📁 用PHP和MSSQL开发的sspace商城系统
💻 PHP
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><table width="<?=TABLEWIDTH?>" border="0" align="center" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="frontground">
<tr align="center" valign="top">
<td>	


<table width="100%"  border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr class="categround">
<td colspan="2"><?=$LANG_SEARCH[SEARCH_TITLE]?></td>
</tr>
<form action="index.php?action=searchresult" method="post" name="wane_post" onSubmit="return checkformdata()">
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_ADDTIME]?></td>
<td><select name="addtime" id="addtime">
<option value="0"><?=$LANG_SEARCH[SEARCH_TIME_UNSET]?></option>
<option value="3600"><?=$LANG_SEARCH[SEARCH_TIME_HOUR]?></option>
<option value="21600"><?=$LANG_SEARCH[SEARCH_TIME_DAY_QUARTER]?></option>
<option value="43200"><?=$LANG_SEARCH[SEARCH_TIME_DAY_HALF]?></option>
<option value="86400"><?=$LANG_SEARCH[SEARCH_TIME_DAY]?></option>
<option value="604800"><?=$LANG_SEARCH[SEARCH_TIME_WEEK]?></option>
<option value="1296000"><?=$LANG_SEARCH[SEARCH_TIME_DAY_FIFTEEN]?></option>
<option value="2592000"><?=$LANG_SEARCH[SEARCH_TIME_MONTH]?></option>
<option value="7776000"><?=$LANG_SEARCH[SEARCH_TIME_MONTH_THREE]?></option>
<option value="15811200"><?=$LANG_SEARCH[SEARCH_TIME_YEAR_HALF]?></option>
<option value="31622400"><?=$LANG_SEARCH[SEARCH_TIME_YEAR]?></option>
</select></td>
</tr>
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_LOSETIME]?></td>
<td><select name="losetime" id="losetime">
<option value="0"><?=$LANG_SEARCH[SEARCH_TIME_UNSET]?></option>
<option value="3600"><?=$LANG_SEARCH[SEARCH_TIME_HOUR]?></option>
<option value="21600"><?=$LANG_SEARCH[SEARCH_TIME_DAY_QUARTER]?></option>
<option value="43200"><?=$LANG_SEARCH[SEARCH_TIME_DAY_HALF]?></option>
<option value="86400"><?=$LANG_SEARCH[SEARCH_TIME_DAY]?></option>
<option value="604800"><?=$LANG_SEARCH[SEARCH_TIME_WEEK]?></option>
<option value="1296000"><?=$LANG_SEARCH[SEARCH_TIME_DAY_FIFTEEN]?></option>
<option value="2592000"><?=$LANG_SEARCH[SEARCH_TIME_MONTH]?></option>
<option value="7776000"><?=$LANG_SEARCH[SEARCH_TIME_MONTH_THREE]?></option>
<option value="15811200"><?=$LANG_SEARCH[SEARCH_TIME_YEAR_HALF]?></option>
<option value="31622400"><?=$LANG_SEARCH[SEARCH_TIME_YEAR]?></option>
</select></td>
</tr>
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_KEYWORD]?></td>
<td><input name="keyword" type="text" id="keyword" size="35">
&nbsp;
<input name="content" type="checkbox" id="content" value="1">
&nbsp;<?=$LANG_SEARCH[SEARCH_CONTEXT]?></td>
</tr>
<tr class="contentground">
<td width="25%"><?=$LANG_SEARCH[SEARCH_CLASS]?></td>
<td><select name="cid" id="cid">
<option value="0"><?=$LANG_SEARCH[SEARCH_CLASS_UNSET]?></option><?=SELECT_CLASS?>
</select></td>
</tr>
<tr class="contentground">
<td width="25%"><?=$LANG_SEARCH[SEARCH_MADE]?></td>
<td><select name="mid" id="mid">
<option value="0"><?=$LANG_SEARCH[SEARCH_MADE_UNSET]?></option><?=SELECT_MADE?>
</select></td>
</tr>
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_STATUS]?></td>
<td><select name="bid" id="bid">
<option value="-1"><?=$LANG_SEARCH[SEARCH_STATUS_ALL]?></option>
<option value="0"><?=$LANG_SEARCH[SEARCH_STATUS_COMMON]?></option>
<option value="1"><?=$LANG_SEARCH[SEARCH_STATUS_COMMEND]?></option>
<option value="2"><?=$LANG_SEARCH[SEARCH_STATUS_TOP]?></option>
</select></td>
</tr>
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_PRICE]?></td>
<td><input name="pc_type" type="radio" value="market" checked>
<?=$LANG_SEARCH[SEARCH_PRICE_MARKET]?>
&nbsp;
<input name="pc_type" type="radio" value="member">
<?=$LANG_SEARCH[SEARCH_PRICE_MEMBER]?>
&nbsp;
<input name="pc_type" type="radio" value="vip">
<?=$LANG_SEARCH[SEARCH_PRICE_VIP]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_SEARCH[SEARCH_PRICE_SPACE]?></td>
<td><?=$LANG_SEARCH[SEARCH_PRICE_START]?>
<input name="pc_start" type="text" id="pc_start" value="0" size="6" maxlength="6">
&nbsp;-&nbsp;<?=$LANG_SEARCH[SEARCH_PRICE_END]?>
<input name="pc_end" type="text" id="pc_end" value="0" size="6" maxlength="6"></td>
</tr>
<tr align="center">
<td colspan="2" class="contentground"><input type="submit" name="Submit" value="<?=$LANG_SEARCH[SEARCH_SUBMIT]?>"><input name="searchsubmit" type="hidden" id="searchsubmit" value="1"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>

</td>
</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -