${@Global.getConfig('productNamePrefix')}${@Global.getConfig('productName')}    
<%/**/%>
    <% include('/include/sysIndex/topMenuCorp.html'){} %>
  • <% include('/include/sysIndex/topMenuLang.html'){} %> <% include('/include/sysIndex/topMenuOnline.html'){} %> <% include('/include/sysIndex/topMenuMsg.html'){} %> <% //include('/include/sysIndex/topMenuNotify.html'){} %> <% //include('/include/sysIndex/topMenuTask.html'){} %> <% include('/include/sysIndex/topMenuUser.html'){} %>
<% if(@Global.getConfig('sys.index.menuStyle', '1') == '2'){ %>
    <% var p = {parentCode: '0', children: false}; menu.tree(p); print(p.html); %>
<% } %>