~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-03-18 00:12:26 UTC
  • mfrom: (1164 trunk)
  • mto: This revision was merged to the branch mainline in revision 1290.
  • Revision ID: grantw@unimelb.edu.au-20090318001226-fm6rh01lfezetk3x
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                      <input type="text" id="var_val_${variable.varid}" value="${variable.var_value}"/>
80
80
                      <label for="var_argno_${variable.varid}">Arg Num:</label>
81
81
                      <input size="5" type="text" id="var_argno_${variable.varid}" value="${variable.arg_no}" />
82
 
                      <input type="button" value="Save Variable" onclick="edit_var_${variable.varid}" />
 
82
                      <input type="button" value="Save Variable" onclick="edit_var('${variable.varid}', '${test_suite.suiteid}')" />
83
83
                    </span>
84
84
                    <br />          
85
85
                  </py:for>
151
151
                            <br />
152
152
                          </py:for>
153
153
                        </div>
154
 
                        <a>Add a New part</a>
155
 
                        <div class="new_test_part" id="new_test_part_${test_case.testid}">
 
154
                        <a onclick="tog('new_test_part_${test_case.testid}')">Add a New part</a>
 
155
                        <div class="add_new_part" id="new_test_part_${test_case.testid}">
156
156
                            <label for="new_test_part_part_type_${test_case.testid}">Part Type:</label>
157
157
                            <select name="Part Type" id="new_test_part_part_type_${test_case.testid}">
158
158
                              <py:for each="part_type in part_types">