{% extends "base.html" %} {% block content %}
Flow speed: 10 mm / s
{{ template_game_form.flow_speed_field.label(class="form-label") }} {{ template_game_form.flow_speed_field(class="form-control",id="flow_speed",value=session['game4']['flow_speed']) }}
T1 = {{ session['game4']['T1'] }} ms
T2 = {{ session['game4']['T2'] }} ms
{% if session['game4']['mode'] == 'bright' %} {% set brightTabStatus = 'active' %} {% set darkTabStatus = '' %} {% set brightPaneStatus = 'show active' %} {% set darkPaneStatus = '' %} {% else %} {% set brightTabStatus = '' %} {% set darkTabStatus = 'active' %} {% set brightPaneStatus = '' %} {% set darkPaneStatus = 'show active' %} {% endif %}

{{ template_game_form.bright_thk_field.label(class="form-label") }} {{ template_game_form.bright_thk_field(class="form-control",id='bright_thk',value=session['game4']['bright_thk']) }}
{{ template_game_form.bright_tr_field.label(class="form-label") }} {{ template_game_form.bright_tr_field(class="form-control",id='bright_tr',value=session['game4']['bright_tr']) }}
{{ template_game_form.bright_te_field.label(class="form-label") }} {{ template_game_form.bright_te_field(class="form-control",id="bright_te",value=session['game4']['bright_te']) }}
{{ template_game_form.bright_fa_field.label(class="form-label") }} {{ template_game_form.bright_fa_field(class="form-range",id='bright_fa',value=session['game4']['bright_fa']) }}
{% for b in [0,15,30,45,60,75,90] %} {{ b }} {% endfor %}

{{ template_game_form.dark_thk_field.label(class="form-label") }} {{ template_game_form.dark_thk_field(class="form-control",id="dark_thk",value=session['game4']['dark_thk']) }}
{{ template_game_form.dark_te_field.label(class="form-label") }} {{ template_game_form.dark_te_field(class="form-control",id="dark_te",value=session['game4']['dark_te']) }}
Transfer parameters >>

Messages

Press "PUSH" after you change parameters to re-run the flow simulation!

Image
{{ template_game_form.sequence_type_field.label(class="form-label") }}
{{ template_game_form.thk_field.label(class="form-label") }}
{{ template_game_form.thk_field(class="form-control",id="thk",value=session['game4']['thk']) }}
{% if session['game4']['mode']=='bright' %} {% set visibility = "" %} {% else %} {% set visibility = "d-none" %} {% endif %}
{{ template_game_form.tr_field.label(class="form-label") }}
{{ template_game_form.tr_field(class="form-control",id="tr",value=session['game4']['tr']) }}
{{ template_game_form.te_field.label(class="form-label") }}
{{ template_game_form.te_field(class="form-control",id="te",value=session['game4']['te']) }}
{{ template_game_form.fa_field.label(class="form-label") }}
{{ template_game_form.fa_field(class="form-range",id="fa",value=session['game4']['fa']) }}
{% for b in [0,15,30,45,60,75,90] %} {{ b }} {% endfor %}
{% endblock %} {% block additional_imports %} {% endblock %}