This commit is contained in:
parent
679cfbe392
commit
06e22afbdf
@ -55,6 +55,7 @@
|
||||
<i class="icon-rss"></i> RSS
|
||||
</a>
|
||||
</nav>
|
||||
<#--
|
||||
<div class="fn-right">
|
||||
<form class="form" target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input placeholder="${searchLabel}" id="search" type="text" name="q"/>
|
||||
@ -62,6 +63,7 @@
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -42,11 +42,13 @@
|
||||
<a rel="alternate" href="${servePath}/blog-articles-rss.do">RSS<img src="${staticServePath}/images/feed.png" alt="RSS"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
<#--
|
||||
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input id="search" type="text" name="q" />
|
||||
<input type="submit" value="" class="none" />
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
-->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,11 +51,13 @@
|
||||
</div>
|
||||
<div class="side">
|
||||
<div>
|
||||
<#--
|
||||
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input placeholder="Search" id="search" type="text" name="q" /><span onclick="$(this).parent().submit()" data-ico="g"></span>
|
||||
<input type="submit" value="" class="fn-none" />
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
-->
|
||||
|
||||
<#if "" != noticeBoard>
|
||||
<div class="notice-board side-tile">
|
||||
|
@ -2,11 +2,13 @@
|
||||
<div class="side">
|
||||
<div class="fn-clear">
|
||||
<#if !isArticle>
|
||||
<#--
|
||||
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input placeholder="Search" id="search" type="text" name="q" /><span onclick="$(this).parent().submit()" data-ico="g"></span>
|
||||
<input type="submit" value="" class="fn-none" />
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
-->
|
||||
|
||||
<#if "" != noticeBoard>
|
||||
<div class="notice-board side-tile">
|
||||
|
@ -11,6 +11,7 @@
|
||||
</noscript>
|
||||
<!-- Prowl: if DM is sent, let's tell the user what happened -->
|
||||
<!-- #start The Search Overlay -->
|
||||
<#--
|
||||
<div id="wptouch-search">
|
||||
<div id="wptouch-search-inner">
|
||||
<form target="_blank" id="searchform" action="http://zhannei.baidu.com/cse/site">
|
||||
@ -21,6 +22,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div id="wptouch-menu" class="dropper">
|
||||
<div id="wptouch-menu-inner">
|
||||
<div id="menu-head">
|
||||
@ -90,7 +92,7 @@
|
||||
|
||||
<div id="drop-fade">
|
||||
|
||||
<a id="searchopen" class="top" href="javascript:void(0)">${searchLabel}</a>
|
||||
<#--<a id="searchopen" class="top" href="javascript:void(0)">${searchLabel}</a>-->
|
||||
<!-- #start the Prowl Message Area -->
|
||||
<div id="prowl-message" style="display:none">
|
||||
<div id="push-style-bar"></div><!-- filler to get the styling just right -->
|
||||
|
@ -8,11 +8,13 @@
|
||||
</h1>
|
||||
<span class="sub-title">${blogSubtitle}</span>
|
||||
</div>
|
||||
<#--
|
||||
<form class="right" target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input id="search" type="text" name="q" />
|
||||
<input type="submit" value="" class="none" />
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
-->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -46,6 +46,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<#--
|
||||
<div class="site-search">
|
||||
<form target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input placeholder="${searchLabel}" id="search" type="text" name="q"/>
|
||||
@ -53,6 +54,7 @@
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
</div>
|
||||
-->
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
@ -35,10 +35,12 @@
|
||||
<a rel="alternate" href="${servePath}/blog-articles-rss.do">RSS <img src="${staticServePath}/images/feed.png" alt="RSS"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
<#--
|
||||
<form class="right" target="_blank" action="http://zhannei.baidu.com/cse/site">
|
||||
<input placeholder="${searchLabel}" id="search" type="text" name="q" />
|
||||
<input type="submit" value="" class="none" />
|
||||
<input type="hidden" name="cc" value="${serverHost}">
|
||||
</form>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user