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
e612572b
Commit
e612572b
authored
Feb 08, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MITX -> MITx
parent
e26a8059
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
main.html
+1
-1
marketing.html
+1
-1
simplewiki_create.html
+1
-1
simplewiki_edit.html
+1
-1
simplewiki_error.html
+1
-1
simplewiki_history.html
+1
-1
simplewiki_searchresults.html
+1
-1
simplewiki_view.html
+1
-1
No files found.
main.html
View file @
e612572b
<!DOCTYPE html>
<html>
<head>
<
%
block
name=
"title"
><title>
MIT
X
6.002
</title></
%
block>
<
%
block
name=
"title"
><title>
MIT
x
6.002
</title></
%
block>
<link
rel=
"stylesheet"
href=
"${ settings.LIB_URL }jquery.treeview.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"/static/css/application.css"
type=
"text/css"
media=
"all"
/>
...
...
marketing.html
View file @
e612572b
<!DOCTYPE html>
<html>
<head>
<
%
block
name=
"title"
><title>
MIT
X
6.002
</title></
%
block>
<
%
block
name=
"title"
><title>
MIT
x
6.002
</title></
%
block>
<!--link rel="stylesheet" href="${ settings.LIB_URL }jquery.treeview.css" type="text/css" media="all" /-->
<link
rel=
"stylesheet"
href=
"/static/css/marketing.css"
type=
"text/css"
media=
"all"
/>
...
...
simplewiki_create.html
View file @
e612572b
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Create Article - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Create Article - MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
Create article
...
...
simplewiki_edit.html
View file @
e612572b
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title }
...
...
simplewiki_error.html
View file @
e612572b
...
...
@@ -6,7 +6,7 @@
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
><title>
Oops... - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Oops... - MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_history.html
View file @
e612572b
...
...
@@ -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 ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_searchresults.html
View file @
e612572b
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Search Results - MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Search Results - MIT
x
6.002 Wiki
</title></
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_view.html
View file @
e612572b
...
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
X
6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MIT
x
6.002 Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
${ wiki_article.title } ${'
<span
style=
"color: red;"
>
- Deleted Revision!
</span>
' if wiki_current_revision_deleted else ''}
...
...
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