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
0983df94
Commit
0983df94
authored
Feb 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - view header UI: added in initial markup for several pages WIP
parent
1936b47b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
+26
-3
cms/templates/settings.html
+8
-1
cms/templates/settings_graders.html
+1
-1
cms/templates/unit.html
+17
-1
No files found.
cms/templates/settings.html
View file @
0983df94
...
...
@@ -43,9 +43,16 @@ from contentstore import utils
<
%
block
name=
"content"
>
<div
class=
"wrapper-content wrapper"
>
<section
class=
"content"
>
<header>
<header
class=
"page"
>
<span
class=
"title-sub"
>
Settings
</span>
<h1
class=
"title-1"
>
Schedule
&
Details
</h1>
<nav
class=
"nav-settings secondary"
>
<ul>
<li
class=
"nav-item"
><a
href=
"#"
>
Grading
</a></li>
<li
class=
"nav-item"
><a
href=
"#"
>
Advanced Settings
</a></li>
</ul>
</nav>
</header>
<!-- <div class="introduction">
...
...
cms/templates/settings_graders.html
View file @
0983df94
...
...
@@ -41,7 +41,7 @@ from contentstore import utils
<
%
block
name=
"content"
>
<div
class=
"wrapper-content wrapper"
>
<section
class=
"content"
>
<header>
<header
class=
"page"
>
<span
class=
"title-sub"
>
Settings
</span>
<h1
class=
"title-1"
>
Grading
</h1>
</header>
...
...
cms/templates/unit.html
View file @
0983df94
...
...
@@ -21,7 +21,6 @@
});
});
</script>
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"main-wrapper edit-state-${unit_state}"
data-id=
"${unit_location}"
>
...
...
@@ -34,6 +33,23 @@
</p>
<a
href=
"${published_preview_link}"
target=
"_blank"
class=
"alert-action secondary"
>
Preview the published version
</a>
</div>
<header
class=
"page"
>
<nav
class=
"hierarchy"
>
<ul>
<li
class=
"nav-item"
><a
href=
"#"
>
Section Name
</a></li>
<li
class=
"nav-item"
><a
href=
"#"
>
Learning Sequence Name
</a></li>
</ul>
</nav>
<h1
class=
"title-1"
>
Unit Name
</h1>
<nav
class=
"actions"
>
<li
class=
"nav-item"
><a
href=
"#"
>
Preview Unit
</a></li>
<li
class=
"nav-item"
><a
href=
"#"
>
View Live
</a></li>
<li
class=
"nav-item"
><a
href=
"#"
>
Edit Draft
</a></li>
</nav>
</header>
<div
class=
"main-column"
>
<article
class=
"unit-body window"
>
<p
class=
"unit-name-input"
><label>
Display Name:
</label><input
type=
"text"
value=
"${unit.display_name}"
class=
"unit-display-name-input"
/></p>
...
...
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