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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-10 02:18:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: grantw@unimelb.edu.au-20091210021840-o568z7k0qx94y6dd
Prettify ExerciseEditView a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
    <a py:match="iw:delete" href="javascript:${select('@action')}"><img title="Delete" alt="Delete" src="${mediapath}cross.png"/></a>
28
28
 
29
 
    <h1>Edit Exercise - ${exercise.id}</h1>
 
29
    <h1>Edit ${exercise.name}</h1>
30
30
    <div id="ivle_padding">
31
 
      <h3>Exercise Values:</h3>
32
 
      <div py:with="iw_prefix='exercise'; iw_label_linebreak=True">
 
31
      <div py:with="iw_prefix='exercise'; iw_label_linebreak=True"
 
32
           class="stackedform">
33
33
        <iw:text name="id" desc="Identifier">${exercise.id}</iw:text>
34
34
        <iw:text name="name" desc="Name">${exercise.name}</iw:text>
35
35
        <iw:text name="num_rows" desc="Number of Rows">${exercise.num_rows}</iw:text>