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
8715187a
Commit
8715187a
authored
Jun 28, 2012
by
Matthew Mongeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Successfull signup works.
parent
219a9b5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
51 deletions
+55
-51
lms/templates/signup_modal.html
+55
-51
No files found.
lms/templates/signup_modal.html
View file @
8715187a
...
...
@@ -7,61 +7,65 @@
<hr>
</header>
<form
id=
"enroll_form"
method=
"post"
>
<div
id=
"enroll_error"
name=
"enroll_error"
></div>
<label>
E-mail
</label>
<input
name=
"email"
type=
"email"
placeholder=
"E-mail"
>
<label>
Password
</label>
<input
name=
"password"
type=
"password"
placeholder=
"Password"
>
<label>
Public Username
</label>
<input
name=
"username"
type=
"text"
placeholder=
"Public Username"
>
<label>
Full Name
</label>
<input
name=
"name"
type=
"text"
placeholder=
"Full Name"
>
<label>
Your Location
</label>
<input
name=
"location"
type=
"text"
placeholder=
"Your Location"
>
<label>
Prefered Language
</label>
<input
name=
"language"
type=
"text"
placeholder=
"Prefered Language"
>
<label
class=
"terms-of-service"
>
<input
name=
"terms_of_service"
type=
"checkbox"
value=
"true"
>
I agree to the
<a
href=
"#"
>
Terms of Service
</a>
</label>
<label
class=
"honor-code"
>
<input
name=
"honor_code"
type=
"checkbox"
value=
"true"
>
I agree to the
<a
href=
"#"
>
Honor Code
</a>
, sumarized below as:
</label>
<div
id=
"enroll"
>
<div
class=
"honor-code-summary"
>
<ul>
<li>
<p>
Complete all mid-terms and final exams with only my own work.
</p>
</li>
<li>
<p>
Maintain only one account, and not share the username or password.
</p>
</li>
<li>
<p>
Not engage in any activity that would dishonestly improve my results, or improve or hurt those of others.
</p>
</li>
<li>
<p>
Not post answers to problems that are being used to assess student performance.
</p>
</li>
</ul>
<hr>
</div>
<form
id=
"enroll_form"
method=
"post"
>
<div
id=
"enroll_error"
name=
"enroll_error"
></div>
<label>
E-mail
</label>
<input
name=
"email"
type=
"email"
placeholder=
"E-mail"
>
<label>
Password
</label>
<input
name=
"password"
type=
"password"
placeholder=
"Password"
>
<label>
Public Username
</label>
<input
name=
"username"
type=
"text"
placeholder=
"Public Username"
>
<label>
Full Name
</label>
<input
name=
"name"
type=
"text"
placeholder=
"Full Name"
>
<label>
Your Location
</label>
<input
name=
"location"
type=
"text"
placeholder=
"Your Location"
>
<label>
Prefered Language
</label>
<input
name=
"language"
type=
"text"
placeholder=
"Prefered Language"
>
<label
class=
"terms-of-service"
>
<input
name=
"terms_of_service"
type=
"checkbox"
value=
"true"
>
I agree to the
<a
href=
"#"
>
Terms of Service
</a>
</label>
<label
class=
"honor-code"
>
<input
name=
"honor_code"
type=
"checkbox"
value=
"true"
>
I agree to the
<a
href=
"#"
>
Honor Code
</a>
, sumarized below as:
</label>
<div
class=
"honor-code-summary"
>
<ul>
<li>
<p>
Complete all mid-terms and final exams with only my own work.
</p>
</li>
<li>
<p>
Maintain only one account, and not share the username or password.
</p>
</li>
<li>
<p>
Not engage in any activity that would dishonestly improve my results, or improve or hurt those of others.
</p>
</li>
<li>
<p>
Not post answers to problems that are being used to assess student performance.
</p>
</li>
</ul>
<hr>
</div>
<div
class=
"submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
>
</div>
</form>
<section
class=
"login-extra"
>
<p>
<span>
Already have an account?
<a
href=
"#"
>
Login.
</a></span>
</p>
</section>
<div
class=
"submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
>
</div>
</form>
<section
class=
"login-extra"
>
<p>
<span>
Already have an account?
<a
href=
"#"
>
Login.
</a></span>
</p>
</section>
</div>
<div
class=
"close-modal"
>
<div
class=
"inner"
>
...
...
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