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
1a16a95e
Commit
1a16a95e
authored
Jul 09, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of comments
parent
b31af9eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
54 deletions
+50
-54
cms/static/sass/_base.scss
+3
-8
cms/templates/widgets/module-dropdown.html
+24
-23
cms/templates/widgets/navigation.html
+23
-23
No files found.
cms/static/sass/_base.scss
View file @
1a16a95e
...
...
@@ -123,13 +123,8 @@ textarea {
.wip
{
outline
:
1px
solid
#f00
!
important
;
position
:
relative
;
}
// &:after {
// content: "WIP";
// font-size: 8px;
// padding: 2px;
// background: #f00;
// color: #fff;
// @include position(absolute, 0px 0px 0 0);
// }
.hidden
{
display
:
none
;
}
cms/templates/widgets/module-dropdown.html
View file @
1a16a95e
...
...
@@ -2,27 +2,28 @@
<a
href=
"#"
class=
"new-module"
>
+ Add new module
</a>
<!-- <div> -->
<!-- <form> -->
<!-- <ul> -->
<!-- <li> -->
<!-- <input type="text" name="" id="" placeholder="Moldule title" /> -->
<!-- </li> -->
<!-- <li> -->
<!-- <select> -->
<!-- <option>Use template</option> -->
<!-- <option>Lecture Sequence</option> -->
<!-- <option>Use template</option> -->
<!-- </select> -->
<!-- </li> -->
<!-- <li> -->
<!-- <input type="submit" value="Create & Edit Module" /> -->
<!-- <div> -->
<!-- <a href="#">Save without edit</a> -->
<!-- <a href="#">Cancel</a> -->
<!-- </div> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </form> -->
<!-- </div> -->
<div
class=
"hidden"
>
<form>
<ul>
<li>
<input
type=
"text"
name=
""
id=
""
placeholder=
"Moldule title"
/>
</li>
<li>
<select>
<option>
Use template
</option>
<option>
Lecture Sequence
</option>
<option>
Use template
</option>
</select>
</li>
<li>
<input
type=
"submit"
value=
"Create & Edit Module"
/>
<div>
<a
href=
"#"
>
Save without edit
</a>
<a
href=
"#"
>
Cancel
</a>
</div>
</li>
</ul>
</form>
</div>
</li>
cms/templates/widgets/navigation.html
View file @
1a16a95e
...
...
@@ -94,30 +94,30 @@
<section
class=
"new-section"
>
<a
href=
"#"
class=
"wip"
>
+ Add New Section
</a>
<
!-- <section> --
>
<!-- <form> --
>
<!-- <ul> --
>
<!-- <li> --
>
<!-- <input type="text" name="" id="" placeholder="Section title" /> --
>
<!-- </li> --
>
<!-- <li> --
>
<!-- <select> --
>
<!-- <option>Blank</option> --
>
<!-- <option>6.002x</option> --
>
<!-- <option>6.00x</option> --
>
<!-- </select> --
>
<!-- </li> --
>
<!-- <li> --
>
<!-- <input type="submit" value="Save and edit week" class="edit-week" /> --
>
<
section
class=
"hidden"
>
<form
>
<ul
>
<li
>
<input
type=
"text"
name=
""
id=
""
placeholder=
"Section title"
/
>
</li
>
<li
>
<select
>
<option>
Blank
</option
>
<option>
6.002x
</option
>
<option>
6.00x
</option
>
</select
>
</li
>
<li
>
<input
type=
"submit"
value=
"Save and edit week"
class=
"edit-week"
/
>
<!-- <div> --
>
<!-- <a href="#" class="close">Save without edit</a> --
>
<!-- <a href="#" class="close">cancel</a> --
>
<!-- </div> --
>
<!-- </li> --
>
<!-- </ul> --
>
<!-- </form> --
>
<
!-- </section> --
>
<div
>
<a
href=
"#"
class=
"close"
>
Save without edit
</a
>
<a
href=
"#"
class=
"close"
>
cancel
</a
>
</div
>
</li
>
</ul
>
</form
>
<
/section
>
</section>
</section>
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