1
<html xmlns="http://www.w3.org/1999/xhtml"
2
xmlns:py="http://genshi.edgewall.org/">
4
<title>Exercises</title>
5
<!-- These let the javascript know which worksheet is open -->
6
<script type="text/javascript">
11
<div id="ivle_padding">
12
<a href="/+exercises/+add"><h3>Add a New Exercise</h3></a>
14
<py:for each="exercise in exercises">
15
<li class="exercise_names">
16
<div><a href="/+exercises/${exercise.id}/+delete"><img src="${mediapath}cross.png"/></a> <a class="exercise_header" href="/+exercises/${exercise.id}/+edit">${exercise.id}</a></div>${exercise.name}