mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
3.5 KiB
HTML
43 lines
3.5 KiB
HTML
<link href="{{system.parentContext}}/static/css/icons.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.parentContext}}/static/css/source-code.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.parentContext}}/static/css/search.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.parentContext}}/static/css/dialog.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.parentContext}}/static/css/dashboard.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.parentContext}}/static/css/qcms-login.css" rel="stylesheet" type="text/css">
|
|
|
|
|
|
<!-- applying themes as can -->
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/layout.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/header.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/menu.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/borders.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/footer.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/pane.css" rel="stylesheet" type="text/css">
|
|
<link href="{{system.context}}/_assets/themes/{{system.theme}}/responsive.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/qcms/qcms.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/qcms/menu.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/qcms/page-loader.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/qcms/dialog.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/dashboard.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/rpc.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/jx/ext/modal.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/jx/ext/math.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/jquery/jquery.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/qcms/qcms-login.js"></script>
|
|
<!-- <script src="{{system.parentContext}}/static/js/menu.js"></script> -->
|
|
<script src="{{system.parentContext}}/static/js/search.js"></script>
|
|
<!-- <script src="{{system.parentContext}}/static/js/bootup.js"></script> -->
|
|
<!-- <script src="{{system.parentContext}}/static/js/dialog.js"></script> -->
|
|
<script src="{{system.parentContext}}/static/js/apexcharts/apexcharts.min.js"></script>
|
|
<script src="{{system.parentContext}}/static/js/fontawesome/js/all.js"></script> |