微擎后台样式-列表头部搜索及按钮

微擎后台样式 - 搜索

WX20190611-092136@2x.png

<!----
<div class="clearfix">
    <div class="search-box we7-margin-bottom">
        <form action="" class="search-form" method="get">
            <input type="hidden" name="c" value="site">
            <input type="hidden" name="a" value="entry">
            <input type="hidden" name="eid" value="46">
            <input type="hidden" name="version_id" value="0">
            <div class="input-group" style="width: 400px;">
                <input type="text" name="keyword" value="" class="form-control" placeholder="搜索活动标题">
                <span class="input-group-btn">
                    <button type="submit" class="btn btn-default"><i class="wi wi-search"></i></button>
                </span>
            </div>
        </form>
        <a href="{php echo $this->createWebUrl('HuodongCreate')}" class="btn btn-primary we7-padding-horizontal">添加活动</a>
    </div>
</div>
----->

WX20190611-153824@2x.png

LaoGuan 4年前

/web/index.php?c=site&a=entry&eid=46&version_id=0


LaoGuan 4年前

action 空着就行