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

« back to all changes in this revision

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

Merged from new-dispatch branch.
This branch is now a child of new-dispatch (until that branch is merged with
    trunk).

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}')"
34
31
    </div>
35
32
    <div class="problem_summary">
36
33
      <ul>
37
 
        <li id="summaryli_exercise${exerciseid}" class="${complete}">
 
34
        <li id="summaryli_exercise${exerciseid}" class="${complete_class}">
38
35
          <b><span id="summarycomplete_exercise${exerciseid}">${complete}</span>.</b>
39
36
            Attempts: <span id="summaryattempts_exercise${exerciseid}">${attempts}</span>.
40
37
        </li>
55
52
            Close attempts
56
53
          </a>
57
54
        </p>
58
 
        <p>
 
55
        <p class="attemptslist" style="display: none">
59
56
          <select title="Select an attempt's time stamp from the list">
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}')" />
 
61
        </p>
 
62
        <p class="noattempts" style="display: none">
 
63
          No attempts have been made for this exercise.
64
64
        </p>
65
65
        <p>
66
66
          <textarea readonly="readonly" class="exercisebox" cols="80" rows="${rows}"