1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
1 |
<html xmlns="http://www.w3.org/1999/xhtml" |
2 |
xmlns:py="http://genshi.edgewall.org/"> |
|
3 |
<head>
|
|
4 |
<title>Exercises</title> |
|
5 |
<!-- These let the javascript know which worksheet is open -->
|
|
6 |
<script type="text/javascript"> |
|
7 |
</script> |
|
8 |
</head> |
|
9 |
<body>
|
|
10 |
<h1>Exercises</h1> |
|
1099.1.229
by Nick Chadwick
Fixed a slight oversight, which meant there was no way to add a new |
11 |
<div id="ivle_padding"> |
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
12 |
<ul>
|
13 |
<py:for each="exercise in exercises"> |
|
14 |
<li class="exercise_names"> |
|
1463.1.3
by William Grant
ExercisesView links only to the exercise's index, which now has edit and delete links. |
15 |
<div><a class="exercise_header" href="${req.publisher.generate(exercise)}">${exercise.id}</a></div>${exercise.name} |
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
16 |
</li> |
17 |
</py:for> |
|
18 |
</ul> |
|
1463.1.2
by William Grant
Make ExercisesView's creation link less insane. |
19 |
<a class="addaction" href="/+exercises/+add">Create an exercise</a> |
1099.1.228
by Nick Chadwick
Merged from trunk. |
20 |
</div> |
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
21 |
</body> |
22 |
</html> |