templates/display_question.html
changeset 52 adab2d07981a
parent 33 d28d0957a5ab
child 55 8d78e1e62424
equal deleted inserted replaced
51:80df28feac72 52:adab2d07981a
    13 				}
    13 				}
    14 		}
    14 		}
    15         function dopost (){
    15         function dopost (){
    16             document.getElementById("queform").submit();
    16             document.getElementById("queform").submit();
    17         }
    17         }
    18 		setTimeout("dec_counter()", 1000);
    18 //		setTimeout("dec_counter()", 1000);
    19     </script>
    19     </script>
    20 {% endblock %}
    20 {% endblock %}
       
    21 {% block onload %} onload="dec_counter()" {% endblock %}
    21 {% block content %}
    22 {% block content %}
    22 {{question.description|linebreaksbr}}	<br />
    23 {{question.description|linebreaksbr}}	<br />
    23 {% if question.code %}
    24 {% if question.code %}
    24 <br />
    25 <br />
    25 <fieldset><pre>{{question.code}}</pre></fieldset>
    26 <fieldset><pre>{{question.code}}</pre></fieldset>