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