diff options
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components/pageStart.korte')
-rw-r--r-- | plugins/javadoc/src/main/resources/views/components/pageStart.korte | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/pageStart.korte b/plugins/javadoc/src/main/resources/views/components/pageStart.korte deleted file mode 100644 index 92be7495..00000000 --- a/plugins/javadoc/src/main/resources/views/components/pageStart.korte +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE HTML> -<!-- NewPage --> -<html lang="en"> -<head> -<title>$documentTitle ({{ title }} {{ version }} API)</title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<meta name="dc.created" content="{{ curDate() }}"> -<link rel="stylesheet" type="text/css" href="{{ pathToRoot }}stylesheet.css" title="Style"> -<link rel="stylesheet" type="text/css" href="{{ pathToRoot }}jquery/jquery-ui.css" title="Style"> -<script type="text/javascript" src="{{ pathToRoot }}script.js"></script> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jszip/dist/jszip.min.js"></script> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jszip-utils/dist/jszip-utils.min.js"></script> -<!--[if IE]> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> -<![endif]--> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-{{ jQueryVersion() }}.js"></script> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-migrate-{{ jQueryMigrateVersion() }}.js"></script> -<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-ui.js"></script> -</head> -<body> -<script type="text/javascript"> -var pathtoroot = "{{ pathToRoot }}"; -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<header role="banner"> -<nav role="navigation"> -<div class="fixedNav">
\ No newline at end of file |