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
5ceb79df
Commit
5ceb79df
authored
Mar 15, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged kf-titles
parents
3a84bafa
ea7e006a
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
6 deletions
+12
-6
courseware.html
+1
-0
help.html
+1
-0
info.html
+1
-0
profile.html
+1
-0
simplewiki_create.html
+1
-1
simplewiki_error.html
+1
-1
simplewiki_history.html
+1
-1
simplewiki_revision_feed.html
+1
-1
simplewiki_searchresults.html
+1
-1
simplewiki_view.html
+1
-1
staticbook.html
+1
-0
textbook.html
+1
-0
No files found.
courseware.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Courseware – MITx 6.002x
</title></
%
block>
<
%
block
name=
"js_extra"
>
<!-- TODO: http://docs.jquery.com/Plugins/Validation -->
...
...
help.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Help - MITx 6.002x
</title></
%
block>
<
%
include
file=
"navigation.html"
args=
"active_page='help'"
/>
...
...
info.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Course Info - MITx 6.002x
</title></
%
block>
<
%
include
file=
"navigation.html"
args=
"active_page='info'"
/>
...
...
profile.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Profile - MITx 6.002x
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_create.html
View file @
5ceb79df
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Create Article - MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Wiki – Create Article – MITx 6.002x
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<h1>
Create article
</h1>
...
...
simplewiki_error.html
View file @
5ceb79df
...
...
@@ -6,7 +6,7 @@
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
><title>
Oops... - MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Wiki Error – MITx 6.002x
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_history.html
View file @
5ceb79df
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}
MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}
Wiki – MITx 6.002x
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_revision_feed.html
View file @
5ceb79df
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Revision feed - MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Wiki - Revision feed - MITx 6.002x
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_searchresults.html
View file @
5ceb79df
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Search Results - MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Wiki - Search Results - MITx 6.002x
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_view.html
View file @
5ceb79df
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}
MITx 6.002x Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}
Wiki – MITx 6.002x
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<h1>
${ wiki_article.title } ${'
<span
style=
"color: red;"
>
- Deleted Revision!
</span>
' if wiki_current_revision_deleted else ''}
</h1>
...
...
staticbook.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Textbook – MITx 6.002x
</title></
%
block>
<
%
block
name=
"js_extra"
>
<script>
...
...
textbook.html
View file @
5ceb79df
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
Textbook – MITx 6.002x
</title></
%
block>
<div
id=
"bodyContent"
>
<
%
include
file=
"navigation.html"
/>
...
...
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