revised email for survey invites, now generically questionnaires
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/email-templates-library@162640 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
40b6d3bd5d
commit
397a167b08
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal.mailing</groupId>
|
<groupId>org.gcube.portal.mailing</groupId>
|
||||||
<artifactId>email-templates-library</artifactId>
|
<artifactId>email-templates-library</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>email-templates-library</name>
|
<name>email-templates-library</name>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,9 +2,11 @@
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Dear {{GATEWAY_NAME}} user,
|
Dear {{GATEWAY_NAME}} user,
|
||||||
|
|
||||||
Wednesday, November 29th from 2:00pm to 4:00pm CET some services including Workspace and Social and Data Miner applications may be temporarily unavailable for a short time.
|
Tomorrow, December 19th from 2:00pm to 6:00pm CET some services including Workspace and Social and Data Miner applications may be temporarily unavailable for a short time.
|
||||||
We appreciate your patience and understanding.
|
We appreciate your patience and understanding.
|
||||||
|
|
||||||
|
Motivation: D4Science infrastructure upgrade to gCube 4.9.0
|
||||||
|
|
||||||
We will make every effort to minimize any downtime associated with this maintenance.
|
We will make every effort to minimize any downtime associated with this maintenance.
|
||||||
|
|
||||||
If you wish to know the progress follow D4Science on Twitter at https://twitter.com/d4science
|
If you wish to know the progress follow D4Science on Twitter at https://twitter.com/d4science
|
|
@ -1435,7 +1435,7 @@ body.outlook p {
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h1>Hi {{USER_NAME}},</h1>
|
<h1>Hi {{USER_NAME}},</h1>
|
||||||
<p class="lead"> {{MANAGER_USER_FULLNAME}} has invited you to participate to a survey ({{SURVEY_NAME}}) in the context of <a href="{{VRE_URL}}">{{SELECTED_VRE_NAME}}</a> VRE.</p>
|
<p class="lead"> {{MANAGER_USER_FULLNAME}} has invited you to answer a questionnaire ({{SURVEY_NAME}}) in the context of <a href="{{VRE_URL}}">{{SELECTED_VRE_NAME}}</a> VRE.</p>
|
||||||
<p class="lead" >Thank you very much for your time and cooperation.</p>
|
<p class="lead" >Thank you very much for your time and cooperation.</p>
|
||||||
<table class="button large">
|
<table class="button large">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1460,7 +1460,7 @@ body.outlook p {
|
||||||
<table class="callout">
|
<table class="callout">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="callout-inner warning">
|
<th class="callout-inner warning">
|
||||||
<p>If the button above does not work copy and paste this URL in your browser to participate to this survey: {{SURVEY_URL}}</p>
|
<p>If the button above does not work copy and paste this URL in your browser to answer to this questionnaire: {{SURVEY_URL}}</p>
|
||||||
<p>{{SURVEY_ANONYMOUS}}</p>
|
<p>{{SURVEY_ANONYMOUS}}</p>
|
||||||
</th>
|
</th>
|
||||||
<th class="expander"></th>
|
<th class="expander"></th>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{GATEWAY_NAME}}
|
{{GATEWAY_NAME}}
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Hi {{USER_NAME}},
|
Hi {{USER_NAME}},
|
||||||
{{MANAGER_USER_FULLNAME}} has invited you to participate a survey ({{SURVEY_NAME}}) in the context of {{SELECTED_VRE_NAME}} VRE.
|
{{MANAGER_USER_FULLNAME}} has invited you to answer a questionnaire ({{SURVEY_NAME}}) in the context of {{SELECTED_VRE_NAME}} VRE.
|
||||||
<p class="lead" >Thank you very much for your time and cooperation.</p>
|
<p class="lead" >Thank you very much for your time and cooperation.</p>
|
||||||
|
|
||||||
Participate now: {{SURVEY_URL}}
|
Participate now: {{SURVEY_URL}}
|
||||||
|
|
Loading…
Reference in New Issue