Lines 11-17
Link Here
|
11 |
[% t("Koha staff interface") | html %] |
11 |
[% t("Koha staff interface") | html %] |
12 |
[% END %]</title> |
12 |
[% END %]</title> |
13 |
[% Asset.css("css/mainpage.css") | $raw %] |
13 |
[% Asset.css("css/mainpage.css") | $raw %] |
14 |
[% Asset.js("js/vue/dist/islands.js", "defer" => 1, async => "1") | $raw %] |
|
|
15 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
16 |
</head> |
15 |
</head> |
17 |
|
16 |
|
Lines 307-314
Link Here
|
307 |
|
306 |
|
308 |
<hello-islands message="This is an attribute on the web component, that's bound to a prop in the Vue component. Cool, right?" color="dodgerblue"></hello-islands> |
307 |
<hello-islands message="This is an attribute on the web component, that's bound to a prop in the Vue component. Cool, right?" color="dodgerblue"></hello-islands> |
309 |
</div> <!-- /.row --> |
308 |
</div> <!-- /.row --> |
|
|
309 |
<div class="row w-25 m-auto p-4 border border-4 border-warning br-5 rounded text-center mt-4"> |
310 |
<p> |
311 |
<span>Uncomment me in <span class="font-monospace">intranet-main.tt</span> 👇</span><br> |
312 |
<span class="font-monospace text-danger">-<!-- <hello-world></hello-world> --></span><br> |
313 |
<span class="font-monospace text-success">+<hello-world></hello-world></span> |
314 |
</p> |
315 |
<!-- <hello-world></hello-world> --> |
316 |
</div> <!-- /.row --> |
310 |
|
317 |
|
311 |
[% MACRO jsinclude BLOCK %] |
318 |
[% MACRO jsinclude BLOCK %] |
|
|
319 |
[% Asset.js("js/vue/dist/islands.js", "type" => "module") | $raw %] |
312 |
<script> |
320 |
<script> |
313 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
321 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
314 |
$(document).ready(function(){ |
322 |
$(document).ready(function(){ |