gitlab_medici/app/AdminModule/templates/Transliteration/new.latte @ e9926833
1 | c8d80ce7 | hard456 | {block content} |
---|---|---|---|
2 | |||
3 | <div class="display-5">Enter New Transliteration</div> |
||
4 | |||
5 | e9926833 | hard456 | {control transliterationNewForm} |
6 | c8d80ce7 | hard456 | |
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> |