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
f555fc68
Commit
f555fc68
authored
Feb 07, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added titles to wiki pages
parent
85a29648
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
2 deletions
+13
-2
simplewiki_base.html
+0
-2
simplewiki_create.html
+2
-0
simplewiki_edit.html
+2
-0
simplewiki_error.html
+3
-0
simplewiki_history.html
+2
-0
simplewiki_searchresults.html
+2
-0
simplewiki_view.html
+2
-0
No files found.
simplewiki_base.html
View file @
f555fc68
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
<
%
inherit
file=
"main.html"
/>
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"title"
><title>
${"wiki_title"}
</title></
%
block>
<
%
block
name=
"headextra"
>
<
%
block
name=
"headextra"
>
<!-- <link rel="stylesheet" media="screen,print" href="/static/simplewiki/css/base.css" /> -->
<!-- <link rel="stylesheet" media="screen,print" href="/static/simplewiki/css/base.css" /> -->
<!-- <link rel="stylesheet" media="print" href="/static/simplewiki/css/base_print.css" /> -->
<!-- <link rel="stylesheet" media="print" href="/static/simplewiki/css/base_print.css" /> -->
...
...
simplewiki_create.html
View file @
f555fc68
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Create Article - MITX 6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
Create article
Create article
</
%
block>
</
%
block>
...
...
simplewiki_edit.html
View file @
f555fc68
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITX 6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title }
${ wiki_article.title }
</
%
block>
</
%
block>
...
...
simplewiki_error.html
View file @
f555fc68
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
%
>
%
>
<
%
block
name=
"title"
><title>
Oops... - MITX 6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
Oops...
Oops...
</
%
block>
</
%
block>
...
...
simplewiki_history.html
View file @
f555fc68
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITX 6.002 Wiki
</title></
%
block>
<
%!
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
%
>
%
>
...
...
simplewiki_searchresults.html
View file @
f555fc68
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Search Results - MITX 6.002 Wiki
</title></
%
block>
<
%!
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
%
>
%
>
...
...
simplewiki_view.html
View file @
f555fc68
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITX 6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title } ${'
<span
style=
"color: red;"
>
- Deleted Revision!
</span>
' if wiki_current_revision_deleted else ''}
${ wiki_article.title } ${'
<span
style=
"color: red;"
>
- Deleted Revision!
</span>
' if wiki_current_revision_deleted else ''}
</
%
block>
</
%
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