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
5c0d7718
Commit
5c0d7718
authored
Mar 13, 2015
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
certificates: removing edX-specific content/UI
parent
50856a0a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
39 deletions
+13
-39
lms/templates/certificates/_assets-primary.html
+0
-2
lms/templates/certificates/_assets-secondary.html
+1
-2
lms/templates/certificates/_certificate-footer.html
+0
-11
lms/templates/certificates/_certificate-header.html
+1
-1
lms/templates/certificates/_certificate-supplemental.html
+2
-0
lms/templates/certificates/invalid.html
+3
-11
lms/templates/certificates/valid.html
+6
-12
No files found.
lms/templates/certificates/_assets-primary.html
View file @
5c0d7718
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_normalize}"
/>
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_normalize}"
/>
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_fontawesome}"
/>
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_fontawesome}"
/>
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_application}"
/>
<link
rel=
"stylesheet"
href=
"${document_stylesheet_url_application}"
/>
<script
src=
"${document_script_src_modernizr}"
></script>
lms/templates/certificates/_assets-secondary.html
View file @
5c0d7718
<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>
lms/templates/certificates/_certificate-footer.html
View file @
5c0d7718
...
@@ -12,17 +12,6 @@
...
@@ -12,17 +12,6 @@
<a
class=
"action"
href=
"${company_privacy_url}"
>
${company_privacy_urltext}
</a>
<a
class=
"action"
href=
"${company_privacy_url}"
>
${company_privacy_urltext}
</a>
</li>
</li>
</ul>
</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>
</nav>
</footer>
</footer>
</div>
</div>
lms/templates/certificates/_certificate-header.html
View file @
5c0d7718
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<header
class=
"header--app"
role=
"banner"
>
<header
class=
"header--app"
role=
"banner"
>
<h1
class=
"title title--logo"
>
<h1
class=
"title title--logo"
>
<span
class=
"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>
<span
class=
"title title--sub"
>
${logo_subtitle}
</span>
<span
class=
"title title--sub"
>
${logo_subtitle}
</span>
</h1>
</h1>
...
...
lms/templates/certificates/_certificate-supplemental.html
View file @
5c0d7718
...
@@ -14,6 +14,8 @@
...
@@ -14,6 +14,8 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<!-- TODO: determine if Open edX needs verification techniques and if so how to support? -->
<div
class=
"supplemental__how"
>
<div
class=
"supplemental__how"
>
<h2
class=
"title"
>
${certificate_verify_title}
</h2>
<h2
class=
"title"
>
${certificate_verify_title}
</h2>
<div
class=
"copy"
>
<div
class=
"copy"
>
...
...
lms/templates/certificates/invalid.html
View file @
5c0d7718
...
@@ -4,14 +4,6 @@
...
@@ -4,14 +4,6 @@
<
%
inherit
file=
"certificate-base.html"
/>
<
%
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"
>
<div
class=
"wrapper--view"
>
<
%
include
file=
"_certificate-header.html"
/>
<
%
include
file=
"_certificate-header.html"
/>
...
@@ -21,14 +13,14 @@
...
@@ -21,14 +13,14 @@
<section
class=
"content content--main"
role=
"main"
>
<section
class=
"content content--main"
role=
"main"
>
<div
class=
"status status--invalid"
id=
"validation-status"
>
<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>
<div
class=
"feedback"
>
<div
class=
"feedback"
>
<div
class=
"feedback__lead"
>
<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"
>
<div
class=
"copy"
>
<p>
${_("We cannot find a
n 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>
</div>
</div>
...
...
lms/templates/certificates/valid.html
View file @
5c0d7718
...
@@ -4,16 +4,6 @@
...
@@ -4,16 +4,6 @@
<
%
inherit
file=
"certificate-base.html"
/>
<
%
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"
>
<div
class=
"wrapper--view"
>
<
%
include
file=
"_certificate-header.html"
/>
<
%
include
file=
"_certificate-header.html"
/>
...
@@ -23,8 +13,12 @@
...
@@ -23,8 +13,12 @@
<section
class=
"content content--main"
role=
"main"
>
<section
class=
"content content--main"
role=
"main"
>
<div
class=
"status status--valid"
id=
"validation-status"
>
<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>
</div>
<article
class=
"accomplishment ${accomplishment_class_append}"
id=
"validation-accomplishment"
>
<article
class=
"accomplishment ${accomplishment_class_append}"
id=
"validation-accomplishment"
>
<div
class=
"accomplishment__statement"
>
<div
class=
"accomplishment__statement"
>
<p
class=
"copy"
>
<p
class=
"copy"
>
...
@@ -41,7 +35,7 @@
...
@@ -41,7 +35,7 @@
<h3
class=
"title title--lvl2 sr"
>
${accomplishment_more_title}
</h3>
<h3
class=
"title title--lvl2 sr"
>
${accomplishment_more_title}
</h3>
<ul
class=
"list list--metadata"
>
<ul
class=
"list list--metadata"
>
<li
class=
"item certificate--type"
>
<li
class=
"item certificate--type"
>
<span
class=
"label"
>
_(Certificate Type)
</span>
<span
class=
"label"
>
${_("Certificate Type")}
</span>
<span
class=
"value"
>
<span
class=
"value"
>
${certificate_type_title}
${certificate_type_title}
<span
class=
"explanation"
>
${certificate_type_description}
</span>
<span
class=
"explanation"
>
${certificate_type_description}
</span>
...
...
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