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
3be86ca8
Commit
3be86ca8
authored
Oct 24, 2015
by
Mark Sadecki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes invalid/improper microdata and attribute values in the header logo
parent
d05b7a21
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
11 deletions
+8
-11
lms/templates/navigation-edx.html
+2
-3
lms/templates/navigation.html
+1
-1
lms/templates/ux/reference/teams-base.html
+2
-3
lms/templates/ux/reference/teams-create.html
+2
-3
themes/red-theme/lms/templates/header.html
+1
-1
No files found.
lms/templates/navigation-edx.html
View file @
3be86ca8
...
...
@@ -39,10 +39,9 @@ site_status_msg = get_site_status_msg(course_id)
<header
class=
"${"
global
slim
"
if
course
and
not
disable_courseware_header
else
"
global-new
"}"
aria-label=
"Main"
role=
"banner"
>
<div
class=
"${'rwd ' if responsive else ''}wrapper-header nav-container"
>
<h1
class=
"logo"
itemscope=
""
itemtype=
"http://schema.org/Organization"
>
<a
href=
"${marketing_link('ROOT')}"
title=
"Home page"
itemprop=
"url"
>
<a
href=
"${marketing_link('ROOT')}"
itemprop=
"url"
>
<
%
block
name=
"navigation_logo"
>
<img
src=
"${static.url(branding.get_logo_url())}"
alt=
"${platform_name()}"
title=
"${platform_name()}"
itemprop=
"url"
/>
<span
class=
"sr"
>
${_("Home Page")}
</span>
<img
src=
"${static.url(branding.get_logo_url())}"
alt=
"${_("
{
platform_name
}
Home
Page
").
format
(
platform_name=
platform_name())}"
itemprop=
"logo"
/>
</
%
block>
</a>
</h1>
...
...
lms/templates/navigation.html
View file @
3be86ca8
...
...
@@ -42,7 +42,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1
class=
"logo"
>
<a
href=
"${marketing_link('ROOT')}"
>
<
%
block
name=
"navigation_logo"
>
<img
src=
"${static.url(branding.get_logo_url())}"
alt=
"${
platform_name(
)}"
/>
<img
src=
"${static.url(branding.get_logo_url())}"
alt=
"${
_("
{
platform_name
}
Home
Page
").
format
(
platform_name=
platform_name()
)}"/
>
</
%
block>
</a>
</h1>
...
...
lms/templates/ux/reference/teams-base.html
View file @
3be86ca8
...
...
@@ -15,10 +15,9 @@ Teams | Course name
<header
class=
"global slim"
aria-label=
"Main"
role=
"banner"
>
<div
class=
"wrapper-header nav-container"
>
<h1
class=
"logo"
itemscope=
""
itemtype=
"http://schema.org/Organization"
>
<a
href=
"/"
title=
"Home page"
itemprop=
"url"
>
<a
href=
"/"
itemprop=
"url"
>
<img
src=
"/static/images/edx-theme/edx-logo-77x36.png"
alt=
"Your Platform Name Here"
title=
"Your Platform Name Here"
itemprop=
"url"
/>
<span
class=
"sr"
>
Home Page
</span>
<img
src=
"/static/images/edx-theme/edx-logo-77x36.png"
alt=
"Your Platform Name Here Home Page"
itemprop=
"logo"
/>
</a>
</h1>
...
...
lms/templates/ux/reference/teams-create.html
View file @
3be86ca8
...
...
@@ -14,10 +14,9 @@ Create New Team | [Course name]
<header
class=
"global slim"
aria-label=
"Main"
role=
"banner"
>
<div
class=
"wrapper-header nav-container"
>
<h1
class=
"logo"
itemscope=
""
itemtype=
"http://schema.org/Organization"
>
<a
href=
"/"
title=
"Home page"
itemprop=
"url"
>
<a
href=
"/"
itemprop=
"url"
>
<img
src=
"/static/images/edx-theme/edx-logo-77x36.png"
alt=
"Your Platform Name Here"
title=
"Your Platform Name Here"
itemprop=
"url"
/>
<span
class=
"sr"
>
Home Page
</span>
<img
src=
"/static/images/edx-theme/edx-logo-77x36.png"
alt=
"Your Platform Name Here Home Page"
itemprop=
"logo"
/>
</a>
</h1>
...
...
themes/red-theme/lms/templates/header.html
View file @
3be86ca8
...
...
@@ -43,7 +43,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1
class=
"logo"
>
<a
href=
"${marketing_link('ROOT')}"
>
<
%
block
name=
"navigation_logo"
>
<img
src=
"${static.url("
images
/
logo
.
png
")}"
alt=
"${
platform_name(
)}"
/>
<img
src=
"${static.url("
images
/
logo
.
png
")}"
alt=
"${
_("
{
platform_name
}
Home
Page
").
format
(
platform_name=
platform_name()
)}"/
>
</
%
block>
</a>
</h1>
...
...
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