% layout('/layouts/default_iframe.html', {title: typeName, libs: ['layer', 'pace', 'iCheck', 'select2', 'my97date', 'validate', 'easyui']}){ %> ${typeName} <% if(isDialog! == null){ %> <% if(@SpringSecurity.hasRole(ident + ":Add")){ %> ${i18n("sys_btn_add_tip")} <% } %> <% if(@SpringSecurity.hasRole(ident + ":Update")){ %> ${i18n("sys_btn_edit_tip")} <% } %> <% if(@SpringSecurity.hasRole(ident + ":Delete")){ %> ${i18n("sys_btn_del_tip")} <% } %> <% } %> <% if(@SpringSecurity.hasRole(ident + ":Expand")){ %> <% } %> <% if(@SpringSecurity.hasRole(ident + ":Collapse")){ %> <% } %> <% if(@SpringSecurity.hasRole(ident + ":Refresh")){ %> <% } %> <%}%>