<% layout('/layouts/default.html', {title: '消息管理', libs: ['dataGrid']}){ %>
${text('查询')} <% if(!pushed){ %> ${text('全部标记为已读')} <% } %>
  • 未读消息
  • 已读消息
<#form:form id="searchForm" model="${msgPush}" action="${ctx}/msg/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="pushed" value="${pushed}"/>
<#form:input path="msgTitle" maxlength="200" class="form-control width-120"/>
<#form:input path="msgContent" class="form-control width-120"/>
<#form:input path="sendUserCode" maxlength="64" class="form-control width-90"/>
<#form:input path="sendDate_gte" readonly="true" maxlength="20" class="form-control Wdate-date" dataFormat="date" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,onpicked:function(){sendDate_lte.click()}});"/>  --  <#form:input path="sendDate_lte" readonly="true" maxlength="20" class="form-control Wdate-date" dataFormat="date" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
<% } %>