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
ed42fa88
Commit
ed42fa88
authored
Feb 07, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - soft landing: revised page title structure and values
parent
5b9609ab
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
21 additions
and
14 deletions
+21
-14
cms/static/sass/_static-pages.scss
+1
-0
cms/templates/asset_index.html
+1
-1
cms/templates/base.html
+8
-1
cms/templates/course_index.html
+0
-1
cms/templates/course_info.html
+1
-1
cms/templates/edit-static-page.html
+1
-1
cms/templates/edit-tabs.html
+1
-1
cms/templates/export.html
+1
-1
cms/templates/howitworks.html
+1
-1
cms/templates/import.html
+1
-1
cms/templates/login.html
+1
-1
cms/templates/overview.html
+1
-1
cms/templates/settings.html
+1
-1
cms/templates/signup.html
+1
-1
cms/templates/unit.html
+1
-1
No files found.
cms/static/sass/_static-pages.scss
View file @
ed42fa88
...
...
@@ -29,6 +29,7 @@
&
.new-component-item
{
margin-top
:
20px
;
background
:
transparent
;
}
}
...
...
cms/templates/asset_index.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"bodyclass"
>
is-signedin course uploads
</
%
block>
<
%
block
name=
"title"
>
Courseware Asset
s
</
%
block>
<
%
block
name=
"title"
>
Uploads
&
File
s
</
%
block>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
...
...
cms/templates/base.html
View file @
ed42fa88
...
...
@@ -5,7 +5,14 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title><
%
block
name=
"title"
></
%
block></title>
<title>
<
%
block
name=
"title"
></
%
block>
|
% if context_course:
<
%
ctx_loc =
context_course.location
%
>
${context_course.display_name} |
% endif
edX Studio
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
>
<meta
name=
"path_prefix"
content=
"${MITX_ROOT_URL}"
>
...
...
cms/templates/course_index.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%
block
name=
"title"
>
Course Manager
</
%
block>
<
%
include
file=
"widgets/header.html"
/>
...
...
cms/templates/course_info.html
View file @
ed42fa88
...
...
@@ -2,7 +2,7 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<!-- TODO decode course # from context_course into title -->
<
%
block
name=
"title"
>
Course Info
</
%
block>
<
%
block
name=
"title"
>
Updates
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course course-info updates
</
%
block>
...
...
cms/templates/edit-static-page.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Edit Static Page
</
%
block>
<
%
block
name=
"title"
>
Edit
ing
Static Page
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course pages edit-static-page
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/edit-tabs.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Tab
s
</
%
block>
<
%
block
name=
"title"
>
Static Page
s
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course pages static-pages
</
%
block>
<
%
block
name=
"jsextra"
>
...
...
cms/templates/export.html
View file @
ed42fa88
...
...
@@ -2,7 +2,7 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Export
</
%
block>
<
%
block
name=
"title"
>
Export
Course
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course tools export
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/howitworks.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Welcome
to edX Studio
</
%
block>
<
%
block
name=
"title"
>
Welcome
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin index howitworks
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/import.html
View file @
ed42fa88
...
...
@@ -2,7 +2,7 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Import
</
%
block>
<
%
block
name=
"title"
>
Import
Course
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course tools import
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/login.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Sign
i
n
</
%
block>
<
%
block
name=
"title"
>
Sign
I
n
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signin
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/overview.html
View file @
ed42fa88
...
...
@@ -6,7 +6,7 @@
from
datetime
import
datetime
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
C
MS Courseware Overview
</
%
block>
<
%
block
name=
"title"
>
C
ourse Outline
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course outline
</
%
block>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
...
...
cms/templates/settings.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%
block
name=
"title"
>
Settings
</
%
block>
<
%
block
name=
"title"
>
Course
Settings
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course settings
</
%
block>
...
...
cms/templates/signup.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
Sign
u
p
</
%
block>
<
%
block
name=
"title"
>
Sign
U
p
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signup
</
%
block>
<
%
block
name=
"content"
>
...
...
cms/templates/unit.html
View file @
ed42fa88
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
namespace
name=
"units"
file=
"widgets/units.html"
/>
<
%
block
name=
"title"
>
CMS
Unit
</
%
block>
<
%
block
name=
"title"
>
Individual
Unit
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course unit
</
%
block>
<
%
block
name=
"jsextra"
>
...
...
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