commit some failed experiments
This commit is contained in:
@@ -8,11 +8,9 @@
|
|||||||
<p><b> {{ string_dict['welcome_text'] }} </b></p>
|
<p><b> {{ string_dict['welcome_text'] }} </b></p>
|
||||||
<p>{{ string_dict['confirm_text'] }} </p> <br />
|
<p>{{ string_dict['confirm_text'] }} </p> <br />
|
||||||
|
|
||||||
<div style="padding-left: 15px; align: center;">
|
<!--
|
||||||
|
|
||||||
<div style="float: left; padding-left: 100px;">
|
<div style="float: left; padding-left: 100px;">
|
||||||
<button>
|
<button class="button is-dark" style="height: 180px;">
|
||||||
<form action="/welcome" method="POST">
|
|
||||||
<img src="/static/icons/language.jpg" width="96px" alt="{{ string_dict['language_text'] }}" />
|
<img src="/static/icons/language.jpg" width="96px" alt="{{ string_dict['language_text'] }}" />
|
||||||
<div class="control is-link" width="180px">
|
<div class="control is-link" width="180px">
|
||||||
<div class="select">
|
<div class="select">
|
||||||
@@ -23,30 +21,35 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
<br>
|
<button class="button is-dark" style="float: left; margin-left: 100px; background-color: #242424; padding: 25px;">
|
||||||
|
<img src="/static/icons/language.jpg" width="96px" alt="{{ string_dict['language_text'] }}" />
|
||||||
|
<br> {{ string_dict['language_text'] }} {{ selected_lang }}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<!--
|
||||||
<div style="float: left; position: relative; top: -10px; padding-left: 100px;"
|
<div style="float: left; position: relative; top: -10px; padding-left: 100px;"
|
||||||
<button>
|
<button class="button is-dark">
|
||||||
<form>
|
|
||||||
<img src="/static/icons/keyboard.png" width="90px" />
|
<img src="/static/icons/keyboard.png" width="90px" />
|
||||||
<div class="control is-link">
|
<div class="control is-link">
|
||||||
<div class="select">
|
<div class="select">
|
||||||
<select hx-post="/welcome" hx-target="body" name="keyboard" style="width: 220px">
|
<select hx-post="/welcome" hx-target="body" name="keyboard" style="width: 220px">
|
||||||
<option>en-us</option>
|
<option>en-us</option>
|
||||||
<option>en-za</option>
|
<option>en-za</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<div style="float: left; margin-left: 100px; background-color: #242424; padding: 25px;">
|
||||||
|
<img src="/static/icons/keyboard,png" width="96px" /><br>
|
||||||
|
Keyboard
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user