From: Loic Baron Date: Fri, 20 Feb 2015 15:58:07 +0000 (+0100) Subject: SmarFIRE portal: theme specific templates created X-Git-Tag: myslice-1.3~84 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=b5435cfae78ef23591635ece1146da3ab7cf6c10 SmarFIRE portal: theme specific templates created --- diff --git a/portal/templates/smartfire/smartfire_activate_user.html b/portal/templates/smartfire/smartfire_activate_user.html new file mode 100644 index 00000000..8e6288d9 --- /dev/null +++ b/portal/templates/smartfire/smartfire_activate_user.html @@ -0,0 +1,29 @@ + +
+

We have received a user signup request for your email address at {{current_site}}

+

You have the following user details:

+ +Organization: {{organization}}
+First name: {{first_name}}
+Last name: {{last_name}}
+Email: {{email}}
+ +

+

+You may now log in to the portal using your email address and the password that you provided, but your access will be limited. To gain full access, two steps are required: +

+ + +

+We look forward to welcoming you to SmartFIRE. You will find answers to frequently asked questions here. +Please don't hesitate to contact us with any additional questions that you might have. +

diff --git a/portal/templates/smartfire/smartfire_activate_user.txt b/portal/templates/smartfire/smartfire_activate_user.txt new file mode 100644 index 00000000..ac84bc3d --- /dev/null +++ b/portal/templates/smartfire/smartfire_activate_user.txt @@ -0,0 +1,24 @@ +We have received a user signup request for your email address at {{current_site}} + +You have the following user details: + +Organization: {{organization}} +First name: {{first_name}} +Last name: {{last_name}} +Email: {{email}} + +You may now log in to the portal using your email address and the password that you provided, but your access will be limited. To gain full access, two steps are required: + + 1. You must confirm that you have indeed made this request by clicking on the following link: + + {{validation_link}} + + If you did not make this request, we apologise. You may disregard this email or you may advise us the error by replying to this email. + + 2. A manager from your organization must also validate your request. Upon confirmation of your signup request, we will send an email to the managers at your organization with a validation request. + +We look forward to welcoming you to SmartFIRE portal. +Please don't hesitate to contact us at support@onelab.eu with any additional questions that you might have. + + + diff --git a/portal/templates/smartfire/smartfire_authority_request_denied.html b/portal/templates/smartfire/smartfire_authority_request_denied.html new file mode 100644 index 00000000..76f68d0a --- /dev/null +++ b/portal/templates/smartfire/smartfire_authority_request_denied.html @@ -0,0 +1,20 @@ + +
+

Dear SmartFIRE user,

+

+

You have recently requested an addition of the following authority in the SmartFIRE portal ({{portal_url}}):

+

+Name of organization: {{site_name}}
+Short name: {{short_name}}
+Url: {{url}}
+City: {{city}}
+Country: {{country}}
+

+

After verifying your request, we regret to inform you that, we are unable to validate your request.

+

For any queries, contact us by replying to this email.

+
+

On behalf of the entire team, I wish you all the best.

+
+

Yours sincerely,

+

The SmartFIRE team

+ diff --git a/portal/templates/smartfire/smartfire_authority_request_denied.txt b/portal/templates/smartfire/smartfire_authority_request_denied.txt new file mode 100644 index 00000000..276d69ab --- /dev/null +++ b/portal/templates/smartfire/smartfire_authority_request_denied.txt @@ -0,0 +1,18 @@ +Dear SmartFIRE user, + +You have recently requested an addition of the following authority in the SmartFIRE portal ({{portal_url}}): + +Name of organization: {{site_name}} +Short name: {{short_name}} +Url: {{url}} +City: {{city}} +Country: {{country}} + + +After verifying your request, we regret to inform you that, we are unable to validate your request. +For any queries, contact us by replying to this email. + +On behalf of the entire team, I wish you all the best. + +Yours sincerely, +The SmartFIRE team diff --git a/portal/templates/smartfire/smartfire_authority_request_email.html b/portal/templates/smartfire/smartfire_authority_request_email.html new file mode 100644 index 00000000..f22728a6 --- /dev/null +++ b/portal/templates/smartfire/smartfire_authority_request_email.html @@ -0,0 +1,22 @@ + +
+

NEW AUTHORITY REQUEST

+
+

This email is only for SmartFIRE admins

+
+

{{site_name}}

+Authority hrn : {{authority_hrn}}
+Abreviated name : {{site_abbreviated_name}}
+URL : {{site_url}}
+City : {{address_city}}
+Country : {{address_country}}
+ +

+ +

PI for this Authority

