You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
801 B

<div class="side_head"><div><strong>{$side_name[$HS]}</strong></div></div>
<div class="side_body">
<form action="{$MODULE[4][linkurl]}home.php" onsubmit="return check_kw();">
<input type="hidden" name="action" value="search"/>
<input type="hidden" name="homepage" value="{$username}"/>
<input type="text" name="kw" value="{$kw}" placeholder="{$L[kw]}" size="25" id="kw" class="inp"/>
<div style="padding:10px 0 0 0;">
<select name="file">
{loop $MENU $k $v}
{if in_array($menu_file[$k], array('sell', 'buy', 'news', 'honor', 'link', 'credit', 'job', 'photo', 'info', 'brand', 'video', 'mall', 'exhibit'))}<option value="{$menu_file[$k]}"{if $file==$menu_file[$k]} selected{/if}>{$v[name]}</option>{/if}
{/loop}
</select>&nbsp;
<input type="submit" value=" 搜 索 " class="sbm"/>
</div>
</form>
</div>