This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
995 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
<p>A user has registered an account on the website <a href="[PORTALURL]"><strong>[PORTALNAME]</strong></a>.</p> | ||
<p>The registration mode of the portal is set to <strong><i>[REGISTRATIONMODE]</i></strong>, so the following action is necessary:</p> | ||
<ul> | ||
<li>[ADMINACTION]</li> | ||
</ul> | ||
<h2>Details about the account</h2> | ||
<table> | ||
<tr> | ||
<td>Username:</td><td>[USERNAME]</td> | ||
</tr> | ||
<tr> | ||
<td>Name:</td><td>[FIRSTNAME] [LASTNAME]</td> | ||
</tr> | ||
<tr> | ||
<td>E-Mail Adress:</td><td>[EMAIL]</td> | ||
</tr> | ||
</table> | ||
|
||
<div style="margin-top: 20px;padding: 20px;border: 1px dashed #ccc;background-color: #eee;"> | ||
<a href="[USERURL]">Click to manage Account</a> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
<p>Dear [DISPLAYNAME],</p> | ||
<p>your user account on the website <strong>[PORTALNAME]</strong> has been created succesfully. In order to log on to your account you will have to wait until we have verified your account details and activate your account. This may take up to 24 hours and you will receive another notification e-mail as soon as this process has been finished.</p> | ||
|
||
<p>For now it is already adviseable to keep your registration details in a safe place in case you need it one day.</p> | ||
|
||
<h2>Details about your account</h2> | ||
|
||
<table> | ||
<tr> | ||
<td>Username:</td><td>[USERNAME]</td> | ||
</tr> | ||
<tr> | ||
<td>Password:</td><td>[PASSWORD]</td> | ||
</tr> | ||
<tr> | ||
<td>E-Mail Adress:</td><td>[EMAIL]</td> | ||
</tr> | ||
</table> | ||
|
||
<p style="padding-top:20px;"> | ||
Once we have activated your account you can use the following link to manage your account details: | ||
</p> | ||
|
||
<div style="margin-top: 20px;padding: 20px;border: 1px dashed #ccc;background-color: #eee;"> | ||
<a href="[USERURL]">Click to manage Account</a> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
This is the default template: | ||
|
||
<p>Dear [DISPLAYNAME],</p> | ||
<p>your user account on the website <strong>[PORTALNAME]</strong> has been created succesfully. To finalize the activation of the account we require you to verify your e-mail address. This is to prevent automated systems to register accounts on our website and we're trying to make that last step as easy as possible for you. Simply click on the link below and your account will be activated instantly. In case you will be asked of a verification code while logging on to the website you can also enter the key provided below.</p> | ||
|
||
<div style="margin-top: 20px;padding: 20px;border: 1px dashed #ccc;background-color: #eee;"> | ||
<a href="[VERIFYURL]">Click to activate Account</a> | ||
</div> | ||
|
||
<p>It is adviseable to keep your registration details in a safe place in case you need it one day.</p> | ||
|
||
<h2>Details about your account</h2> | ||
<table> | ||
<tr> | ||
<td>Username:</td><td>[USERNAME]</td> | ||
</tr> | ||
<tr> | ||
<td>Password:</td><td>[PASSWORD]</td> | ||
</tr> | ||
<tr> | ||
<td>Verification Code:</td><td>[VERIFICATIONCODE]</td> | ||
</tr> | ||
<tr> | ||
<td>E-Mail Adress:</td><td>[EMAIL]</td> | ||
</tr> | ||
</table> | ||
|
||
<p style="padding-top:20px;"> | ||
Once your account is activated you can use the following link to manage your account details: | ||
</p> | ||
|
||
<div style="margin-top: 20px;padding: 20px;border: 1px dashed #ccc;background-color: #eee;"> | ||
<a href="[USERURL]">Click to manage Account</a> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
<p>Dear [DISPLAYNAME],</p> | ||
<p>your user account on the website <strong>[PORTALNAME]</strong> has been created succesfully.</p> | ||
<p>It is adviseable to keep your registration details in a safe place in case you need it one day.</p> | ||
|
||
<h2>Details about your account</h2> | ||
<table> | ||
<tr> | ||
<td>Username:</td><td>[USERNAME]</td> | ||
</tr> | ||
<tr> | ||
<td>Password:</td><td>[PASSWORD]</td> | ||
</tr> | ||
<tr> | ||
<td>E-Mail Adress:</td><td>[EMAIL]</td> | ||
</tr> | ||
</table> | ||
|
||
<div style="margin-top: 20px;padding: 20px;border: 1px dashed #ccc;background-color: #eee;"> | ||
<a href="[USERURL]">Click to manage Account</a> | ||
</div> | ||
|
||
<p style="padding-top: 20px;"> | ||
Best wishes,<br />the team from [PORTALNAME] | ||
</p> | ||
<p> | ||
[PORTALURL] | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<div id="ConnectRegisterForm" class="dnnForm dnnClear"> | ||
|
||
<ul id="ConnectRegisterFormTabs" runat="Server" class="dnnAdminTabNav dnnClear"> | ||
<li><a href="#dvFormTemplate" class="connect_RegisterTabLink">[RESX:LOGIN:CreateAccountTab]</a></li> | ||
<li><a href="#dvLoginTemplate" class="connect_LoginTabLink">[RESX:LOGIN:LoginTab]</a></li> | ||
</ul> | ||
|
||
<div id="dvFormTemplate" class="connect_register"> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Username:HideRequired] | ||
[CTL:USER:Username] | ||
[REQUIRED:USER:Username] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Email:HideRequired] | ||
[CTL:USER:Email] | ||
[REQUIRED:USER:Email] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Firstname:HideRequired] | ||
[CTL:USER:Firstname] | ||
[REQUIRED:USER:Firstname] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Lastname:HideRequired] | ||
[CTL:USER:Lastname] | ||
[REQUIRED:USER:Lastname] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Password1:HideRequired] | ||
[CTL:USER:Password1] | ||
[REQUIRED:USER:Password1] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:USER:Password2:HideRequired] | ||
[CTL:USER:Password2] | ||
[REQUIRED:USER:Password2] | ||
</div> | ||
|
||
<ul class="dnnActions"> | ||
<li>[CTL:UPDATEBUTTON:CreateAccount]</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div id="dvLoginTemplate" class="connect_login"> | ||
|
||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:LOGIN:Username] | ||
[CTL:LOGIN:Username] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:LOGIN:Password] | ||
[CTL:LOGIN:Password] | ||
</div> | ||
|
||
<div class="dnnFormItem dnnClear"> | ||
[DNNLBL:LOGIN:Remember] | ||
[CTL:LOGIN:Remember] | ||
</div> | ||
|
||
<ul class="dnnActions"> | ||
<li>[CTL:LOGINBUTTON:Login]</li> | ||
<li>[CTL:LOSTPASSWORDBUTTON:LostPassword]</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<script language="javascript" type="text/javascript"> | ||
/*globals jQuery, window, Sys */ | ||
(function ($, Sys) { | ||
|
||
function setupFormSettings() { | ||
$('#ConnectRegisterForm').dnnTabs(); | ||
$('.connect_LoginTabLink').click(function () { | ||
$('#dvLoginTemplate > input.dnnPrimaryAction').focus(); | ||
}); | ||
$('.connect_RegisterTabLink').click(function () { | ||
$('#dvFormTemplate > input.dnnPrimaryAction').focus(); | ||
}); | ||
} | ||
|
||
$(document).ready(function () { | ||
setupFormSettings(); | ||
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(function () { | ||
setupFormSettings(); | ||
}); | ||
}); | ||
|
||
} (jQuery, window.Sys)); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.