aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components/base.korte
blob: 6e2f6c4caacc1ce9cd975ec4443c77ac83a68f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
{%- include "components/head.korte" -%}
<body>
<script type="text/javascript">
var pathtoroot = "{{ pathToRoot }}";
</script>
<noscript>
    <div>JavaScript is disabled on your browser.</div>
</noscript>
{%- include "components/topNavbar.korte" -%}
{%- block content %} {% endblock -%}
{%- include "components/bottomNavbar.korte" -%}
<ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0"
    style="display: none;"></ul>
<span role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></span>
</body>
</html>