Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
f629eae4
Commit
f629eae4
authored
Feb 12, 2021
by
Vladimír Štill
Browse files
evalweb: Clean convert result
parent
d615b929
Pipeline
#66795
passed with stage
in 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
evalweb/templates/genodp.html
0 → 100644
View file @
f629eae4
<h3>
Vygenerovaný řetězec pro odpovědník
</h3>
<pre>
Zkonstruujte {{student_type_string|default(task)}}…
:e1a___
:e1a="d:?{{is_task}}"
</pre>
evalweb/templates/result_compare.html
View file @
f629eae4
...
@@ -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 %}
evalweb/templates/result_convert.html
View file @
f629eae4
...
@@ -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 %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment