|
|
@ -44,6 +44,16 @@ Vanderbilt University Medical Center
|
|
|
|
<link href="{{system.context}}/api/disk/read?uri={{layout.root}}/_assets/themes/{{system.theme}}/footer.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="{{system.context}}/api/disk/read?uri={{layout.root}}/_assets/themes/{{system.theme}}/footer.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="{{system.context}}/api/disk/read?uri={{layout.root}}/_assets/themes/{{system.theme}}/pane.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="{{system.context}}/api/disk/read?uri={{layout.root}}/_assets/themes/{{system.theme}}/pane.css" rel="stylesheet" type="text/css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- -->
|
|
|
|
|
|
|
|
<meta property="og:title" content="{{layout.header.title}}" />
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
|
|
|
|
<!-- <meta property="og:url" content="https://www.yourwebsite.com/page" /> -->
|
|
|
|
|
|
|
|
<meta property="og:image" content="{{system.logo}}" />
|
|
|
|
|
|
|
|
<meta property="og:image:alt" content="{{layout.header.title}}" />
|
|
|
|
|
|
|
|
<meta property="og:description" content="{{layout.header.title}}; {{layout.header.subtitle}}, version {{system.version}}" />
|
|
|
|
|
|
|
|
<meta property="og:site_name" content="{{layout.header.title}}" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/dom.js"></script>
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/dom.js"></script>
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/utils.js"></script>
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/utils.js"></script>
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/rpc.js"></script>
|
|
|
|
<script src="{{system.parentContext}}/static/js/jx/rpc.js"></script>
|
|
|
@ -73,7 +83,6 @@ Vanderbilt University Medical Center
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="main {{system.theme}}">
|
|
|
|
<div class="main {{system.theme}}">
|
|
|
|
<div id="header" class="header" onclick="window.location.href='{{system.parentContext}}'" style="cursor:pointer">
|
|
|
|
<div id="header" class="header" onclick="window.location.href='{{system.parentContext}}'" style="cursor:pointer">
|
|
|
|
{%include "header.html" %}
|
|
|
|
{%include "header.html" %}
|
|
|
|