commit some failed experiments
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
<p><b> {{ string_dict['welcome_text'] }} </b></p>
|
||||
<p>{{ string_dict['confirm_text'] }} </p> <br />
|
||||
|
||||
<div style="padding-left: 15px; align: center;">
|
||||
|
||||
<!--
|
||||
<div style="float: left; padding-left: 100px;">
|
||||
<button>
|
||||
<form action="/welcome" method="POST">
|
||||
<button class="button is-dark" style="height: 180px;">
|
||||
<img src="/static/icons/language.jpg" width="96px" alt="{{ string_dict['language_text'] }}" />
|
||||
<div class="control is-link" width="180px">
|
||||
<div class="select">
|
||||
@@ -23,30 +21,35 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</button>
|
||||
</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;"
|
||||
<button>
|
||||
<form>
|
||||
<button class="button is-dark">
|
||||
<img src="/static/icons/keyboard.png" width="90px" />
|
||||
<div class="control is-link">
|
||||
<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-za</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</button>
|
||||
</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>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user