MessagePanel.html
471 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}">
<div class="wev-msg-wrapper wev-msg-${layoutType}">
<img class="wev-msg-icon" src="${iconPath}"></img>
<div class="wev-msg-wrap">
{@if title}<div class="wev-msg-title {@if !subTitle}wev-msg-singletitle{@/if}">${title}</div>{@/if}
{@if subTitle}<div class="wev-msg-subtitle {@if !title}wev-msg-singletitle{@/if}">${subTitle}</div>{@/if}
</div>
</div>
</div>