certificates: removing edX-specific content/UI
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
<link rel="stylesheet" href="${document_stylesheet_url_normalize}" />
|
||||
<link rel="stylesheet" href="${document_stylesheet_url_fontawesome}" />
|
||||
<link rel="stylesheet" href="${document_stylesheet_url_application}" />
|
||||
|
||||
<script src="${document_script_src_modernizr}"></script>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="/v2/static/jsjs/vendor/jquery-1.10.2.min.js"><\/script>')</script>
|
||||
|
||||
|
||||
@@ -12,17 +12,6 @@
|
||||
<a class="action" href="${company_privacy_url}">${company_privacy_urltext}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="list list--actions">
|
||||
<li class="nav__item">
|
||||
<a class="action" href="${company_courselist_url}">${company_courselist_urltext}</a>
|
||||
</li>
|
||||
<li class="nav__item">
|
||||
<a class="action" href="${company_careers_url}">${company_careers_urltext}</a>
|
||||
</li>
|
||||
<li class="nav__item">
|
||||
<a class="action" href="${company_contact_url}">${company_contact_urltext}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<header class="header--app" role="banner">
|
||||
<h1 class="title title--logo">
|
||||
<span class="logo">
|
||||
<a href="${logo_url}"><img class="img--logo" src="" alt="${logo_alt}" /></a>
|
||||
<a href="${logo_url}"><img class="img--logo" src="${logo_src}" alt="${logo_alt}" /></a>
|
||||
</span>
|
||||
<span class="title title--sub">${logo_subtitle}</span>
|
||||
</h1>
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- TODO: determine if Open edX needs verification techniques and if so how to support? -->
|
||||
<div class="supplemental__how">
|
||||
<h2 class="title">${certificate_verify_title}</h2>
|
||||
<div class="copy">
|
||||
|
||||
@@ -4,14 +4,6 @@
|
||||
|
||||
<%inherit file="certificate-base.html" />
|
||||
|
||||
<nav class="nav--skip sr">
|
||||
<h2>${_("Skip to This Page's Content")}</h2>
|
||||
<ol>
|
||||
<li class="nav__item"><a class="action" href="#validation-status">${_("Validation Status")}</a></li>
|
||||
<li class="nav__item"><a class="action" href="#edx-info">${_("About edX")}</a></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="wrapper--view">
|
||||
<%include file="_certificate-header.html" />
|
||||
|
||||
@@ -21,14 +13,14 @@
|
||||
|
||||
<section class="content content--main" role="main">
|
||||
<div class="status status--invalid" id="validation-status">
|
||||
<h2 class="title title--lvl2">${_("This is an invalid edX certificate number")}</h2>
|
||||
<h2 class="title title--lvl2">${_("This is an invalid certificate number")}</h2>
|
||||
</div>
|
||||
|
||||
<div class="feedback">
|
||||
<div class="feedback__lead">
|
||||
<h3 class="title">${_("This edX Certificate Does Not Exist")}</h3>
|
||||
<h3 class="title">${_("This Certificate Does Not Exist")}</h3>
|
||||
<div class="copy">
|
||||
<p>${_("We cannot find an edX certificate on file that matches this URL or ID number.")}</p>
|
||||
<p>${_("We cannot find a certificate on file that matches this URL or ID number.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,16 +4,6 @@
|
||||
|
||||
<%inherit file="certificate-base.html" />
|
||||
|
||||
<nav class="nav--skip sr">
|
||||
<h2>${_("Skip to This Page's Content")}</h2>
|
||||
<ol>
|
||||
<li class="nav__item"><a class="action" href="#validation-status">${_("Validation Status")}</a></li>
|
||||
<li class="nav__item"><a class="action" href="#validation-accomplishment">${_("Student Accomplishment")}</a></li>
|
||||
<li class="nav__item"><a class="action" href="#validation-info">${_("More Information")}</a></li>
|
||||
<li class="nav__item"><a class="action" href="#company-info">${_("About")} ${platform_name}</a></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="wrapper--view">
|
||||
<%include file="_certificate-header.html" />
|
||||
|
||||
@@ -23,8 +13,12 @@
|
||||
|
||||
<section class="content content--main" role="main">
|
||||
<div class="status status--valid" id="validation-status">
|
||||
<h2 class="title title--lvl2">${document_banner}<span class="sr">:</span></h2>
|
||||
<h2 class="title title--lvl2">
|
||||
${document_banner}
|
||||
<span class="sr">:</span>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<article class="accomplishment ${accomplishment_class_append}" id="validation-accomplishment">
|
||||
<div class="accomplishment__statement">
|
||||
<p class="copy">
|
||||
@@ -41,7 +35,7 @@
|
||||
<h3 class="title title--lvl2 sr">${accomplishment_more_title}</h3>
|
||||
<ul class="list list--metadata">
|
||||
<li class="item certificate--type">
|
||||
<span class="label">_(Certificate Type)</span>
|
||||
<span class="label">${_("Certificate Type")}</span>
|
||||
<span class="value">
|
||||
${certificate_type_title}
|
||||
<span class="explanation">${certificate_type_description} </span>
|
||||
|
||||
Reference in New Issue
Block a user