+First Name : {{first_name}}
+Last Name : {{last_name}}
+Authority hrn: {{authority_hrn}}
+Public key : {{public_key}}
+Email : {{email}}
+User Hrn : {{user_hrn}}
diff --git a/portal/templates/smartfire/smartfire_authority_request_email.txt b/portal/templates/smartfire/smartfire_authority_request_email.txt new file mode 100644 index 00000000..93daae0b --- /dev/null +++ b/portal/templates/smartfire/smartfire_authority_request_email.txt @@ -0,0 +1,22 @@ +This email is only for SmartFIRE admins. + +NEW AUTHORITY REQUEST + +Site : {{site_name}} + +Authority hrn : {{authority_hrn}} +Abreviated name : {{site_abbreviated_name}} +URL : {{site_url}} + + +City : {{address_city}} +Country : {{address_country}} + + +PI for this Authority +First Name : {{first_name}} +Last Name : {{last_name}} +Authority hrn: {{authority_hrn}} +Public key : {{public_key}} +Email : {{email}} +User Hrn : {{user_hrn}} diff --git a/portal/templates/smartfire/smartfire_authority_request_email_subject.txt b/portal/templates/smartfire/smartfire_authority_request_email_subject.txt new file mode 100644 index 00000000..1366a277 --- /dev/null +++ b/portal/templates/smartfire/smartfire_authority_request_email_subject.txt @@ -0,0 +1 @@ +SmartFIRE new Authority request submitted diff --git a/portal/templates/smartfire/smartfire_contact_support_email.html b/portal/templates/smartfire/smartfire_contact_support_email.html new file mode 100644 index 00000000..1bf0c40d --- /dev/null +++ b/portal/templates/smartfire/smartfire_contact_support_email.html @@ -0,0 +1,10 @@ + +
+

User details

+
+Email : {{email}} + +

Query details

+ +Subject : {{subject}} +Query : {{description}} diff --git a/portal/templates/smartfire/smartfire_contact_support_email.txt b/portal/templates/smartfire/smartfire_contact_support_email.txt new file mode 100644 index 00000000..536d1b2d --- /dev/null +++ b/portal/templates/smartfire/smartfire_contact_support_email.txt @@ -0,0 +1,9 @@ +User details: + +email : {{email}} + +Query Details: + +Subject : {{subject}} +Description : {{description}} + diff --git a/portal/templates/smartfire/smartfire_contact_support_email_subject.txt b/portal/templates/smartfire/smartfire_contact_support_email_subject.txt new file mode 100644 index 00000000..7d15d8d1 --- /dev/null +++ b/portal/templates/smartfire/smartfire_contact_support_email_subject.txt @@ -0,0 +1 @@ +SmartFIRE support: user ticket diff --git a/portal/templates/smartfire/smartfire_email_activation.html b/portal/templates/smartfire/smartfire_email_activation.html new file mode 100644 index 00000000..124f32ac --- /dev/null +++ b/portal/templates/smartfire/smartfire_email_activation.html @@ -0,0 +1,25 @@ +{% extends "layout.html" %} + +{% block content %} + +
+

User RegistrationUser sign-up

+
+
+ {% if activation_status == 'success' %} +

Signup request confirmed.

+

You are currently able to log in to the portal using your email address and the password that you have provided; however, your access is still limited.

+

You will have full access as soon as your account is validated by a manager at your organization. We have sent an email to your organisation's managers with a validation request.

+ {% elif activation_status == 'validated' %} +

Account validated.

+

We have identified you as a valid PLE user. Your SmartFIRE account has automatically been approved.

+

You have a full access to SmartFIRE testbeds.

+ {%else%} +

Signup confirmation failed.

+

You have probably arrived at this page by clicking a confirmation link in an email that we have sent to you. + We have been unable to match the link that you have clicked to a signup request in our database.

+

Please contact support so that we may help you complete the signup process.

+ {%endif%} +
+ +{% endblock %} diff --git a/portal/templates/smartfire/smartfire_home-view.html b/portal/templates/smartfire/smartfire_home-view.html index 379547cc..89fdf64b 100644 --- a/portal/templates/smartfire/smartfire_home-view.html +++ b/portal/templates/smartfire/smartfire_home-view.html @@ -30,9 +30,7 @@

Your slices @@ -96,9 +94,7 @@

Your slices

diff --git a/portal/templates/smartfire/smartfire_slice_request_denied.html b/portal/templates/smartfire/smartfire_slice_request_denied.html new file mode 100644 index 00000000..082f4f32 --- /dev/null +++ b/portal/templates/smartfire/smartfire_slice_request_denied.html @@ -0,0 +1,17 @@ + +
+

Dear SmartFIRE user,

+

+

You have recently requested the following slice on the SmartFIRE portal({{portal_url}}):

