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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-11 06:42:13 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211064213-cui5i24tlfqffew8
Make the exercise list a pretty_table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  <body>
10
10
    <h1>Exercises</h1>
11
11
    <div id="ivle_padding">
12
 
      <table id='exercises_table'>
 
12
      <table class="pretty_table">
13
13
        <tr><th>Name</th><th>Display name</th><th>Actions</th></tr>
14
14
      <py:for each="exercise in exercises">
15
15
        <tr>