Add report notification by email support.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-23 14:39:50 -03:00
parent 2d8fa5c259
commit c8837baadd
16 changed files with 250 additions and 39 deletions

View File

@@ -0,0 +1,19 @@
<html>
<body>
<ul>
<li>User Name: ${user.fullName}</li>
<li>Email: ${user.email}</li>
<li>User Agent: ${userAgent}</li>
<li>Mindmap Id: ${mapId}</li>
<li>Mindmap Title: ${mapTitle}</li>
</ul>
<pre style="border:1px dashed #a9a9a9">
${errorMsg}
</pre>
<pre style="border:1px dashed #a9a9a9">
${mapXML}
</pre>
</body>
</html>