<#include "../../include/exmay-head.html" />

${i18n("exmay.core.system")}${i18n("exmay.common.manage")}

<#list list as system>
ID 系统Logo 系统代码 系统名称 系统文件编码 系统页面编码 系统版本 开发团队 发布时间 安装时间 最后更新时间 系统状态 操作
${system.id} ${system.code} ${system.name} ${system.fileEncoding} ${system.pageEncoding} ${system.version} ${system.team} ${timeFormat(system.publishTime)} ${timeFormat(system.installTime)} ${timeFormat(system.updateTime)} <#if system.type != "exmay" && system.type != "default"> <#if system.disabled> [启用] <#else> [停用] [取消集成] <#elseif system.type == "exmay"> 亿美核心系统 <#elseif system.type == "default"> 亿美默认系统
版权所有:${system.copyright!} 官方网站:${system.homepage!}
<#include "../../include/exmay-footer.html" />