~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/templates/exercises.html

  • Committer: Nick Chadwick
  • Date: 2009-03-09 00:45:58 UTC
  • mfrom: (1156 trunk)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090309004558-xvvj990b9h9y23bu
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  </head>
9
9
  <body>
10
10
    <h1>Exercises</h1>
 
11
    <div id="">
11
12
    <a><h3>Add a New Exercise</h3></a>
12
13
    <ul>
13
14
      <py:for each="exercise in exercises">
17
18
        <br />
18
19
      </py:for>
19
20
    </ul>
 
21
    </div>
20
22
  </body>
21
23
</html>