110 lines
4.5 KiB
Plaintext
110 lines
4.5 KiB
Plaintext
|
|
<title><%=__(infos.appInfo.name)%></title>
|
|
<!--[if lt IE 10]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimal-ui">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<!--[if IE ]>
|
|
<meta http-equiv="refresh" content="0; url=http://www.inspond.com/">
|
|
<![endif]-->
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/admindek/pages/waves/css/waves.min.css" type="text/css" media="all">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/icon/feather/css/feather.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/css/font-awesome-n.min.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/fontawesome-stars.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-1to10.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-horizontal.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-movie.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-pill.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-reversed.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/bars-square.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/css-stars.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery-bar-rating/css/fontawesome-stars-o.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/animate.css/css/animate.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/icon/icofont/css/icofont.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/css/widget.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/datatables.net-bs4/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/pages/data-table/css/buttons.dataTables.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/icon/themify-icons/themify-icons.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/bower_components/jquery.steps/css/jquery.steps.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/css/style.css">
|
|
<link rel="stylesheet" type="text/css" href="/admindek/css/pages.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/json-browse/jquery.json-browse.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/admindek/pages/notification/notification.css">
|
|
|
|
|
|
<style>
|
|
.ui-autocomplete {
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
/* prevent horizontal scrollbar */
|
|
overflow-x: auto;
|
|
/* add padding to account for vertical scrollbar */
|
|
padding-right: 20px;
|
|
background: #87ceeb;
|
|
z-index: 2;
|
|
}
|
|
|
|
.post-imv-cover {
|
|
object-fit: scale-down;
|
|
}
|
|
</style>
|
|
|
|
|
|
<% if (infos.loc === '/note/new') {%>
|
|
<style>
|
|
|
|
.note-editable script {
|
|
display: inline-table;
|
|
visibility: hidden;
|
|
height: 0px !important;
|
|
width: 0px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-size: 0 !important;
|
|
}
|
|
.note-editable script:before {
|
|
display: block;
|
|
width: 32px;
|
|
height: 32px;
|
|
content: "";
|
|
visibility: visible;
|
|
background-image: url(http://png-1.findicons.com/files/icons/1861/xml_docs_x_tended/128/crystal_js.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 32px;
|
|
}
|
|
</style>
|
|
|
|
<%} %>
|