+
+Slice name : {{slice_name}}
+URL : {{url}}
+Purpose : {{purpose}}
+
+

We regret to inform you that, a manager of your institution has not confirmed your request. Please contact the manager of your institution for further information. +For any other queries, please contact us by replying to this email.

+
+

On behalf of the entire team, I wish you a fruitful user experience on SmartFIRE.

+
+

Yours sincerely,

+

The SmartFIRE team

diff --git a/portal/templates/smartfire/smartfire_slice_request_denied.txt b/portal/templates/smartfire/smartfire_slice_request_denied.txt new file mode 100644 index 00000000..367be5d8 --- /dev/null +++ b/portal/templates/smartfire/smartfire_slice_request_denied.txt @@ -0,0 +1,14 @@ +Dear SmartFIRE user, + +You have recently requested the following slice on the SmartFIRE portal({{portal_url}}): + +Slice name : {{slice_name}} +URL : {{url}} +Purpose : {{purpose}} + +We regret to inform you that, a manager of your institution has not confirmed your request. Please contact the manager of your institution for further information. For any other queries, please contact us by replying to this email. + +On behalf of the entire team, I wish you a fruitful user experience on SmartFIRE. + +Yours sincerely, +The SmartFIRE team diff --git a/portal/templates/smartfire/smartfire_slice_request_email_subject.txt b/portal/templates/smartfire/smartfire_slice_request_email_subject.txt new file mode 100644 index 00000000..e3988dfc --- /dev/null +++ b/portal/templates/smartfire/smartfire_slice_request_email_subject.txt @@ -0,0 +1 @@ +Slice request submitted diff --git a/portal/templates/smartfire/smartfire_slice_request_validated.html b/portal/templates/smartfire/smartfire_slice_request_validated.html new file mode 100644 index 00000000..ce4855ff --- /dev/null +++ b/portal/templates/smartfire/smartfire_slice_request_validated.html @@ -0,0 +1,21 @@ + +
+

Dear SmartFIRE user,

+

+

You have recently requested a slice in the SmartFIRE portal.

+
+Slice name : {{slice_name}}
+URL : {{number_of_nodes}}
+Purpose : {{purpose}}
+

+

+ We are pleased to inform you that a manager from your institution has validated your slice request on the SmartFIRE portal. + You can now add resources to you slice and start experimenting. +

+

+

On behalf of the entire team, I wish you a fruitful user experience with the SmartFIRE portal.

+

+

Yours sincerely,

+

The SmartFIRE team

+ + diff --git a/portal/templates/smartfire/smartfire_slice_request_validated.txt b/portal/templates/smartfire/smartfire_slice_request_validated.txt new file mode 100644 index 00000000..977b5450 --- /dev/null +++ b/portal/templates/smartfire/smartfire_slice_request_validated.txt @@ -0,0 +1,16 @@ +Dear SmartFIRE user, + +You have recently requested a slice in the SmartFIRE portal. + +Slice name : {{slice_name}} +URL : {{number_of_nodes}} +Purpose : {{purpose}} + + +We are pleased to inform you that a manager from your institution has validated your slice request on the SmartFIRE portal. You can now add resources to you slice and start experimenting. + +On behalf of the entire team, I wish you a fruitful user experience with the SmartFIRE portal. + +Yours sincerely, +The SmartFIRE team + diff --git a/portal/templates/smartfire/smartfire_user_request_denied.html b/portal/templates/smartfire/smartfire_user_request_denied.html new file mode 100644 index 00000000..7620c378 --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_denied.html @@ -0,0 +1,11 @@ + +
+

Dear {{first_name}} {{last_name}},

+

+

You have recently registered as a user to SmartFIRE portal. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact the manager of your institution for further information. For any other queries, contact us by replying to this email.

+

+

On behalf of the entire team, I wish you all the best.

+

+

Yours sincerely,

+

The SmartFIRE team

+ diff --git a/portal/templates/smartfire/smartfire_user_request_denied.txt b/portal/templates/smartfire/smartfire_user_request_denied.txt new file mode 100644 index 00000000..c30d5b2e --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_denied.txt @@ -0,0 +1,8 @@ +Dear {{first_name}} {{last_name}}, + +You have recently registered as a user to SmartFIRE portal. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact the manager of your institution for further information. For any other queries, contact us by replying to this email. + +On behalf of the entire team, I wish you all the best. + +Yours sincerely, +The SmartFIRE team diff --git a/portal/templates/smartfire/smartfire_user_request_email.html b/portal/templates/smartfire/smartfire_user_request_email.html new file mode 100644 index 00000000..14add2d5 --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_email.html @@ -0,0 +1,16 @@ + +
+

