Files
wisemapping-open-source/wise-webapp/src/main/resources/mail/newCollaboration.vm

38 lines
1.6 KiB
Plaintext
Raw Normal View History

2012-06-16 11:37:40 -03:00
<html>
<body>
<div style="background-color: #fbeed5; max-width: 650px; font-family: Arial, sans-serif; color: #000; padding: 5px;">
<div style="height: 60px; font-size: 14px; font-weight: bold; padding-bottom: 4px;">
<table style="display: inline;width: 100%;">
<tbody>
<tr>
<td height="50px" width="2px"
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
<a href="${baseUrl}">
<img style="border: 0;margin-top: 10px;"
2022-02-16 19:05:32 -08:00
src="${baseUrl}/images/logo-icon.png"
2022-03-27 14:50:35 -03:00
alt="WiseMapping Logo"/>
2012-06-16 11:37:40 -03:00
</a>
</td>
2022-03-27 14:50:35 -03:00
<td valign="bottom" height="32px" style="padding: 0;font-size: 16px;">
I've shared <a href='${mapEditUrl}'>${mindmap.title}</a> mindmap with you.
2012-06-16 11:37:40 -03:00
</td>
</tr>
</tbody>
</table>
</div>
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px; min-height: 100px">
#if($message )
2022-02-02 22:13:36 -08:00
<p><strong>Message from ${senderMail}: </strong></p>
<pre style="font-family: Arial, sans-serif; color: #000; ">${message}</pre>
2012-06-16 11:37:40 -03:00
#end
<p>Click to open: <a href="${mapEditUrl}">${mindmap.title}</a></p>
2012-06-16 11:37:40 -03:00
<p style="color: #898989;">Do you have a WiseMapping account ?. Don't worry, you can create an account for
free. </p>
</div>
</div>
2022-04-11 10:05:30 -03:00
<p style="font-size: 13px;font-family: Arial, sans-serif">${doNotReplay}</p>
2012-06-16 11:37:40 -03:00
</body>
2012-06-13 23:04:29 -03:00
</html>