%
layout("/include/_container.html", {title:"列表", parent:"课程"}){
%>
<% if(shiro.hasPermission("test:manytomany:course:add") ){ %>
<% } %>
<% if(shiro.hasPermission("test:manytomany:course:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("test:manytomany:course:del") ){ %>
<% } %>
<% if(shiro.hasPermission("test:manytomany:course:import") ){ %>
<% } %>
<% if(shiro.hasPermission("test:manytomany:course:export") ){ %>
<% } %>
<% include("courseList.js"){} %>
<% } %>