Freelancer signup minor fix and login templates add checkbox to stay logged in
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
<form action="/freelancer/login/fulfilment" method="post">
|
<form action="/freelancer/login/fulfilment" method="post">
|
||||||
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
||||||
<label for="freelancerpassword">Password: </label> <input type="password" id="freelancerpassword" name="freelancerpassword" value=""><br>
|
<label for="freelancerpassword">Password: </label> <input type="password" id="freelancerpassword" name="freelancerpassword" value=""><br>
|
||||||
|
<label for="stayloggedin">Stay Logged In: </label> <input type="checkbox" id="stayloggedin" name="stayloggedin"><br>
|
||||||
<button type="submit" class="button">Log In</button>
|
<button type="submit" class="button">Log In</button>
|
||||||
</form>
|
</form>
|
||||||
{{/cookieloggedin}}
|
{{/cookieloggedin}}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<form action="/freelancer/signup/fulfilment" method="post">
|
<form action="/freelancer/signup/fulfilment" method="post">
|
||||||
<label for="freelancername">Name:</label> <input type="text" id="freelancername" name="freelancername" value=""><br>
|
<label for="freelancername">Name:</label> <input type="text" id="freelancername" name="freelancername" value=""><br>
|
||||||
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
||||||
<label for="freelancerpassword">Password: </label> <input type="password" id="password" name="password" value=""><br>
|
<label for="freelancerpassword">Password: </label> <input type="password" id="freelancerpassword" name="freelancerpassword" value=""><br>
|
||||||
<button type="submit" class="button">Sign Up</button>
|
<button type="submit" class="button">Sign Up</button>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
@ -8,28 +8,28 @@
|
|||||||
<form action="/freelancer/login" method="get">
|
<form action="/freelancer/login" method="get">
|
||||||
<button type="submit" class="button">Registration of [{{freelanceremail}} - {{freelancername}}] Successful</button>
|
<button type="submit" class="button">Registration of [{{freelanceremail}} - {{freelancername}}] Successful</button>
|
||||||
</form>
|
</form>
|
||||||
{{/REGISTRATION_SUCCESS}}
|
{{/REGISTRATION_SUCCESS}}
|
||||||
{{#REGISTRATION_ERROR}}
|
{{#REGISTRATION_ERROR_QUERY}}
|
||||||
{{#REGISTRATION_ERROR_QUERY}}
|
<div>
|
||||||
<div>
|
The Freelancer could not be created
|
||||||
The Freelancer could not be created
|
</div>
|
||||||
</div>
|
{{/REGISTRATION_ERROR_QUERY}}
|
||||||
{{/REGISTRATION_ERROR_QUERY}}
|
{{#REGISTRATION_ERROR_CRITICAL}}
|
||||||
{{#REGISTRATION_ERROR_CRITICAL}}
|
<div>
|
||||||
<div>
|
The Freelancer could not be created: Critical
|
||||||
The Freelancer could not be created: Critical
|
</div>
|
||||||
</div>
|
{{/REGISTRATION_ERROR_CRITICAL}}
|
||||||
{{/REGISTRATION_ERROR_CRITICAL}}
|
{{#REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
|
||||||
{{#REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
|
<div>
|
||||||
<div>
|
Email: {{freelanceremail}} Is already in use - Freelancer was not created.
|
||||||
Email: {{freelanceremail}} Is already in use - Freelancer was not created.
|
</div>
|
||||||
</div>
|
{{/REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
|
||||||
{{/REGISTRATION_ERROR_EMAIL_ALREADY_IN_USE}}
|
{{#REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
|
||||||
{{#REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
|
<div>
|
||||||
<div>
|
The registration form has not been filled out completely
|
||||||
The registration form has not been filled out completely
|
</div>
|
||||||
</div>
|
{{/REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
|
||||||
{{/REGISTRATION_ERROR_EMAIL_NAME_PASS_NOT_FILLED}}
|
{{#REGISTRATION_ERROR}}
|
||||||
<form action="/freelancer/signup" method="get">
|
<form action="/freelancer/signup" method="get">
|
||||||
<button type="submit" class="button">Registration Error: Return to signup</button>
|
<button type="submit" class="button">Registration Error: Return to signup</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
<form action="/freelancer/login/fulfilment" method="post">
|
<form action="/freelancer/login/fulfilment" method="post">
|
||||||
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
<label for="freelanceremail">E-Mail:</label> <input type="email" id="freelanceremail" name="freelanceremail" value=""><br>
|
||||||
<label for="freelancerpassword">Password: </label> <input type="password" id="freelancerpassword" name="freelancerpassword" value=""><br>
|
<label for="freelancerpassword">Password: </label> <input type="password" id="freelancerpassword" name="freelancerpassword" value=""><br>
|
||||||
|
<label for="stayloggedin">Stay Logged In: </label> <input type="checkbox" id="stayloggedin" name="stayloggedin"><br>
|
||||||
<button type="submit" class="button">Log In</button>
|
<button type="submit" class="button">Log In</button>
|
||||||
</form>
|
</form>
|
||||||
{{/cookieloggedin}}
|
{{/cookieloggedin}}
|
||||||
|
Reference in New Issue
Block a user