|
|
|
@ -64,7 +64,15 @@
|
|
|
|
|
|
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
|
<div class="jssearch fl cf search_list">
|
|
|
|
|
<!--游戏类型搜索END-->
|
|
|
|
|
<!--公司类型搜索END-->
|
|
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
|
|
<select id="company_type" name="company_type" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">请选择公司类型</option>
|
|
|
|
|
<option value="1" <if condition="'0' eq $_GET['company_type']">selected=selected</if>>上游公司</option>
|
|
|
|
|
<option value="2" <if condition="'1' eq $_GET['company_type']">selected=selected</if>>下游公司</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<!--合作公司搜索END-->
|
|
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
|
|
<select id="partner_id" name="partner_id" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">请选择合作公司</option>
|
|
|
|
|