UserAvatar.html 322 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}">
	<div class="wev-avatar-container ${style}">
		<img src="${avatar}">
	    <div>
	        <div class="wev-avatar-username">&nbsp;</div>
	        <span class="wev-avatar-dept">&nbsp;</span>
	        <span class="wev-avatar-jobtitle">&nbsp;</span>
	    </div>
	</div>
</div>