Files
edx-platform/cms/templates/widgets/week-new.html
2012-06-13 14:43:01 -04:00

87 lines
1.6 KiB
HTML

<section class="week-new">
<header>
<h1>Week 6</h1>
<p><a href="#">+ new goal</a></p>
<section class="goals">
<h2>Weeks goals:</h2>
<ul>
<li>
<h3>Create new goal</h2>
<p>Goals are overarching themes for the week</p>
</li>
</ul>
</section>
</header>
<section class="filters disabled">
<ul>
<li>
<label for="">Sort by</label>
<select>
<option value="">Recently Modified</option>
</select>
</li>
<li>
<label for="">Display</label>
<select>
<option value="">All content</option>
</select>
</li>
<li>
<select>
<option value="">Internal Only</option>
</select>
</li>
<li class="advanced">
<a href="#">Advanced filters</a>
</li>
<li>
<form>
<input type="search" name="" id="" value="" />
</form>
</li>
</ul>
</section>
<section>
<section class="scratch-pad">
<header>
<h2>Scratch pad</h2>
</header>
<ul>
<li class="new-module">
<%include file="new-module.html"/>
</li>
</ul>
</section>
<section class="weeks-content">
<header>
<h2>Weeks Content</h2>
</header>
</section>
</section>
<section class="new-bar">
<ul>
<li>
<a href="#">Existing content</a>
</li>
<li>
<a href="#">New Video</a>
</li>
<li>
<a href="#">New Problem</a>
</li>
<li>
<a href="#">New Lab</a>
</li>
</ul>
</section>