Bug 30650: Add link from the member toolbar
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-intranet-bottom.inc
1 [% USE raw %]
2 [% USE Asset %]
3         [% Asset.js("lib/jquery/jquery-3.6.0.min.js") | $raw %]
4         [% Asset.js("lib/jquery/jquery-migrate-3.3.2.min.js") | $raw %]
5         [% Asset.js("lib/jquery/jquery-ui-1.13.1.min.js") | $raw %]
6         [% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %]
7         [% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %]
8         <!-- installer-intranet-bottom.inc -->
9         <script>
10             function _(s) { return s } // dummy function for gettext
11             [%# Prevent XFS attacks -%]
12             $(document).ready(function() {
13                if (self === top) {
14                    var antiClickjack = document.getElementById("antiClickjack");
15                    antiClickjack.parentNode.removeChild(antiClickjack);
16                } else {
17                    top.location = self.location;
18                }
19             });
20         </script>
21         <!-- / installer-intranet-bottom.inc -->
22         [% INCLUDE 'calendar.inc' %]
23         [% jsinclude | $raw # Parse the page template's JavaScript block if necessary %]
24     </body>
25 </html>