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
c217432a
Commit
c217432a
authored
Jan 09, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed simplewiki templates to inherit from main.html and have standard navigation, footer, etc.
parent
2202ec09
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
20 additions
and
1 deletions
+20
-1
main.html
+6
-1
simplewiki_base.html
+0
-0
simplewiki_create.html
+2
-0
simplewiki_edit.html
+2
-0
simplewiki_error.html
+2
-0
simplewiki_history.html
+2
-0
simplewiki_searchresults.html
+2
-0
simplewiki_updateprogressbar.html
+2
-0
simplewiki_view.html
+2
-0
No files found.
main.html
View file @
c217432a
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<
title>
MITX 6.002
</title
>
<
%
block
name=
"title"
><title>
MITX 6.002
</title></
%
block
>
<link
rel=
"stylesheet"
href=
"/static/lib/jquery.treeview.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"/static/lib/jquery.treeview.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"/static/css/application.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"/static/css/application.css"
type=
"text/css"
media=
"all"
/>
...
@@ -33,11 +33,16 @@ $(function() {
...
@@ -33,11 +33,16 @@ $(function() {
});
});
});
});
</script>
</script>
<
%
block
name=
"headextra"
/>
</head>
</head>
<body>
<body>
${self.body()}
${self.body()}
<
%
block
name=
"bodyextra"
/>
<footer>
<footer>
<p>
Copyright (c). 2011. MIT.
<a
href=
http://creativecommons.org/licenses/by-sa/3.0/
>
Some rights reserved.
</a>
Please give us
<a
id=
"inline"
<p>
Copyright (c). 2011. MIT.
<a
href=
http://creativecommons.org/licenses/by-sa/3.0/
>
Some rights reserved.
</a>
Please give us
<a
id=
"inline"
...
...
simplewiki_base.html
View file @
c217432a
This diff is collapsed.
Click to expand it.
simplewiki_create.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_edit.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_error.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_history.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_searchresults.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_updateprogressbar.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%!
<
%!
from
django
.
template
.
defaultfilters
import
filesizeformat
from
django
.
template
.
defaultfilters
import
filesizeformat
%
>
%
>
...
...
simplewiki_view.html
View file @
c217432a
##This file is based on the template from the SimpleWiki source which carries the GPL license
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
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