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>
|
|
1463.1.4
by William Grant
Clean up exercise deletion a lot. |
4 |
<title>Delete exercise - ${exercise.id}</title> |
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
5 |
</head> |
6 |
<body>
|
|
1463.1.4
by William Grant
Clean up exercise deletion a lot. |
7 |
<h1>Delete exercise</h1> |
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
8 |
<div id="ivle_padding"> |
1606.1.11
by William Grant
Rebrand exercise delete form fields with the new conventions. |
9 |
<div><strong>Display name:</strong> ${exercise.name}</div> |
10 |
<div><strong>URL name:</strong> ${exercise.id}</div> |
|
1463.1.4
by William Grant
Clean up exercise deletion a lot. |
11 |
<p>Are you sure you want to delete this exercise? It has not been used by any worksheets.</p> |
12 |
<form action="" method="POST"> |
|
13 |
<input type="submit" value="Delete"/> |
|
14 |
</form> |
|
1099.6.4
by Nick Chadwick
Exercise UI is now ready to be merged into trunk. |
15 |
</div> |
16 |
</body> |
|
17 |
</html> |