wisemapping-open-source/wise-webapp/src/main/webapp/WEB-INF/classes/mail/newCollaboration.vm

32 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-06-14 04:04:29 +02:00
<html>
<body>
<div style="background-color: #fbeed5; max-width: 650px; font-family: Arial, sans-serif; color: #000; padding: 5px;">
2012-06-14 04:50:21 +02:00
<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">
<a href="${baseUrl}">
<img style="border: 0;margin-top: 10px;"
src="${baseUrl}/images/logo-small.png"
alt="WiseMapping Log"/>
2012-06-14 04:04:29 +02:00
2012-06-14 04:50:21 +02:00
</a>
</td>
<td valign="bottom" height="32px" style="padding: 0;">I've shared <a href='${mapEditUrl}'>
${mindmap.title}</a> mindmap with you.
</td>
</tr>
</tbody>
</table>
</div>
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px; min-height: 150px">
#if( ! $message )
<p>${message}</p>
#end
<p>Click to open: <a href="${mapEditUrl}">${mindmap.title}</a></p>
<span style="color: #898989;">WiseMapping makes easy to create, store and share online mindmap. </span>
2012-06-14 04:04:29 +02:00
</div>
</body>
</html>