加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
searchform.php 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
solstice23 提交于 2020-07-28 03:14 . 0.980
<form id="argon_serach_form" method="get" action="<?php echo get_option('home'); ?>">
<div class="form-group mb-3">
<div class="input-group input-group-alternative">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-search"></i></span>
</div>
<input name="s" class="form-control" placeholder="<?php _e('搜索什么...', 'argon');?>" type="text" autocomplete="off" >
</div>
</div>
<div class="text-center">
<button onclick="if($('#argon_serach_form input[name=\'s\']').val() != '') {document.getElementById('argon_serach_form').submit();}" type="button" class="btn btn-primary"><?php _e('搜索', 'argon');?></button>
</div>
</form>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化