[#include "/business/pages/include/static.html" /] [#include "/component/HtmlEditor.html" /] [#include "/component/webupload.html" /]
[#if colunm.TITLEIMAGE == 1] [/#if] [#if colunm.SUMMARY == 1] [/#if] [#if colunm.ATTACHEMENTS == 1] [/#if]
[@htmleditor id="content" value="${msg.CONTENT}" /]
[#if msg.files?? && msg.files?size>0] [@webupload multiple="true" fileList=msg.files /] [#else] [@webupload multiple="true" /] [/#if]