%
layout("/include/_container.html", {title:"列表", parent:"富文本测试"}){
%>
<% if(shiro.hasPermission("test:note:testNote:add") ){ %>
<% } %>
<% if(shiro.hasPermission("test:note:testNote:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("test:note:testNote:del") ){ %>
<% } %>
<% if(shiro.hasPermission("test:note:testNote:import") ){ %>
<% } %>
<% if(shiro.hasPermission("test:note:testNote:export") ){ %>
<% } %>
<% include("testNoteList.js"){} %>
<% } %>