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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/exercise.html

ivle.webapp.tutorial.exercise.html: Remove an unnecessary XInclude NS
    definition. Fix some whitespace in a textarea, and a JS typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
2
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
3
  <div class="exercise" id="exercise${exerciseid}">
5
4
    <p><b>Exercise:</b> ${exercisename}</p>
12
11
        event.keyCode)"
13
12
        onchange="set_saved_status(&quot;exercise${exerciseid}&quot;, '${filename}',
14
13
        &quot;Save&quot;)"
15
 
        cols="80" rows="${rows}">
16
 
        ${exercisepartial}
17
 
    </textarea>
 
14
        cols="80" rows="${rows}">${exercisepartial}</textarea>
18
15
    <div class="exercisebuttons">
19
16
      <input type="button" value="Saved" disabled="disabled" id="savebutton_exercise${exerciseid}"
20
17
          onclick="saveexercise(&quot;exercise${exerciseid}&quot;, '${filename}')"
60
57
            <option></option>
61
58
          </select>
62
59
          <input type="button" value="View"
63
 
              onclick="select_attempt(&quot;exercise${exerciseid}&quot;, '${filename})'" />
 
60
              onclick="select_attempt(&quot;exercise${exerciseid}&quot;, '${filename}')" />
64
61
        </p>
65
62
        <p>
66
63
          <textarea readonly="readonly" class="exercisebox" cols="80" rows="${rows}"