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 313-320
Link Here
|
313 |
|
312 |
|
314 |
<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> |
313 |
<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> |
315 |
</div> <!-- /.row --> |
314 |
</div> <!-- /.row --> |
|
|
315 |
<div class="row w-25 m-auto p-4 border border-4 border-warning br-5 rounded text-center mt-4"> |
316 |
<p> |
317 |
<span>Uncomment me in <span class="font-monospace">intranet-main.tt</span> 👇</span><br> |
318 |
<span class="font-monospace text-danger">-<!-- <hello-world></hello-world> --></span><br> |
319 |
<span class="font-monospace text-success">+<hello-world></hello-world></span> |
320 |
</p> |
321 |
<!-- <hello-world></hello-world> --> |
322 |
</div> <!-- /.row --> |
316 |
|
323 |
|
317 |
[% MACRO jsinclude BLOCK %] |
324 |
[% MACRO jsinclude BLOCK %] |
|
|
325 |
[% Asset.js("js/vue/dist/islands.js", "type" => "module") | $raw %] |
318 |
<script> |
326 |
<script> |
319 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
327 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
320 |
$(document).ready(function(){ |
328 |
$(document).ready(function(){ |