<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" layout:decorator="MasterPage/Layout.Empty">
|
<head>
|
<meta charset="UTF-8">
|
<title th:text="${systemName}"></title>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/jqgrid/ui.jqgrid-bootstrap.css'}" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
|
<link rel="stylesheet" href="/css/tagsinput.css" />
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
|
<link rel="stylesheet" type="text/css" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/jquery.steps/demo/css/jquery.steps.css'}">
|
<link th:href="@{${pubzyWebRoot} + 'media/css/bootstrap-fileupload.css'}" />
|
<link th:href="@{${pubzyWebRoot} + 'media/css/uniform.default.css'}" />
|
<link href="/js/selectChosen/component-chosen.min.css" rel="stylesheet" />
|
<style>
|
.wizard > .steps > ul > li {
|
width: 20%;
|
}
|
|
.row {
|
margin-left: 0;
|
margin-right: 0;
|
}
|
|
.wizard > .content > .body {
|
width: 100%;
|
height: 100%;
|
padding: 0;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.wizard > .content {
|
padding: 0px;
|
background: #fff;
|
}
|
|
.wizard.vertical > .steps {
|
width: 250px;
|
padding: 20px 10px 20px 15px;
|
background-color: #2f89e1;
|
}
|
|
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active, .wizard > .steps a, .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
|
background-color: #1674ce;
|
color: #fff!important;
|
font-size: 18px;
|
border-width: 0!important;
|
}
|
|
.wizard > .steps .done a {
|
background-color: #057CCC!important;
|
}
|
|
.wizard > .steps .number {
|
float: left;
|
background-color: #fff;
|
color: #348FCE;
|
width: 25px;
|
height: 25px;
|
text-align: center;
|
font-size: 18px;
|
font-weight: bold;
|
border-radius: 13px;
|
margin-right: 10px;
|
}
|
|
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
|
background: #edeef0;
|
color: #eb8231!important;
|
}
|
|
.wizard > .steps .current a .number {
|
background-color: #eb8231;
|
color: #fff;
|
}
|
|
.wizard.vertical > .content {
|
margin: 20px 0 0 10px!important
|
}
|
|
.wizard.vertical > .actions {
|
margin: 10px 20px 0 20px!important;
|
}
|
|
.wizard > .content > .body input {
|
display: inline-block;
|
}
|
|
.wizard > .content > .body label {
|
display: inline-block;
|
}
|
|
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
|
padding: 0.6em;
|
}
|
|
.wizard > .actions a {
|
background: #039cfd;
|
padding: 0.375rem 1rem;
|
line-height: 1.5;
|
font-size: 1rem;
|
border: 1px solid transparent;
|
border-radius: 0.25rem!important;
|
}
|
|
.wizard > .actions a:hover, .wizard > .actions a:active {
|
background: #027dcb;
|
padding: 0.375rem 1rem;
|
line-height: 1.5;
|
font-size: 1rem;
|
border: 1px solid transparent;
|
border-radius: 0.25rem!important;
|
}
|
|
body {
|
background-color: white;
|
box-sizing: border-box;
|
overflow-x: hidden;
|
}
|
|
.form-control {
|
padding: 0.3rem 0.7rem;
|
height: 34px;
|
display: inline-block;
|
}
|
|
.control-label {
|
padding-top: 0 !important;
|
width: 160px;
|
float: left;
|
line-height: 30px;
|
padding-right: 1.5em;
|
margin-top: 0 !important;
|
}
|
|
.control-group {
|
margin-bottom: 1em;
|
}
|
|
.controls {
|
margin-left: 160px;
|
}
|
|
.col-sm-3, .col-sm-6, .col-sm-12 {
|
padding-left: 0;
|
padding-right: 0;
|
}
|
|
.fade {
|
display: none;
|
}
|
|
.in.fade {
|
display: block;
|
}
|
|
.control-group error {
|
border-color: #b94a48;
|
}
|
|
#button {
|
color: #fff !important;
|
background-color: #039cfd !important;
|
border-color: #039cfd !important;
|
}
|
|
img {
|
cursor: pointer;
|
}
|
|
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
|
color: #555;
|
cursor: default;
|
background-color: #fff;
|
border: 1px solid #ddd;
|
border-bottom-color: transparent;
|
}
|
|
. {
|
display: none;
|
}
|
|
.tags-wrapper {
|
width: 75%;
|
display: inline-block;
|
}
|
|
#tagInput {
|
width: 100%;
|
}
|
|
.layer-tags-wrapper {
|
z-index: 9;
|
}
|
|
#tbGKList td {
|
border: 1px solid #ccc;
|
}
|
|
#tbGKList input {
|
text-align: center;
|
width: 100%;
|
min-height: 30px;
|
}
|
|
/*富文本编辑器底部元素路径隐藏*/
|
.edui-default .edui-editor-breadcrumb {
|
display: none;
|
}
|
|
#contents {
|
padding-left: 0;
|
padding-right: 0;
|
}
|
|
#PhotoDiv1:hover {
|
-webkit-animation: blink 1s;
|
animation: blink 1s;
|
}
|
|
@-webkit-keyframes blink {
|
0% {
|
opacity: 1
|
}
|
|
50% {
|
opacity: .7
|
}
|
|
100% {
|
opacity: 1
|
}
|
}
|
|
@keyframes blink {
|
0% {
|
opacity: 1
|
}
|
|
50% {
|
opacity: .7
|
}
|
|
100% {
|
opacity: 1
|
}
|
}
|
|
.btn {
|
display: inline-block;
|
}
|
|
.card-box {
|
margin-bottom: 0!important;
|
padding: 0;
|
}
|
|
.portlet.box.ltblue {
|
border-width: 0px;
|
}
|
|
.portlet-title .caption {
|
display: none;
|
}
|
|
.portlet-title .caption i {
|
margin-top: 1px;
|
}
|
|
.portlet.box.ltblue .portlet-title {
|
background-color: #3E97F1;
|
color: #fff!important;
|
font-size: 14px;
|
}
|
|
.recource_steps_top_bg {
|
height: 68px;
|
background-image: url(../../../image/recource_steps_top_bg.jpg);
|
background-repeat: no-repeat;
|
background-color: #2D7BE0;
|
font-size: 1.8rem;
|
font-weight: bold;
|
}
|
|
.recource_steps_top_bg h4 {
|
color: #fff;
|
line-height: 68px;
|
margin-bottom: 0;
|
margin-left: 30px;
|
}
|
</style>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/bootstrap-fileupload.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/jquery.form-3.51.0.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/layer/layer.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/jquery.tagsinput.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/validation/jquery.validate.min.js'}" type="text/javascript"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/validation/messages_zh.js'}" type="text/javascript"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/validation/additional-methods.min.js'}" type="text/javascript"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/yanzhen.js'}" type="text/javascript"></script>
|
<link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
|
<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/ext-all.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/locale/ext-lang-zh_CN.js'}"></script>
|
<script th:src="@{${jspwebroot}+'utf8-jsp/ueditor.config.js'}"></script>
|
<script th:src="@{${jspwebroot}+'utf8-jsp/ueditor.all.js'}"></script>
|
<script th:src="@{${jspwebroot}+'utf8-jsp/lang/zh-cn/zh-cn.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
|
<script src="../../../js/validator.js"></script>
|
<script src="/js/selectChosen/chosen.jquery.js"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/jquery.steps/build/jquery.steps.min.js'}" type="text/javascript"></script>
|
<script src="/js/ResManage/NewResRegister/EsbManage.js"></script>
|
<script src="/js/ResManage/NewResRegister/EditInit.js"></script>
|
</head>
|
<body>
|
<div layout:fragment="content">
|
<input type="hidden" id="resMainInfoId" th:value="${resMainInfoId}" />
|
<div class="row">
|
<div class="col-xs-12" style="padding-left: 0;padding-right: 0;">
|
<div class="recource_steps_top_bg">
|
<img src="../../../image/txt.png" style="padding: 17.5px 0 0 25px;" />
|
</div>
|
<div class="card-box">
|
<div class="row">
|
<div class="col-sm-12 col-xs-12">
|
<form id="basic-form" class="form-horizontal" action="#">
|
<div>
|
<h3>资源类型</h3>
|
<section>
|
<div id="div_ResResourceClass"></div>
|
</section>
|
<h3>基本信息</h3>
|
<section>
|
<div id="div_MainInfo"></div>
|
</section>
|
</div>
|
</form>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</body>
|
</html>
|