146 lines
3.6 KiB
HTML
146 lines
3.6 KiB
HTML
<section class="week-edit">
|
|
<header>
|
|
<h1 class="editable">Week 3</h1>
|
|
|
|
<section class="goals">
|
|
<header>
|
|
<h2>Weeks goals:</h2>
|
|
<p><a href="#">+ new goal</a></p>
|
|
</header>
|
|
|
|
<ul>
|
|
<li>
|
|
<p><strong>Goal title:</strong> This is the goal body and is wehre the goal will be further explained</p>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</header>
|
|
|
|
<section class="content">
|
|
<section class="filters">
|
|
<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>
|
|
<input type="search" name="" id="" value="" />
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<div>
|
|
<section class="modules">
|
|
<ol>
|
|
<li>
|
|
<header>
|
|
<h2><a href="#">Lecture Sequence</a></h2>
|
|
</header>
|
|
|
|
<ol>
|
|
<li><a href="#" class="problem-edit">Problem title 11</a></li>
|
|
<li><a href="#" class="problem-edit">Problem title 13</a></li>
|
|
<li><a href="#" class="problem-edit">Problem title 14</a></li>
|
|
<li><a href="#" class="video-edit">Video 3</a></li>
|
|
</ol>
|
|
</li>
|
|
<li>
|
|
<header>
|
|
<h2><a href="#">Lecture Sequence</a></h2>
|
|
</header>
|
|
|
|
<ol>
|
|
<li>
|
|
<header>
|
|
<h3>
|
|
<a href="#" class="problem-edit">Problem group</a>
|
|
</h3>
|
|
</header>
|
|
<ol>
|
|
<li>
|
|
<a href="#" class="problem-edit">Problem title 11</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="problem-edit">Problem title 11</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="problem-edit">Problem title 11</a>
|
|
</li>
|
|
</ol>
|
|
</li>
|
|
<li><a href="#" class="problem-edit">Problem title 13</a></li>
|
|
<li><a href="#" class="problem-edit">Problem title 14</a></li>
|
|
<li><a href="#" class="video-edit">Video 3</a></li>
|
|
</ol>
|
|
</li>
|
|
<li>
|
|
<header>
|
|
<h2><a href="#">Homework 1a</a></h2>
|
|
</header>
|
|
|
|
<ol>
|
|
<li><a href="#" class="problem-edit">Problem title 11</a></li>
|
|
<li><a href="#" class="problem-edit">Problem title 13</a></li>
|
|
<li><a href="#" class="problem-edit">Problem title 14</a></li>
|
|
<li><a href="#" class="video-edit">Video 3</a></li>
|
|
</ol>
|
|
</li>
|
|
|
|
<li class="new-module">
|
|
<%include file="new-module.html"/>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
|
|
<section class="scratch-pad">
|
|
<ol>
|
|
<li>
|
|
<header>
|
|
<h2>Section Scratch</h2>
|
|
</header>
|
|
<ul>
|
|
<li>Problem title 11</li>
|
|
<li>Problem title 13</li>
|
|
<li>Problem title 14</li>
|
|
<li>Video 3</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<header>
|
|
<h2>Course Scratch</h2>
|
|
</header>
|
|
<ul>
|
|
<li>Problem title 11</li>
|
|
<li>Problem title 13</li>
|
|
<li>Problem title 14</li>
|
|
<li>Video 3</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="new-module">
|
|
<%include file="new-module.html"/>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</section>
|