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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-11 06:08:15 UTC
  • Revision ID: matt.giuca@gmail.com-20100211060815-9oue3zuuvg18w1yp
Exercises page redone to be consistent with worksheets page. Now looks much better, and contains an edit button for each exercise. Also renamed page headings for both pages to 'manage' rather than 'edit' (consistent with links to these pages).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
  <head>
4
 
    <title>Edit Worksheets - ${subject.name}</title>
 
4
    <title>Manage worksheets - ${subject.name}</title>
5
5
    <!-- These let the javascript know which worksheet is open -->
6
6
    <script type="text/javascript">
7
7
        subject = "${subject.short_name}";
10
10
    </script>
11
11
  </head>
12
12
  <body>
13
 
    <h1>Editing worksheets for ${subject.name}</h1>
 
13
    <h1>Worksheets for ${subject.name}</h1>
14
14
    <div id="ivle_padding">
15
15
      <table id='worksheets_table'>
16
16
        <tr><th>Name</th><th>Actions</th></tr>