Files
wisemapping-open-source/wise-webapp/src/main/resources/mail/errorNotification.vm
2012-08-14 23:55:13 -03:00

26 lines
433 B
Plaintext

<html>
<body>
<ul>
<li>User Name: ${user.fullName}</li>
<li>Email: ${user.email}</li>
<li>User Agent: ${userAgent}</li>
#if($mapId)
<li>Mindmap Id: ${mapId}</li>
#end
#if($mapTitle)
<li>Mindmap Title: ${mapTitle}</li>
#end
</ul>
<pre style="border:1px dashed #a9a9a9">
${errorMsg}
</pre>
#if($mapXML)
<pre style="border:1px dashed #a9a9a9">
${mapXML}
</pre>
#end
</body>
</html>