Commit 874979ec by Giulio Gratta

template changes for signin and register pages

parent 972648a0
footer { footer {
border: $courseware-footer-border;
box-shadow: $courseware-footer-shadow; box-shadow: $courseware-footer-shadow;
margin-top: $courseware-footer-margin; margin-top: $courseware-footer-margin;
} }
\ No newline at end of file
## mako
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%block name="title"><title>Log into your edX Account</title></%block> <%block name="title"><title>Log into your Account</title></%block>
<%block name="js_extra"> <%block name="js_extra">
<script type="text/javascript"> <script type="text/javascript">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
$submitButton. $submitButton.
removeClass('is-disabled'). removeClass('is-disabled').
removeProp('disabled'). removeProp('disabled').
html('Log into My edX Account <span class="orn-plus">+</span> Access My Courses'); html('Log into My Account <span class="orn-plus">+</span> Access My Courses');
} }
else { else {
$submitButton. $submitButton.
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <div role="alert" class="status message">
<h3 class="message-title">We're Sorry, edX accounts are unavailable currently</h3> <h3 class="message-title">We're Sorry, accounts are unavailable currently</h3>
<p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p> <p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div> </div>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</div> </div>
<p class="instructions sr"> <p class="instructions sr">
Please provide the following information to log into your edX account. Required fields are noted by <strong class="indicator">bold text and an asterisk (*)</strong>. Please provide the following information to log into your account. Required fields are noted by <strong class="indicator">bold text and an asterisk (*)</strong>.
</p> </p>
<fieldset class="group group-form group-form-requiredinformation"> <fieldset class="group group-form group-form-requiredinformation">
...@@ -161,13 +161,7 @@ ...@@ -161,13 +161,7 @@
<div class="cta cta-help"> <div class="cta cta-help">
<h3>Not Enrolled?</h3> <h3>Not Enrolled?</h3>
<p><a href="${reverse('register_user')}">Sign up for edX today!</a></p> <p><a href="${reverse('register_user')}">Sign up today!</a></p>
<h3>Need Help?</h3>
<p>Looking for help in logging in or with your edX account?
<a href="${marketing_link('FAQ')}">
View our help section for answers to commonly asked questions.
</a></p>
</div> </div>
</aside> </aside>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<%! from datetime import date %> <%! from datetime import date %>
<%! import calendar %> <%! import calendar %>
<%block name="title"><title>Register for edX</title></%block> <%block name="title"><title>Register</title></%block>
<%block name="js_extra"> <%block name="js_extra">
<script type="text/javascript"> <script type="text/javascript">
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
$submitButton. $submitButton.
removeClass('is-disabled'). removeClass('is-disabled').
removeProp('disabled'). removeProp('disabled').
html('Create my edX Account'); html('Create my Account');
} }
else { else {
$submitButton. $submitButton.
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<section class="introduction"> <section class="introduction">
<header> <header>
<h1 class="sr">Register for edX</h1> <h1 class="sr">Register</h1>
</header> </header>
</section> </section>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <div role="alert" class="status message">
<h3 class="message-title">We're sorry, edX enrollment is not available in your region</h3> <h3 class="message-title">We're sorry, enrollment is not available in your region</h3>
<p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p> <p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div> </div>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</div> </div>
<p class="instructions"> <p class="instructions">
Please complete the following fields to register for an edX account. <br /> Please complete the following fields to register for an account. <br />
Required fields are noted by <strong class="indicator">bold text and an asterisk (*)</strong>. Required fields are noted by <strong class="indicator">bold text and an asterisk (*)</strong>.
</p> </p>
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
</li> </li>
<li class="field text" id="field-goals"> <li class="field text" id="field-goals">
<label for="goals">Please share with us your reasons for registering with edX</label> <label for="goals">Please share with us your reasons for registering</label>
<textarea id="goals" name="goals" value=""></textarea> <textarea id="goals" name="goals" value=""></textarea>
</li> </li>
</ol> </ol>
...@@ -250,23 +250,9 @@ ...@@ -250,23 +250,9 @@
</p> </p>
</div> </div>
<div class="cta cta-welcome">
<h3>Welcome to edX</h3>
<p>Registering with edX gives you access to all of our current and future free courses. Not ready to take a course just yet? Registering puts you on our mailing list – we will update you as courses are added.</p>
</div>
<div class="cta cta-nextsteps"> <div class="cta cta-nextsteps">
<h3>Next Steps</h3> <h3>Next Steps</h3>
<p>As part of joining edX, you will receive an activation email. You must click on the activation link to complete the process. Don’t see the email? Check your spam folder and mark edX emails as ‘not spam’. At edX, we communicate mostly through email.</p> <p>You will receive an activation email. You must click on the activation link to complete the process. Don’t see the email? Check your spam folder and mark emails from class.stanford.edu as ‘not spam’, since you'll want to be able to receive email from your courses.</p>
</div>
<div class="cta cta-help">
<h3>Need Help?</h3>
<p>Need help in registering with edX?
<a href="${marketing_link('FAQ')}">
View our FAQs for answers to commonly asked questions.
</a>
Once registered, most questions can be answered in the course specific discussion forums or through the FAQs.</p>
</div> </div>
</aside> </aside>
</section> </section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment