${text('站点管理')}
${text('查询')}
<% if(hasPermi('cms:site:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${site}" action="${ctx}/cms/site/listData" method="post" class="form-inline hide"
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
#form:form>
<#form:input path="siteName" maxlength="100" class="form-control width-120"/>
<#form:input path="title" maxlength="100" class="form-control width-120"/>
<#form:input path="domain" maxlength="500" class="form-control width-120"/>
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control"/>