Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d44d9ff2
Commit
d44d9ff2
authored
Oct 03, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked signup template
parent
a6cf7cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
46 deletions
+50
-46
cms/templates/signup.html
+50
-46
No files found.
cms/templates/signup.html
View file @
d44d9ff2
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
block
name=
"title"
>
Sign up
</
%
block>
<
%
block
name=
"title"
>
Sign up
</
%
block>
<
%
block
name=
"bodyclass"
>
no-header
</
%
block>
<
%
block
name=
"content"
>
<
%
block
name=
"content"
>
<section
class=
"main-container"
>
<article
class=
"sign-up-box"
>
<header>
<section
class=
"main-content"
>
<h1>
Register for edX Labs
</h1>
<header>
</header>
<h3>
Sign Up for edX
</h3>
<form
id=
"register_form"
method=
"post"
>
<hr>
<div
id=
"register_error"
name=
"register_error"
></div>
</header>
<div
class=
"row"
>
<label>
E-mail
</label>
<div
id=
"register"
>
<input
name=
"email"
type=
"email"
>
</div>
<form
id=
"register_form"
method=
"post"
>
<div
class=
"row"
>
<div
id=
"register_error"
name=
"register_error"
></div>
<label>
Password
</label>
<label>
E-mail
</label>
<input
name=
"password"
type=
"password"
>
<input
name=
"email"
type=
"email"
placeholder=
"E-mail"
>
</div>
<label>
Password
</label>
<div
class=
"row"
>
<input
name=
"password"
type=
"password"
placeholder=
"Password"
>
<label>
Public Username
</label>
<label>
Public Username
</label>
<input
name=
"username"
type=
"text"
>
<input
name=
"username"
type=
"text"
placeholder=
"Public Username"
>
</div>
<label>
Full Name
</label>
<div
class=
"row"
>
<input
name=
"name"
type=
"text"
placeholder=
"Full Name"
>
<label>
Full Name
</label>
<input
name=
"name"
type=
"text"
>
</div>
<div
class=
"row"
>
<div
class=
"split"
>
<label>
Your Location
</label>
<label>
Your Location
</label>
<input
name=
"location"
type=
"text"
placeholder=
"Your Location"
>
<input
name=
"location"
type=
"text"
>
</div>
<div
class=
"split"
>
<label>
Preferred Language
</label>
<label>
Preferred Language
</label>
<input
name=
"language"
type=
"text"
placeholder=
"Preferred Language"
>
<input
name=
"language"
type=
"text"
>
<label
class=
"terms-of-service"
>
</div>
<input
name=
"terms_of_service"
type=
"checkbox"
value=
"true"
>
</div>
I agree to the
<div
class=
"row"
>
<a
href=
"#"
>
Terms of Service
</a>
<label
class=
"terms-of-service"
>
</label>
<input
name=
"terms_of_service"
type=
"checkbox"
value=
"true"
>
I agree to the
<!-- no honor code for CMS, but need it because we're using the lms student object -->
<a
href=
"#"
>
Terms of Service
</a>
<input
name=
"honor_code"
type=
"checkbox"
value=
"true"
checked=
"true"
hidden=
"true"
>
</label>
</div>
<div
class=
"submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
>
<!-- no honor code for CMS, but need it because we're using the lms student object -->
</div>
<input
name=
"honor_code"
type=
"checkbox"
value=
"true"
checked=
"true"
hidden=
"true"
>
</form>
<section
class=
"login-extra"
>
<p>
<span>
Already have an account?
<a
href=
"#"
>
Login.
</a></span>
</p>
</section>
<div
class=
"row form-actions submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
>
</div>
</div>
</form>
<div
class=
"log-in-extra"
>
<p>
Not enrolled?
<a
href=
"/"
>
Sign up.
</a></p>
</div>
</article>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
(
function
()
{
(
function
()
{
...
@@ -81,8 +88,4 @@
...
@@ -81,8 +88,4 @@
});
});
})(
this
)
})(
this
)
</script>
</script>
</
%
block>
</section>
\ No newline at end of file
</section>
</
%
block>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment