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
274d1752
Commit
274d1752
authored
Feb 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - general UI cleanup in prep for this branch's end/release vs. future work
parent
a3a0e8b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
44 deletions
+6
-44
cms/templates/settings.html
+2
-2
cms/templates/unit.html
+4
-42
No files found.
cms/templates/settings.html
View file @
274d1752
...
...
@@ -47,12 +47,12 @@ from contentstore import utils
<span
class=
"title-sub"
>
Settings
</span>
<h1
class=
"title-1"
>
Schedule
&
Details
</h1>
<nav
class=
"nav-settings secondary"
>
<
!-- <
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>
</nav>
-->
</header>
<!-- <div class="introduction">
...
...
cms/templates/unit.html
View file @
274d1752
...
...
@@ -21,47 +21,9 @@
});
});
</script>
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"wrapper-content wrapper"
>
<section
class=
"content"
>
<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>
<!-- <p class="unit-name-input"><label>Display Name:</label><input type="text" value="${unit.display_name}" class="unit-display-name-input" /></p> -->
<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>
<h2
class=
"sr"
>
Unit Metadata
&
Properties
</h2>
<ul
class=
"list-metadata"
>
<li
class=
"metadata status-visibility"
>
<label
for=
"visibility-select"
>
Visibility:
</label>
<select
class=
"visibility-select"
>
<option
value=
"public"
>
Public
</option>
<option
value=
"private"
>
Private
</option>
</select>
</li>
<li
class=
"metadata status-release"
>
<p>
This unit is scheduled to be released on
<span
class=
"date"
>
06 February, 2013
</span>
at
<span
class=
"time"
>
12:00 PM
</span>
with
<a
href=
"#"
>
"Introduction to the Course"
</a></p>
</li>
<li
class=
"metadata metadata-url"
>
<span
class=
"label"
>
Unit URL:
</span>
<span
class=
"value"
><a
href=
"#"
>
/courseware/db0cfa58100f4ca48c614cfb618030d1/7317287782624b9b924bd70ce5ca7b2d
</a></span>
</li>
</ul>
</header>
</section>
</div>
<div
class=
"main-wrapper edit-state-${unit_state}"
data-id=
"${unit_location}"
>
<div
class=
"inner-wrapper"
>
<div
class=
"alert editing-draft-alert"
>
...
...
@@ -72,9 +34,9 @@
</p>
<a
href=
"${published_preview_link}"
target=
"_blank"
class=
"alert-action secondary"
>
Preview the published version
</a>
</div>
<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>
<ol
class=
"components"
>
% for id in components:
<li
class=
"component"
data-id=
"${id}"
/>
...
...
@@ -136,7 +98,7 @@
</div>
<div
class=
"sidebar"
>
<
!-- <
div class="unit-settings window">
<div
class=
"unit-settings window"
>
<h4
class=
"header"
>
Unit Settings
</h4>
<div
class=
"window-contents"
>
<div
class=
"row visibility"
>
...
...
@@ -163,7 +125,7 @@
<a
href=
"${published_preview_link}"
target=
"_blank"
class=
"view-button"
>
View Live
</a>
</div>
</div>
</div>
-->
</div>
<div
class=
"window unit-location"
>
<h4
class=
"header"
>
Unit Location
</h4>
<div
class=
"window-contents"
>
...
...
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