%
layout("/include/_container.html", {title:"列表", parent:"洲"}){
%>
<% if(shiro.hasPermission("test:grid:testContinent:add") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testContinent:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testContinent:del") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testContinent:import") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testContinent:export") ){ %>
<% } %>
<% include("testContinentList.js"){} %>
<% } %>