week-new.html 2.24 KB
Newer Older
1 2
<section class="week-new">
  <header>
3 4 5 6
    <div>
      <h1 class="editable">Week 3</h1>
      <p><a href="#">+ new goal</a></p>
    </div>
7 8 9

    <section class="goals">
      <ul>
10
        <li>
11
          <p><strong>Please add a goal for this section</strong> </p>
12
        </li>
13 14
      </ul>
    </section>
15
  </header>
16

17 18
  <section class="content">
  <section class="filters">
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
    <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>
44
        <input type="search" name="" id="" value="" />
45 46 47
      </li>
    </ul>
  </section>
48 49 50 51 52
    <div>
    <section class="modules empty">
      <p>This are no groups or units in this section yet</p>
      <a href="#">Add a Group</a>
      <a href="#">Add a Unit</a>
53
    </section>
54

55 56
  <section class="scratch-pad">
    <ol>
57
      <li>
58 59 60 61 62 63 64 65
        <header>
        <h2>Section Scratch</h2>
        </header>
        <ul>
          <li class="empty">
            <p><a href="#">There are no units in this scratch yet. Add one</a></p>
          </li>
        </ul>
66 67
      </li>
      <li>
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
        <header>
        <h2>Course Scratch</h2>
        </header>
        <ul>
          <li>
            <a href="" class="problem-edit">Problem title 11</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="sequence-edit">Problem Group</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="problem-edit">Problem title 14</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="video-edit">Video 3</a>
            <a href="#" class="draggable">handle</a>
          </li>
        </ul>
89
      </li>
90 91 92

      <li class="new-module">
        <%include file="new-module.html"/>
93
      </li>
94 95 96
    </ol>
  </section>
    </div>
97
  </section>
98
</section>
99