#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
亿美宏管理
新建宏
所有系统
<#--<#list templateSolutions as templateSolution>
${templateSolution.name}
#list> -->
所有类型
亿美宏
自定义宏
<#-- <#list templateTypes as templateType>
${templateType.name}
#list> -->
<#if system.code=="ExmayCMS">
所有模型
<@exmay_model_list>
${model.name}
@exmay_model_list>
#if>
所有模块
评论模块
亿美宏名
亿美宏名称
亿美宏文件
所属类型
所属系统
所属模块
操作
<#assign pager=macroPager /> <#list pager.list as macro>
${macro.exmay}
${macro.name}
${macro.macroFile.name}
${macro.macroFile.type}
用法
复制
<#if macro.macroFile.type == "my">
删除
#if>
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />