1 |
c8d80ce7
|
hard456
|
{block content}
|
2 |
|
|
|
3 |
|
|
<div class="display-5">Enter New Transliteration</div>
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
<div class="row mt-5">
|
7 |
|
|
<div class="col-5">
|
8 |
|
|
<fieldset>
|
9 |
|
|
<legend>Book information</legend>
|
10 |
|
|
|
11 |
|
|
{control bookOptionForm}
|
12 |
|
|
</fieldset>
|
13 |
|
|
</div>
|
14 |
|
|
</div>
|
15 |
|
|
|
16 |
|
|
<div class="row mt-5">
|
17 |
|
|
<div class="col-5">
|
18 |
|
|
<fieldset>
|
19 |
|
|
<legend>Transliteration information</legend>
|
20 |
|
|
|
21 |
|
|
{control transliterationEditForm}
|
22 |
|
|
</fieldset>
|
23 |
|
|
</div>
|
24 |
|
|
</div>
|
25 |
|
|
|
26 |
|
|
<div class="row mt-5">
|
27 |
|
|
<div class="col-5">
|
28 |
|
|
<fieldset>
|
29 |
|
|
<legend>Transliteration data</legend>
|
30 |
|
|
|
31 |
|
|
{control transliterationDataEditForm}
|
32 |
|
|
</fieldset>
|
33 |
|
|
</div>
|
34 |
|
|
</div>
|
35 |
|
|
|
36 |
|
|
<div class="row mt-5">
|
37 |
|
|
<div class="col-5">
|
38 |
|
|
{control keyboard}
|
39 |
|
|
</div>
|
40 |
|
|
</div>
|
41 |
|
|
|
42 |
|
|
{/block}
|
43 |
|
|
|
44 |
|
|
{block scripts}
|
45 |
|
|
<script>
|
46 |
|
|
$(function () {
|
47 |
|
|
$.nette.init();
|
48 |
|
|
});
|
49 |
|
|
</script>
|