gitlab_medici/app/AdminModule/templates/Transliteration/new.latte @ e9926833
1 |
{block content} |
---|---|
2 |
|
3 |
<div class="display-5">Enter New Transliteration</div> |
4 |
|
5 |
{control transliterationNewForm} |
6 |
|
7 |
<div class="row mt-5"> |
8 |
<div class="col-5"> |
9 |
{control keyboard} |
10 |
</div> |
11 |
</div> |
12 |
|
13 |
{/block} |
14 |
|
15 |
{block scripts} |
16 |
<script> |
17 |
$(function () { |
18 |
$.nette.init(); |
19 |
}); |
20 |
</script> |
- « Předchozí
- 1
- 2
- 3
- Další »