|
@@ -480,17 +480,6 @@ function priceCss(){
|
|
|
<!--搜索头部 START-->
|
|
|
<div class="searchHeader">
|
|
|
<div class="w searchHeader-container">
|
|
|
- <!--整体页面切换tab-->
|
|
|
- <div class="control-tabBtn">
|
|
|
- {{if eq .T.supstatus "T"}}
|
|
|
- <a href="/jylab/supsearch/index.html" class="on">超级搜索</a>
|
|
|
- <span class="bidbut" style="display:none;">招标搜索</span>
|
|
|
- {{else}}
|
|
|
- <a href="#" class="on" style="display:none;">超级搜索</a>
|
|
|
- <span class="bidbut" onclick="window.location.href='/jylab/supsearch/index.html'">招标搜索</span>
|
|
|
- {{end}}
|
|
|
- <a id="entsearch" href="javascript:" datahref="/jylab/bidsearchforent/index.html">中标企业搜索</a>
|
|
|
- </div>
|
|
|
<!--搜索-->
|
|
|
<div class="searchInput clearfix">
|
|
|
<form action="/jylab/supsearch/index.html" method="post" id="zbSeatchT" class="clearfix" onsubmit="return beforeSubmit('F')">
|
|
@@ -531,6 +520,21 @@ function priceCss(){
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <!--整体页面切换tab-->
|
|
|
+ <div class="control-tabBtn">
|
|
|
+ {{if eq .T.supstatus "T"}}
|
|
|
+ <span class="bidbutdir" style="left:46px;"></span>
|
|
|
+ <a href="/jylab/supsearch/index.html" class="on">超级搜索</a>
|
|
|
+ <span class="bidbut" style="display:none;">招标搜索</span>
|
|
|
+ {{else}}
|
|
|
+ <span class="bidbutdir"></span>
|
|
|
+ <a href="#" class="on" style="display:none;">超级搜索</a>
|
|
|
+ <span class="bidbut" onclick="window.location.href='/jylab/supsearch/index.html'">招标搜索</span>
|
|
|
+ {{end}}
|
|
|
+ <a id="entsearch" href="javascript:" datahref="/jylab/bidsearchforent/index.html">中标企业搜索</a>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--搜索头部 END-->
|