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
a20650b5
Commit
a20650b5
authored
Jul 20, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added titles to pages that are currently public-facing.
parent
d1b5b4d0
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
36 additions
and
1 deletions
+36
-1
lms/templates/courses.html
+2
-0
lms/templates/dashboard.html
+2
-0
lms/templates/portal/course_about.html
+3
-0
lms/templates/static_templates/404.html
+2
-0
lms/templates/static_templates/about.html
+2
-0
lms/templates/static_templates/contact.html
+2
-0
lms/templates/static_templates/copyright.html
+2
-0
lms/templates/static_templates/faq.html
+2
-0
lms/templates/static_templates/help.html
+1
-1
lms/templates/static_templates/honor.html
+2
-0
lms/templates/static_templates/jobs.html
+2
-0
lms/templates/static_templates/press.html
+2
-0
lms/templates/static_templates/pressrelease.html
+2
-0
lms/templates/static_templates/privacy.html
+2
-0
lms/templates/static_templates/tos.html
+2
-0
lms/templates/university_profile/berkeleyx.html
+2
-0
lms/templates/university_profile/harvardx.html
+2
-0
lms/templates/university_profile/mitx.html
+2
-0
No files found.
lms/templates/courses.html
View file @
a20650b5
...
...
@@ -2,6 +2,8 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
block
name=
"title"
><title>
Courses
</title></
%
block>
<section
class=
"find-courses"
>
<header
class=
"search"
style=
"background: url('/static/images/homepage_interns_placeholder_2025x550.jpg')"
>
<div
class=
"inner-wrapper main-search"
>
...
...
lms/templates/dashboard.html
View file @
a20650b5
...
...
@@ -6,6 +6,8 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
block
name=
"title"
><title>
Dashboard
</title></
%
block>
<section
class=
"container dashboard"
>
<section
class=
"profile-sidebar"
>
...
...
lms/templates/portal/course_about.html
View file @
a20650b5
...
...
@@ -9,6 +9,9 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
About ${course.number}
</title></
%
block>
<section
class=
"course-info"
>
<header
class=
"course-profile"
>
<div
class=
"intro-inner-wrapper"
>
...
...
lms/templates/static_templates/404.html
View file @
a20650b5
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
404
</title></
%
block>
<section
class=
"outside-app"
>
<h1>
Page not found
</h1>
<p>
The page that you were looking for was not found. Go back to the
<a
href=
"/"
>
homepage
</a>
or let us know about any pages that may have been moved at
<a
href=
"mailto:technical@edx.org"
>
technical@edx.edu
</a>
.
</p>
...
...
lms/templates/static_templates/about.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
About edX
</title></
%
block>
<section
class=
"container about"
>
<nav>
<a
href=
"${reverse('about_edx')}"
class=
"active"
>
Vision
</a>
...
...
lms/templates/static_templates/contact.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
Contact edX
</title></
%
block>
<section
class=
"container about"
>
<nav>
<a
href=
"${reverse('about_edx')}"
>
Vision
</a>
...
...
lms/templates/static_templates/copyright.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
Copyright
</title></
%
block>
<section
class=
"static-container copyright"
>
<h1>
Licensing Information
</h1>
<hr
class=
"horizontal-divider"
>
...
...
lms/templates/static_templates/faq.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
FAQ
</title></
%
block>
<section
class=
"container about"
>
<nav>
<a
href=
"${reverse('about_edx')}"
>
Vision
</a>
...
...
lms/templates/static_templates/help.html
View file @
a20650b5
...
...
@@ -3,7 +3,7 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
Help - MITx 6.002x
</title></
%
block>
<
%
block
name=
"title"
><title>
edX Help
</title></
%
block>
<section
class=
"static-container help"
>
<h1>
Help
</h1>
...
...
lms/templates/static_templates/honor.html
View file @
a20650b5
...
...
@@ -4,6 +4,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
Honor Code
</title></
%
block>
<section
class=
"static-container honor-code"
>
<h1>
Honor Code
</h1>
<hr
class=
"horizontal-divider"
>
...
...
lms/templates/static_templates/jobs.html
View file @
a20650b5
...
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
Jobs
</title></
%
block>
<section
class=
"container jobs"
>
<h1>
Do You Want to Change the Future of Education?
</h1>
<hr
class=
"horizontal-divider"
>
...
...
lms/templates/static_templates/press.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"title"
><title>
edX in the Press
</title></
%
block>
<section
class=
"container about"
>
<nav>
<a
href=
"${reverse('about_edx')}"
>
Vision
</a>
...
...
lms/templates/static_templates/pressrelease.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
MIT and Harvard announce edX
</title></
%
block>
<section
class=
"pressrelease"
>
<section
class=
"container"
>
<h1>
MIT and Harvard announce edX
</h1>
...
...
lms/templates/static_templates/privacy.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
Privacy Policy
</title></
%
block>
<section
class=
"static-container privacy-policy"
>
<h1>
Privacy Policy
</h1>
<hr
class=
"horizontal-divider"
>
...
...
lms/templates/static_templates/tos.html
View file @
a20650b5
...
...
@@ -3,6 +3,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
Terms of Service
</title></
%
block>
<section
class=
"static-container tos"
>
<h1>
MITx Terms of Service
</h1>
<hr
class=
"horizontal-divider"
>
...
...
lms/templates/university_profile/berkeleyx.html
View file @
a20650b5
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
BerkeleyX
</title></
%
block>
<
%
block
name=
"university_header"
>
<header
class=
"search"
style=
"background: url('/static/images/berkeley_fountain_2025x550.jpg')"
>
<div
class=
"inner-wrapper university-search"
>
...
...
lms/templates/university_profile/harvardx.html
View file @
a20650b5
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
HarvardX
</title></
%
block>
<
%
block
name=
"university_header"
>
<header
class=
"search"
style=
"background: url('/static/images/about_harvard_page_2025x550.jpg')"
>
<div
class=
"inner-wrapper university-search"
>
...
...
lms/templates/university_profile/mitx.html
View file @
a20650b5
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"title"
><title>
MITx
</title></
%
block>
<
%
block
name=
"university_header"
>
<header
class=
"search"
style=
"background: url('/static/images/shot-2-large.jpg')"
>
<div
class=
"inner-wrapper university-search"
>
...
...
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