mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
* makes maintenance of emails much easier * acps replaced with xml import files referencing content kept on classpath * relates to ALF-11463 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32696 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
99 lines
5.0 KiB
HTML
99 lines
5.0 KiB
HTML
<html>
|
|
<head>
|
|
<style type="text/css"><!--
|
|
body
|
|
{
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
color: #4c4c4c;
|
|
}
|
|
|
|
a, a:visited
|
|
{
|
|
color: #0072cf;
|
|
}
|
|
--></style>
|
|
</head>
|
|
|
|
<body bgcolor="#dddddd">
|
|
<table width="100%" cellpadding="20" cellspacing="0" border="0" bgcolor="#dddddd">
|
|
<tr>
|
|
<td width="100%" align="center">
|
|
<table width="70%" cellpadding="0" cellspacing="0" bgcolor="white" style="background-color: white; border: 1px solid #aaaaaa;">
|
|
<tr>
|
|
<td width="100%">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td style="padding: 10px 30px 0px;">
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td>
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td>
|
|
<img src="${shareUrl}/res/components/images/no-user-photo-64.png" alt="" width="64" height="64" border="0" style="padding-right: 20px;" />
|
|
</td>
|
|
<td>
|
|
<div style="font-size: 22px; padding-bottom: 4px;">
|
|
Nuovo account Alfresco ${productName!""}
|
|
</div>
|
|
<div style="font-size: 13px;">
|
|
${date?datetime?string.full}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div style="font-size: 14px; margin: 12px 0px 24px 0px; padding-top: 10px; border-top: 1px solid #aaaaaa;">
|
|
<p>Caro ${firstname},</p>
|
|
|
|
<p>${creator.firstname} ${creator.lastname} ha creato un account Alfresco ${productName!""} per te.</p>
|
|
|
|
<p>Fare clic qui per effettuare l'accesso:<br />
|
|
<br /><a href="${shareUrl}">${shareUrl}</a></p>
|
|
|
|
<p>I dettagli di accesso sono:<br />
|
|
<br />Nome utente: <b>${username}</b>
|
|
<br />Password: <b>${password}</b>
|
|
</p>
|
|
|
|
<p><b>Si consiglia di cambiare la password quando si effettua l'eccesso per la prima volta.</b><br />
|
|
È possibile effettuare questa operazione andando a <b>Il mio profilo</b> e selezionando <b>Cambia password</b>.</p>
|
|
|
|
<p>Cordiali saluti,<br />
|
|
Alfresco ${productName!""}</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div style="border-top: 1px solid #aaaaaa;"> </div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 0px 30px; font-size: 13px;">
|
|
Per ulteriori informazioni su Alfresco ${productName!""} visitare il sito Web <a href="http://www.alfresco.com">http://www.alfresco.com</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div style="border-bottom: 1px solid #aaaaaa;"> </div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 10px 30px;">
|
|
<img src="${shareUrl}/themes/default/images/app-logo.png" alt="" width="117" height="48" border="0" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|