NEW USER REQUEST

+
+First name : {{first_name}}
+Last name : {{last_name}}
+Organization : {{organization}}
+Authority hrn: {{authority_hrn}}
+Public key : {{public_key}}
+Email : {{email}}
+User hrn : {{user_hrn}}
+Portal url : {{ current_site }}
+

+

You can validate the user here.

+
+

Please note that the validation request will only become visible once the user has confirmed his/her email address.

diff --git a/portal/templates/smartfire/smartfire_user_request_email.txt b/portal/templates/smartfire/smartfire_user_request_email.txt new file mode 100644 index 00000000..17ce1842 --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_email.txt @@ -0,0 +1,14 @@ +NEW USER REQUEST + +First name : {{first_name}} +Last name : {{last_name}} +Organization :{{organization}} +Authority hrn: {{authority_hrn}} +Public key : {{public_key}} +Email : {{email}} +User hrn : {{user_hrn}} +Portal url : {{ current_site }} + +Please note that the validation request will only become visible once the user has confirmed his/her email address. + + diff --git a/portal/templates/smartfire/smartfire_user_request_email_subject.txt b/portal/templates/smartfire/smartfire_user_request_email_subject.txt new file mode 100644 index 00000000..a373b60f --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_email_subject.txt @@ -0,0 +1 @@ +User request submitted diff --git a/portal/templates/smartfire/smartfire_user_request_validated.html b/portal/templates/smartfire/smartfire_user_request_validated.html new file mode 100644 index 00000000..e200609e --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_validated.html @@ -0,0 +1,14 @@ + +
+

Dear {{first_name}} {{last_name}},

+

+

It is my pleasure to welcome you as a fully signed-up user of the SmartFIRE experimental facility. SmartFIRE provides you with access to world class computer networking testbeds, such as IoT-LAB, NITOS, and PlanetLab Europe. Our aim at SmartFIRE is to promote the use of these testbeds for pre-commercial research and development by industry, for scientific research, and for university level laboratory exercises.

+

+

+Your entry point for access to the testbeds is the SmartFIRE portal, which provides a web-based interface for browsing and reserving resources on the various testbeds. To run an experiment using those resources, you may log in to the testbed and/or individual nodes on the testbed with your SmartFIRE public/private key pair, or you may use an experiment control tool such as as NEPI or OMF. The SmartFIRE operations team is standing by at support@onelab.eu to provide you with help regarding the portal and to refer your testbed- and tool-specific queries to those best able to answer them. +

+

+

On behalf of the entire team, I wish you a fruitful user experience with the SmartFIRE portal.

+

+

Yours sincerely,

+

The SmartFIRE team

diff --git a/portal/templates/smartfire/smartfire_user_request_validated.txt b/portal/templates/smartfire/smartfire_user_request_validated.txt new file mode 100644 index 00000000..936c4530 --- /dev/null +++ b/portal/templates/smartfire/smartfire_user_request_validated.txt @@ -0,0 +1,10 @@ +Dear {{first_name}} {{last_name}}, + +It is my pleasure to welcome you as a fully signed-up user of the SmartFIRE experimental facility. SmartFIRE provides you with access to world class computer networking testbeds, such as IoT-LAB, NITOS, and PlanetLab Europe. Our aim at SmartFIRE is to promote the use of these testbeds for pre-commercial research and development by industry, for scientific research, and for university level laboratory exercises. + +Your entry point for access to the testbeds is the SmartFIRE portal, which provides a web-based interface for browsing and reserving resources on the various testbeds. To run an experiment using those resources, you may log in to the testbed and/or to individual nodes on the testbed with your SmartFIRE public/private key pair, or you may use an experiment control tool such as as NEPI or OMF. The SmartFIRE operations team is standing by at support@onelab.eu to provide you with help regarding the portal and to refer your testbed- and tool-specific queries to those best able to answer them. + +On behalf of the entire team, I wish you a fruitful user experience with the SmartFIRE portal. + +Yours sincerely, +The SmartFIRE team diff --git a/portal/templates/user_register_email.txt b/portal/templates/user_register_email.txt deleted file mode 100644 index dc34c217..00000000 --- a/portal/templates/user_register_email.txt +++ /dev/null @@ -1,4 +0,0 @@ -Your have registered for an account in {{site}}. - -Your activation key is :{{activation_key}}; it will expire in {{expiration_days}} days. - diff --git a/portal/templates/user_register_email_subject.txt b/portal/templates/user_register_email_subject.txt deleted file mode 100644 index 6ec4cc2b..00000000 --- a/portal/templates/user_register_email_subject.txt +++ /dev/null @@ -1 +0,0 @@ -Onelab New User request submitted