Commit f629eae4 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

evalweb: Clean convert result

parent d615b929
Pipeline #66795 passed with stage
in 52 seconds
<h3>Vygenerovaný řetězec pro odpovědník</h3>
<pre>
Zkonstruujte {{student_type_string|default(task)}}…
:e1a___
:e1a="d:?{{is_task}}"</pre>
...@@ -147,11 +147,5 @@ function toggleDFA(dfa){ ...@@ -147,11 +147,5 @@ function toggleDFA(dfa){
</script> </script>
<br><br><br><br><br> <br><br><br><br><br>
<div style="margin:10px 30px;"> {% include "genodp.html" %}
<h3>Vygenerovaný řetězec pro odpovědník</h3>
<pre>
Zkonstruujte {{student_type_string}}…
:e1a___
:e1a="d:?{{is_task}}"</pre>
</div>
{% endblock %} {% endblock %}
...@@ -5,18 +5,17 @@ ...@@ -5,18 +5,17 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<br> <p>
<label for="student_string">Můj vstup</label> Vstupní {{student_type}}:
<br> <pre>
<textarea style="width:400px;" name="student_string" id="student_string">{{ student_string }}</textarea> {{- student_string -}}
{{ student_type }}, převod na {{ task }} </pre>
</p>
<br><br> <p>
<label for="output">Výsledek</label> Výsledek převodu na {{task}}
<br> <pre>
<textarea style="width:400px;" name="output" id="output">{{ output }}</textarea> {{- output -}}
<br> </pre>
<br> </p>
<h3>Vygenerovaný řetězec pro odpovědník</h3> {% include "genodp.html" %}
{{ is_task }}
{% endblock %} {% endblock %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment