From 0086a054d68b46a38d0d67dfd0414f29a5f09138 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Thu, 22 Aug 2013 11:37:36 -0400 Subject: [PATCH] first pass at select a track for verification --- lms/static/sass/views/_verification.scss | 49 ++++++++++++ lms/templates/verify_student/face_upload.html | 17 +++-- .../verify_student/photo_id_upload.html | 76 ++++++++++++++++++- 3 files changed, 132 insertions(+), 10 deletions(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 7c30b44bd2..691652063c 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -13,9 +13,45 @@ body.register.verification { .title { @extend .t-title5; + margin-bottom: $baseline; + font-weight: bold; } } + .title { + @extend .t-title9; + margin-bottom: ($baseline/2); + font-weight: bold; + } + + .select { + @include clearfix(); + + + .block { + float: left; + margin: 0 $baseline $baseline 0; + background-color: #eee; + padding: $baseline; + width: 60%; + + .title { + @extend .t-title7; + } + + } + + .tips { + float: right; + width: 32%; + } + + } + + + + + .progress { .progress-step { @@ -70,6 +106,19 @@ body.register.verification { .control { display: inline-block; + + .action { + @extend .button-primary; + display: block; + background-color: $blue; + color: $white; + padding: ($baseline*.25) ($baseline*.5); + border: none; + + &:hover { + + } + } } } } diff --git a/lms/templates/verify_student/face_upload.html b/lms/templates/verify_student/face_upload.html index c6cfaf3b35..42328eba0a 100644 --- a/lms/templates/verify_student/face_upload.html +++ b/lms/templates/verify_student/face_upload.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> -<%block name="bodyclass">register verification +<%block name="bodyclass">register verification photos <%block name="js_extra"> @@ -54,16 +54,17 @@ $(document).ready(function() {
+
@@ -121,13 +122,13 @@ $(document).ready(function() { @@ -268,7 +269,7 @@ $(document).ready(function() {
- + close diff --git a/lms/templates/verify_student/photo_id_upload.html b/lms/templates/verify_student/photo_id_upload.html index b6724656f4..c5fa6d462e 100644 --- a/lms/templates/verify_student/photo_id_upload.html +++ b/lms/templates/verify_student/photo_id_upload.html @@ -1,11 +1,83 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> +<%block name="bodyclass">register verification select <%block name="content"> +
+
-

Photo ID Upload!

+ -Final Verification +

Select your track:

+
+
+

Audit

+

Sign up to audit this course for free and track your own progress.

+ +

+ Select Audit +

+
+ +
+
+

Certificate of Achievement

+

Sign up as a verified student and work toward a Certificate of Achievement.

+
+
+ Select your contribution for this course (in USD): +
+
+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+ + Why do I have to pay? What if I don't meet all the requirements? + + + +

+ What is an ID Verified Certificate? +

+ +

+ Select Certificate +

+
+ +
+

+ To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID. View requirements +

+
+ +
+ + +

Have questions? Check out our FAQs.

+

Not the course you wanted? Return to our course listings.

+ + +
+