2025-10-24 01:10:58 +02:00
|
|
|
<!--
|
|
|
|
|
~ The MIT License (MIT)
|
|
|
|
|
~
|
|
|
|
|
~ Copyright (c) 2025 Ziver Koc
|
|
|
|
|
~
|
|
|
|
|
~ Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
~ of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
~ in the Software without restriction, including without limitation the rights
|
|
|
|
|
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
~ copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
~ furnished to do so, subject to the following conditions:
|
|
|
|
|
~
|
|
|
|
|
~ The above copyright notice and this permission notice shall be included in
|
|
|
|
|
~ all copies or substantial portions of the Software.
|
|
|
|
|
~
|
|
|
|
|
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
|
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
|
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
|
~ THE SOFTWARE.
|
|
|
|
|
-->
|
|
|
|
|
|
2020-11-11 01:48:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
|
|
<title>HAL</title>
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2023-01-10 03:08:17 +01:00
|
|
|
<link href="css/lib/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
<link href="css/lib/bootstrap-switch.min.css" rel="stylesheet">
|
|
|
|
|
<link href="css/lib/c3.min.css" rel="stylesheet">
|
2020-11-11 01:48:09 +01:00
|
|
|
<link href="css/hal.css" rel="stylesheet">
|
|
|
|
|
|
2023-01-09 00:13:52 +01:00
|
|
|
<script src="js/lib/jquery-1.11.3.min.js"></script>
|
|
|
|
|
<script src="js/lib/bootstrap.min.js"></script>
|
|
|
|
|
<script src="js/lib/bootstrap-switch.min.js"></script>
|
|
|
|
|
<script src="js/lib/moment.js"></script>
|
2020-11-11 01:48:09 +01:00
|
|
|
<script src="js/hal.js"></script>
|
2024-03-15 00:17:15 +01:00
|
|
|
<!-- <script src="js/hal_alert.js"></script> -->
|
2020-11-11 01:48:09 +01:00
|
|
|
|
|
|
|
|
<!-- charts -->
|
2024-03-15 00:17:15 +01:00
|
|
|
<script src="js/lib/d3.min.js"></script>
|
|
|
|
|
<script src="js/lib/force-graph.min.js"></script>
|
|
|
|
|
<script src="js/lib/c3.min.js"></script>
|
2020-11-11 01:48:09 +01:00
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2021-09-15 22:58:01 +02:00
|
|
|
{{navigation}}
|
2020-11-11 01:48:09 +01:00
|
|
|
|
2021-09-15 22:58:01 +02:00
|
|
|
<div class="container-fluid">
|
|
|
|
|
<div class="row">
|
|
|
|
|
{{#side_navigation}}
|
|
|
|
|
{{side_navigation}}
|
2020-11-11 01:48:09 +01:00
|
|
|
|
2021-09-15 22:58:01 +02:00
|
|
|
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
|
|
|
|
|
{{/side_navigation}}
|
|
|
|
|
{{^side_navigation}}<div class="main">{{/side_navigation}}
|
2023-01-11 03:41:15 +01:00
|
|
|
<div id="alert-container"></div>
|
2024-03-15 00:17:15 +01:00
|
|
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
2021-09-15 22:58:01 +02:00
|
|
|
{{content}}
|
|
|
|
|
</div>
|
2020-11-11 01:48:09 +01:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-03-15 00:17:15 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="importmap">
|
|
|
|
|
{
|
|
|
|
|
"imports": {
|
2025-10-24 01:10:58 +02:00
|
|
|
"vue": "./js/vue/lib/vue.esm-browser.js",
|
|
|
|
|
"vue-router": "./js/vue/lib/vue-router.esm-browser.js",
|
2024-03-15 00:17:15 +01:00
|
|
|
"@vue/devtools-api": "https://unpkg.com/@vue/devtools-api@6.4.5/lib/esm/index.js",
|
|
|
|
|
|
|
|
|
|
{{#javascriptModules}}"{{.getModuleName()}}": "{{.getScriptPath()}}",
|
|
|
|
|
{{/javascriptModules}}
|
|
|
|
|
|
2025-10-24 01:10:58 +02:00
|
|
|
"App": "./js/vue/App.js"
|
2024-03-15 00:17:15 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script type="module">
|
|
|
|
|
import { createApp } from 'vue'
|
|
|
|
|
import { createRouter, createWebHistory } from 'vue-router'
|
|
|
|
|
|
|
|
|
|
{{#javascriptPages}}import {{.getModuleName()}} from '{{.getModuleName()}}'
|
|
|
|
|
{{/javascriptPages}}
|
|
|
|
|
|
|
|
|
|
import App from 'App'
|
|
|
|
|
|
|
|
|
|
const app = createApp(App);
|
|
|
|
|
|
|
|
|
|
const router = createRouter({
|
|
|
|
|
history: createWebHistory(),
|
|
|
|
|
routes: [
|
|
|
|
|
{{#javascriptPages}}{ name: "{{.getModuleName()}}", path: "{{.getPage()}}", component: {{.getModuleName()}} },
|
|
|
|
|
{{/javascriptPages}}
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
app.use(router);
|
|
|
|
|
|
|
|
|
|
app.mount('#app');
|
|
|
|
|
</script>
|
2020-11-11 01:48:09 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|