Commit bae9c307 by Brian Talbot

Verification: revised semantic classes/organization - WIP

parent af8339c7
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="bodyclass">register verification select-track</%block> <%block name="bodyclass">register verification-process step-select-track</%block>
<%block name="js_extra"> <%block name="js_extra">
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
$( ".more" ).slideUp(); $( ".more" ).hide();
$( ".expand" ).click(function(e) { $( ".expand" ).click(function(e) {
e.preventDefault(); e.preventDefault();
$(this).next().slideToggle(); $(this).next().slideToggle();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="bodyclass">register verification photos</%block> <%block name="bodyclass">register verification-process step-photos</%block>
<%block name="js_extra"> <%block name="js_extra">
<!-- please move link to js/vendor/responsive-carousel/responsive-carousel.js from main.html to here --> <!-- please move link to js/vendor/responsive-carousel/responsive-carousel.js from main.html to here -->
...@@ -166,28 +166,26 @@ ...@@ -166,28 +166,26 @@
<%block name="content"> <%block name="content">
<div class="container"> <div class="container">
<header class="page-header"> <header class="page-header">
<h2 class="title">You are registering for ${course_name} (ID Verified)</h2> <h2 class="title">You are registering for ${course_name} (ID Verified)</h2>
</header> </header>
<section class="progress"> <section class="progress">
<header class="section-head"> <header class="section-head">
<h3 class="sr">Your Progress</h3> <h3 class="sr title">Your Progress</h3>
</header> </header>
<!--<span class="progress-line"></span><span class="progress-line-done"></span>-->
<ol> <!--<span class="progress-status"></span><span class="progress-status-value"></span>-->
<li class="progress-step done" id="progress-step0"><span class="mini number"></span> Intro</li> <ol class="progress-steps">
<li class="progress-step current" id="progress-step1"><span class="sr">Current Step: </span> <span class="number">1</span> Take Photo</li> <li class="progress-step done" id="progress-step0"><span class="mini number"></span> Intro</li>
<li class="progress-step" id="progress-step2"> <span class="number">2</span> Take ID Photo</li> <li class="progress-step current" id="progress-step1"><span class="sr">Current Step: </span> <span class="number">1</span> Take Photo</li>
<li class="progress-step" id="progress-step3"> <span class="number">3</span> Confirm Submission</li> <li class="progress-step" id="progress-step2"> <span class="number">2</span> Take ID Photo</li>
<li class="progress-step" id="progress-step4"> <span class="number">4</span> Make Payment</li> <li class="progress-step" id="progress-step3"> <span class="number">3</span> Confirm Submission</li>
<li class="progress-step" id="progress-step5"><span class="number"><i class="icon-ok"></i></span> Confirmation</li> <li class="progress-step" id="progress-step4"> <span class="number">4</span> Make Payment</li>
</ol> <li class="progress-step" id="progress-step5"><span class="number"><i class="icon-ok"></i></span> Confirmation</li>
</ol>
</section> </section>
<section class="wrapper carousel" data-transition="slide"> <section class="wrapper carousel" data-transition="slide">
<div id="wrapper-facephoto" class="block-photo"> <div id="wrapper-facephoto" class="block-photo">
<h3 class="title">Take Your Photo</h3> <h3 class="title">Take Your Photo</h3>
...@@ -217,7 +215,7 @@ ...@@ -217,7 +215,7 @@
</div> </div>
<div class="photo-tips facetips"> <div class="help photo-tips facetips">
<h4>Tips on taking a successful photo</h4> <h4>Tips on taking a successful photo</h4>
<ul> <ul>
<li>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</li> <li>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</li>
...@@ -230,7 +228,7 @@ ...@@ -230,7 +228,7 @@
<div class="wrapper-down"> <div class="wrapper-down">
<div class="faq facefaq"> <div class="faq facefaq">
<h4 class="sr">Common Questions</h4> <h4 class="sr title">Common Questions</h4>
<dl> <dl>
<dt>Why do you need my photo?</dt> <dt>Why do you need my photo?</dt>
<dd>We need your photo to confirm that you are you.</dd> <dd>We need your photo to confirm that you are you.</dd>
......
<%! from django.utils.translation import ugettext as _ %> <%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="bodyclass">register verification requirements</%block> <%block name="bodyclass">register verification-process step-requirements</%block>
<%block name="content"> <%block name="content">
<div class="container"> <div class="container">
......
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