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
af3c92c4
Commit
af3c92c4
authored
Mar 06, 2013
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old cms templates
parent
ba69392f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
115 deletions
+0
-115
cms/templates/course_index.html
+0
-14
cms/templates/widgets/navigation.html
+0
-101
No files found.
cms/templates/course_index.html
deleted
100644 → 0
View file @
ba69392f
<
%
inherit
file=
"base.html"
/>
<
%
include
file=
"widgets/header.html"
/>
<
%
block
name=
"content"
>
<section
class=
"main-container"
>
<
%
include
file=
"widgets/navigation.html"
/>
<section
class=
"main-content"
>
</section>
</section>
</
%
block>
cms/templates/widgets/navigation.html
deleted
100644 → 0
View file @
ba69392f
<section
class=
"cal"
>
<header
class=
"wip"
>
<ul
class=
"actions"
>
<li><a
href=
"#"
>
Timeline view
</a></li>
<li><a
href=
"#"
>
Multi-Module edit
</a></li>
</ul>
<ul>
<li>
<h2>
Sort:
</h2>
<select>
<option
value=
""
>
Linear Order
</option>
<option
value=
""
>
Recently Modified
</option>
<option
value=
""
>
Type
</option>
<option
value=
""
>
Alphabetically
</option>
</select>
</li>
<li>
<h2>
Filter:
</h2>
<select>
<option
value=
""
>
All content
</option>
<option
value=
""
>
Videos
</option>
<option
value=
""
>
Problems
</option>
<option
value=
""
>
Labs
</option>
<option
value=
""
>
Tutorials
</option>
<option
value=
""
>
HTML
</option>
</select>
<a
href=
"#"
class=
"more"
>
More
</a>
</li>
<li>
<a
href=
"#"
>
Hide goals
</a>
</li>
<li
class=
"search"
>
<input
type=
"search"
name=
""
id=
""
value=
""
placeholder=
"Search"
/>
</li>
</ul>
</header>
<ol
id=
"weeks"
>
% for week in weeks:
<li
class=
"week"
data-id=
"${week.location.url()}"
>
<header>
<h1><a
href=
"#"
class=
"week-edit"
>
${week.url_name}
</a></h1>
<ul>
% if 'goals' in week.metadata:
% for goal in week.metadata['goals']:
<li
class=
"goal editable"
>
${goal}
</li>
% endfor
% else:
<li
class=
"goal editable"
>
Please create a learning goal for this week
</li>
% endif
</ul>
</header>
<ul
class=
"modules"
>
% for module in week.get_children():
<li
class=
"module"
data-id=
"${module.location.url()}"
data-type=
"${module.js_module_name}"
data-preview-type=
"${module.module_class.js_module_name}"
>
<a
href=
"#"
class=
"module-edit"
>
${module.lms.display_name}
</a>
</li>
% endfor
<
%
include
file=
"module-dropdown.html"
/>
</ul>
</li>
%endfor
</ol>
<section
class=
"new-section"
>
<a
href=
"#"
class=
"wip"
>
+ Add New Section
</a>
<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>
</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