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
842 B
16 lines
842 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="{if $kw}{$kw}{else}输入关键词{/if}" size="25" id="kw" class="inp" onfocus="if(this.value=='输入关键词')this.value='';"/>
|
|
<div style="padding:10px 0 0 0;">
|
|
<select name="file">
|
|
{loop $MENU $k $v}
|
|
{if in_array($menu_file[$k], array('sell', 'buy', 'news', 'credit', 'job', 'photo', 'info', 'brand', 'video', 'mall'))}<option value="{$menu_file[$k]}"{if $file==$menu_file[$k]} selected{/if}>{$v[name]}</option>{/if}
|
|
{/loop}
|
|
</select>
|
|
<input type="submit" value=" 搜 索 " class="sbm"/>
|
|
</div>
|
|
</form>
|
|
</div>
|