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
84fb6459
Commit
84fb6459
authored
Oct 19, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed references to main.html and static_content.html to be absolute.
parent
13a4f304
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
70 additions
and
70 deletions
+70
-70
cms/templates/registration/activation_complete.html
+1
-1
lms/templates/courseware/courseware-error.html
+1
-1
lms/templates/courseware/staticbook.html
+2
-2
lms/templates/discussion/_js_dependencies.html
+1
-1
lms/templates/discussion/_js_head_dependencies.html
+1
-1
lms/templates/discussion/index.html
+2
-2
lms/templates/discussion/single_thread.html
+2
-2
lms/templates/discussion/user_profile.html
+2
-2
lms/templates/frame/footer.html
+1
-1
lms/templates/frame/login_modal.html
+1
-1
lms/templates/frame/navigation.html
+1
-1
lms/templates/frame/signup_modal.html
+1
-1
lms/templates/portal/course_about.html
+2
-2
lms/templates/portal/courses.html
+2
-2
lms/templates/portal/dashboard.html
+2
-2
lms/templates/portal/index.html
+2
-2
lms/templates/registration/activation_complete.html
+2
-2
lms/templates/registration/activation_invalid.html
+2
-2
lms/templates/static_templates/404.html
+1
-1
lms/templates/static_templates/about.html
+2
-2
lms/templates/static_templates/contact.html
+2
-2
lms/templates/static_templates/copyright.html
+2
-2
lms/templates/static_templates/faq.html
+2
-2
lms/templates/static_templates/help.html
+2
-2
lms/templates/static_templates/honor.html
+2
-2
lms/templates/static_templates/jobs.html
+2
-2
lms/templates/static_templates/press.html
+2
-2
lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html
+2
-2
lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html
+2
-2
lms/templates/static_templates/press_releases/MIT_and_Harvard_announce_edX.html
+2
-2
lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html
+2
-2
lms/templates/static_templates/press_releases/UT_joins_edX.html
+2
-2
lms/templates/static_templates/press_releases/edX_announces_proctored_exam_testing.html
+2
-2
lms/templates/static_templates/privacy.html
+2
-2
lms/templates/static_templates/server-down.html
+1
-1
lms/templates/static_templates/server-error.html
+1
-1
lms/templates/static_templates/server-overloaded.html
+1
-1
lms/templates/static_templates/tos.html
+2
-2
lms/templates/university_profile/base.html
+2
-2
lms/templates/university_profile/berkeleyx.html
+1
-1
lms/templates/university_profile/harvardx.html
+1
-1
lms/templates/university_profile/mitx.html
+1
-1
lms/templates/university_profile/utx.html
+1
-1
No files found.
cms/templates/registration/activation_complete.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"../base.html"
/>
<
%
inherit
file=
"../base.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
class=
"container activation"
>
<section
class=
"container activation"
>
...
...
lms/templates/courseware/courseware-error.html
View file @
84fb6459
<
%
inherit
file=
"/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
courseware
</
%
block>
<
%
block
name=
"bodyclass"
>
courseware
</
%
block>
<
%
block
name=
"title"
><title>
Courseware – edX
</title></
%
block>
<
%
block
name=
"title"
><title>
Courseware – edX
</title></
%
block>
...
...
lms/templates/courseware/staticbook.html
View file @
84fb6459
## mako
## mako
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
${course.number} Textbook
</title></
%
block>
<
%
block
name=
"title"
><title>
${course.number} Textbook
</title></
%
block>
<
%
block
name=
"headextra"
>
<
%
block
name=
"headextra"
>
...
...
lms/templates/discussion/_js_dependencies.html
View file @
84fb6459
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<script
type=
"text/javascript"
src=
"${static.url('js/split.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/split.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.ajaxfileupload.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.ajaxfileupload.js')}"
></script>
...
...
lms/templates/discussion/_js_head_dependencies.html
View file @
84fb6459
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<script
type=
"text/javascript"
src=
"${static.url('js/split.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/split.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.ajaxfileupload.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.ajaxfileupload.js')}"
></script>
...
...
lms/templates/discussion/index.html
View file @
84fb6459
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<
%!
from
django
.
template
.
defaultfilters
import
escapejs
%
>
<
%!
from
django
.
template
.
defaultfilters
import
escapejs
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number | h}
</title></
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number | h}
</title></
%
block>
...
...
lms/templates/discussion/single_thread.html
View file @
84fb6459
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
courseware
.
access
import
has_access
%
>
<
%!
from
courseware
.
access
import
has_access
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number}
</title></
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number}
</title></
%
block>
...
...
lms/templates/discussion/user_profile.html
View file @
84fb6459
<
%!
from
django
.
template
.
defaultfilters
import
escapejs
%
>
<
%!
from
django
.
template
.
defaultfilters
import
escapejs
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"bodyclass"
>
discussion
</
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number | h}
</title></
%
block>
<
%
block
name=
"title"
><title>
Discussion – ${course.number | h}
</title></
%
block>
...
...
lms/templates/frame/footer.html
View file @
84fb6459
## mako
## mako
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<footer>
<footer>
<nav>
<nav>
...
...
lms/templates/frame/login_modal.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
id=
"login-modal"
class=
"modal login-modal"
>
<section
id=
"login-modal"
class=
"modal login-modal"
>
<div
class=
"inner-wrapper"
>
<div
class=
"inner-wrapper"
>
...
...
lms/templates/frame/navigation.html
View file @
84fb6459
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## TODO: Split this into two files, one for people who are authenticated, and
## TODO: Split this into two files, one for people who are authenticated, and
## one for people who aren't. Assume a Course object is passed to the former,
## one for people who aren't. Assume a Course object is passed to the former,
## instead of using settings.COURSE_TITLE
## instead of using settings.COURSE_TITLE
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%!
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
...
...
lms/templates/frame/signup_modal.html
View file @
84fb6459
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django_countries
.
countries
import
COUNTRIES
%
>
<
%!
from
django_countries
.
countries
import
COUNTRIES
%
>
<
%!
from
student
.
models
import
UserProfile
%
>
<
%!
from
student
.
models
import
UserProfile
%
>
...
...
lms/templates/portal/course_about.html
View file @
84fb6459
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
from
courseware
.
access
import
has_access
from
courseware
.
access
import
has_access
%
>
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"js_extra"
>
<
%
block
name=
"js_extra"
>
% if not registered:
% if not registered:
...
...
lms/templates/portal/courses.html
View file @
84fb6459
## mako
## mako
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Courses
</title></
%
block>
<
%
block
name=
"title"
><title>
Courses
</title></
%
block>
...
...
lms/templates/portal/dashboard.html
View file @
84fb6459
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
from
courseware
.
access
import
has_access
from
courseware
.
access
import
has_access
%
>
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Dashboard
</title></
%
block>
<
%
block
name=
"title"
><title>
Dashboard
</title></
%
block>
...
...
lms/templates/portal/index.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
time
import
strftime
%
>
<
%!
from
time
import
strftime
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
class=
"home"
>
<section
class=
"home"
>
<header>
<header>
...
...
lms/templates/registration/activation_complete.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
class=
"container activation"
>
<section
class=
"container activation"
>
...
...
lms/templates/registration/activation_invalid.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
class=
"container activation"
>
<section
class=
"container activation"
>
...
...
lms/templates/static_templates/404.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
404
</title></
%
block>
<
%
block
name=
"title"
><title>
404
</title></
%
block>
...
...
lms/templates/static_templates/about.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
About edX
</title></
%
block>
<
%
block
name=
"title"
><title>
About edX
</title></
%
block>
...
...
lms/templates/static_templates/contact.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
Contact edX
</title></
%
block>
<
%
block
name=
"title"
><title>
Contact edX
</title></
%
block>
...
...
lms/templates/static_templates/copyright.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Copyright
</title></
%
block>
<
%
block
name=
"title"
><title>
Copyright
</title></
%
block>
...
...
lms/templates/static_templates/faq.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
FAQ
</title></
%
block>
<
%
block
name=
"title"
><title>
FAQ
</title></
%
block>
...
...
lms/templates/static_templates/help.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
edX Help
</title></
%
block>
<
%
block
name=
"title"
><title>
edX Help
</title></
%
block>
...
...
lms/templates/static_templates/honor.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Honor Code
</title></
%
block>
<
%
block
name=
"title"
><title>
Honor Code
</title></
%
block>
...
...
lms/templates/static_templates/jobs.html
View file @
84fb6459
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
Jobs
</title></
%
block>
<
%
block
name=
"title"
><title>
Jobs
</title></
%
block>
...
...
lms/templates/static_templates/press.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
block
name=
"title"
><title>
edX in the Press
</title></
%
block>
<
%
block
name=
"title"
><title>
edX in the Press
</title></
%
block>
...
...
lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Cengage Learning To Provide Book Content
</title></
%
block>
<
%
block
name=
"title"
><title>
Cengage Learning To Provide Book Content
</title></
%
block>
<div
id=
"fb-root"
></div>
<div
id=
"fb-root"
></div>
...
...
lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Elsevier collaborates with edX
</title></
%
block>
<
%
block
name=
"title"
><title>
Elsevier collaborates with edX
</title></
%
block>
<div
id=
"fb-root"
></div>
<div
id=
"fb-root"
></div>
...
...
lms/templates/static_templates/press_releases/MIT_and_Harvard_announce_edX.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
MIT and Harvard announce edX
</title></
%
block>
<
%
block
name=
"title"
><title>
MIT and Harvard announce edX
</title></
%
block>
...
...
lms/templates/static_templates/press_releases/UC_Berkeley_joins_edX.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
UC Berkeley joins edX
</title></
%
block>
<
%
block
name=
"title"
><title>
UC Berkeley joins edX
</title></
%
block>
<div
id=
"fb-root"
></div>
<div
id=
"fb-root"
></div>
...
...
lms/templates/static_templates/press_releases/UT_joins_edX.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
The University of Texas System joins edX
</title></
%
block>
<
%
block
name=
"title"
><title>
The University of Texas System joins edX
</title></
%
block>
<div
id=
"fb-root"
></div>
<div
id=
"fb-root"
></div>
...
...
lms/templates/static_templates/press_releases/edX_announces_proctored_exam_testing.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
../..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
../..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
edX announces proctored exam testing
</title></
%
block>
<
%
block
name=
"title"
><title>
edX announces proctored exam testing
</title></
%
block>
<div
id=
"fb-root"
></div>
<div
id=
"fb-root"
></div>
...
...
lms/templates/static_templates/privacy.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Privacy Policy
</title></
%
block>
<
%
block
name=
"title"
><title>
Privacy Policy
</title></
%
block>
...
...
lms/templates/static_templates/server-down.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<section
class=
"outside-app"
>
<section
class=
"outside-app"
>
<h1>
Currently the
<em>
edX
</em>
servers are down
</h1>
<h1>
Currently the
<em>
edX
</em>
servers are down
</h1>
...
...
lms/templates/static_templates/server-error.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<section
class=
"outside-app"
>
<section
class=
"outside-app"
>
<h1>
There has been a 500 error on the
<em>
edX
</em>
servers
</h1>
<h1>
There has been a 500 error on the
<em>
edX
</em>
servers
</h1>
...
...
lms/templates/static_templates/server-overloaded.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<section
class=
"outside-app"
>
<section
class=
"outside-app"
>
<h1>
Currently the
<em>
edX
</em>
servers are overloaded
</h1>
<h1>
Currently the
<em>
edX
</em>
servers are overloaded
</h1>
...
...
lms/templates/static_templates/tos.html
View file @
84fb6459
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
Terms of Service
</title></
%
block>
<
%
block
name=
"title"
><title>
Terms of Service
</title></
%
block>
...
...
lms/templates/university_profile/base.html
View file @
84fb6459
<
%
inherit
file=
"
..
/main.html"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<section
class=
"find-courses"
>
<section
class=
"find-courses"
>
<
%
block
name=
"university_header"
/>
<
%
block
name=
"university_header"
/>
...
...
lms/templates/university_profile/berkeleyx.html
View file @
84fb6459
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
BerkeleyX
</title></
%
block>
<
%
block
name=
"title"
><title>
BerkeleyX
</title></
%
block>
...
...
lms/templates/university_profile/harvardx.html
View file @
84fb6459
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
HarvardX
</title></
%
block>
<
%
block
name=
"title"
><title>
HarvardX
</title></
%
block>
...
...
lms/templates/university_profile/mitx.html
View file @
84fb6459
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
MITx
</title></
%
block>
<
%
block
name=
"title"
><title>
MITx
</title></
%
block>
...
...
lms/templates/university_profile/utx.html
View file @
84fb6459
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"title"
><title>
UTx
</title></
%
block>
<
%
block
name=
"title"
><title>
UTx
</title></
%
block>
...
...
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