1 Star 0 Fork 0

左半红印/BlackCooler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
searchform.php 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
alucardwind 提交于 2022-06-04 16:48 . v0.6.1
<form role="search" method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div>
<label class="screen-reader-text" for="s"><i class='fas fa-search' style="color: #b6b9bb"></i></label>
<input type="text" value="" name="s" id="s" size="
<?php
if ($_GET['ds'] == 2) {
echo "10";
}
else {
echo "20";
}
?>
"/>
<button type="submit" id="searchsubmit"><i class='fas fa-search' style="color: white"></i></button>
</div>
</form>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/redonleft/BlackCooler.git
git@gitee.com:redonleft/BlackCooler.git
redonleft
BlackCooler
BlackCooler
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385