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
8a361300
Commit
8a361300
authored
Nov 29, 2017
by
Uman Shahzad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some mako-missing-default xsslint issues in test files.
parent
37844fd9
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
24 additions
and
2 deletions
+24
-2
common/test/templates/theme-footer.html
+1
-0
common/test/templates/theme-google-analytics.html
+1
-0
common/test/templates/theme-head-extra.html
+1
-0
common/test/templates/theme-header.html
+1
-0
common/test/test-theme/lms/templates/dashboard.html
+1
-0
common/test/test_sites/test_site/templates/courseware/syllabus.html
+1
-0
common/test/test_sites/test_site/templates/courseware/tabs.html
+1
-0
common/test/test_sites/test_site/templates/courseware/test_absolute_path.html
+2
-0
common/test/test_sites/test_site/templates/courseware/test_relative_path.html
+2
-0
common/test/test_sites/test_site/templates/footer.html
+1
-0
common/test/test_sites/test_site/templates/head-extra.html
+1
-0
common/test/test_sites/test_site/templates/login-sidebar.html
+2
-1
common/test/test_sites/test_site/templates/register-sidebar.html
+2
-1
common/test/test_sites/test_site/templates/static_templates/about.html
+1
-0
common/test/test_sites/test_site/templates/static_templates/contact.html
+1
-0
common/test/test_sites/test_site/templates/static_templates/copyright.html
+1
-0
common/test/test_sites/test_site/templates/static_templates/faq.html
+1
-0
common/test/test_sites/test_site/templates/static_templates/tos.html
+1
-0
lms/templates/shoppingcart/test/fake_payment_error.html
+1
-0
lms/templates/shoppingcart/test/fake_payment_page.html
+1
-0
No files found.
common/test/templates/theme-footer.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
# intentionally left blank
common/test/templates/theme-google-analytics.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
# intentionally left blank
common/test/templates/theme-head-extra.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
# intentionally left blank
common/test/templates/theme-header.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
# intentionally left blank
common/test/test-theme/lms/templates/dashboard.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"dashboard.html"
/>
<
%
block
name=
"pagetitle"
>
Overridden Title!
</
%
block>
${parent.body()}
...
...
common/test/test_sites/test_site/templates/courseware/syllabus.html
View file @
8a361300
## mako
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
include
file=
"${static.get_template_path('courseware/test_relative_path.html')}"
/>
<
%
include
file=
"${static.get_template_path('/courseware/test_absolute_path.html')}"
/>
...
...
common/test/test_sites/test_site/templates/courseware/tabs.html
View file @
8a361300
## mako
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
...
...
common/test/test_sites/test_site/templates/courseware/test_absolute_path.html
View file @
8a361300
## mako
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<div>
Microsite absolute path template contents
</div>
\ No newline at end of file
common/test/test_sites/test_site/templates/courseware/test_relative_path.html
View file @
8a361300
## mako
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<div>
Microsite relative path template contents
</div>
\ No newline at end of file
common/test/test_sites/test_site/templates/footer.html
View file @
8a361300
## mako
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
common/test/test_sites/test_site/templates/head-extra.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%
namespace
name=
'static'
file=
'../../static_content.html'
/>
<
%
style_overrides_file =
static.get_value('css_overrides_file')
%
>
...
...
common/test/test_sites/test_site/templates/login-sidebar.html
View file @
8a361300
<
%!
<
%
page
expression_filter=
"h"
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
django
.
core
.
urlresolvers
import
reverse
%
>
...
...
common/test/test_sites/test_site/templates/register-sidebar.html
View file @
8a361300
<
%!
<
%
page
expression_filter=
"h"
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
django
.
core
.
urlresolvers
import
reverse
%
>
...
...
common/test/test_sites/test_site/templates/static_templates/about.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
'static'
file=
'../../../static_content.html'
/>
...
...
common/test/test_sites/test_site/templates/static_templates/contact.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"../main.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%!
...
...
common/test/test_sites/test_site/templates/static_templates/copyright.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
This is a copyright page for an Open edX site.
common/test/test_sites/test_site/templates/static_templates/faq.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"../main.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%!
...
...
common/test/test_sites/test_site/templates/static_templates/tos.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"../main.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%!
...
...
lms/templates/shoppingcart/test/fake_payment_error.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<html>
<head>
<title>
Payment Error
</title>
...
...
lms/templates/shoppingcart/test/fake_payment_page.html
View file @
8a361300
<
%
page
expression_filter=
"h"
/>
<html>
<head><title>
Payment Form
</title>
</head>
...
...
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