Update site.html

pull/109/head
midoks 7 years ago
parent ca80bf06ed
commit c804b834b8
  1. 4
      templates/default/site.html

@ -9,9 +9,9 @@
<a class="plr10 c4" href="/">首页</a>/<span class="plr10 c4">网站</span>
</div>
<div class="search pull-right">
<form target="hid" onsubmit='getWeb(1,$$("#SearchValue").prop("value"))'>
<form target="hid" onsubmit='getWeb(1,$("#SearchValue").prop("value"))'>
<input type="text" id="SearchValue" class="ser-text pull-left" placeholder="网站搜索"/>
<button type="button" class="ser-sub pull-left" onclick='getWeb(1,$$("#SearchValue").prop("value"))'></button>
<button type="button" class="ser-sub pull-left" onclick='getWeb(1,$("#SearchValue").prop("value"))'></button>
</form>
<iframe name='hid' id="hid" style="display:none"></iframe>
</div>

Loading…
Cancel
Save