Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91005513
enrollAccount.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 20:50
Size
890 B
Mime Type
text/html
Expires
Fri, Nov 8, 20:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22178088
Attached To
R7177 epiph
enrollAccount.html
View Options
<template
name=
'entryEnrollAccount'
>
<div
class=
"container"
>
<div
class=
"row"
>
{{#if logo}}
<div
class=
"entry-logo"
>
<a
href=
"/"
><img
src=
"{{logo}}"
alt=
"logo"
></a>
</div>
{{/if}}
<div
class=
"entry col-md-4 col-md-offset-4"
>
{{#if error}}
<div
class=
'alert alert-danger'
>
{{error}}
</div>
{{/if}}
<h3>
{{t9n "choosePassword"}}
</h3>
<form
id=
'setPassword'
>
<div
class=
"form-group"
>
<input
type=
"password"
name=
"new-password"
class=
"form-control"
value=
''
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
{{t9n "setPassword"}}
</button>
</form>
{{#if showSignupCode}}
<p
class=
"entry-signup-cta"
>
{{t9n 'dontHaveAnAccount'}}
<a
href=
"/sign-up"
>
{{t9n 'signUp'}}
</a></p>
{{/if}}
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment