<!--<!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>资源新增或修改</title>-->
|
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge" />-->
|
<!--<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 th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>-->
|
<!--<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="@{${pubzyWebRoot} + 'ext-4.2.1.883/PagingToolbar.js'}"></script>-->
|
<!--<script th:src="@{${pubzyWebRoot} + 'media/js/jquery.form-3.51.0.js'}"></script>-->
|
|
<!--<style>-->
|
<!--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: 94px;-->
|
<!--float: left;-->
|
<!--line-height: 30px;-->
|
<!--padding-right: 1em;-->
|
<!--}-->
|
|
<!--.control-group {-->
|
<!--margin-bottom: 1em;-->
|
<!--}-->
|
|
<!--.controls {-->
|
<!--margin-left: 94px;-->
|
<!--}-->
|
|
<!--.row {-->
|
<!--margin-left: 0;-->
|
<!--margin-right: 0;-->
|
<!--}-->
|
|
<!--.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;-->
|
<!--}-->
|
|
<!--.x-grid-view {-->
|
<!--overflow: hidden !important;-->
|
<!--}-->
|
|
<!--.x-body{-->
|
<!--overflow-x: hidden;-->
|
<!--}-->
|
<!--</style>-->
|
|
|
<!--</head>-->
|
<!--<body layout:fragment="content">-->
|
<!--<div class="portlet box ltblue" style="margin-bottom: 0px !important;border:none;width:100%;">-->
|
<!--<input type="hidden" id="resMainInfoId" th:value="${resourceid}" />-->
|
<!--<div class="portlet-title">-->
|
<!--<div class="caption">-->
|
<!--<i class="icon-reorder"></i>查询区-->
|
<!--</div>-->
|
<!--<div class="tools"></div>-->
|
<!--</div>-->
|
<!--<div class="portlet-body form">-->
|
<!--<div id="tabBase" class="row">-->
|
<!--<form id="SearchForm" style="width: 100%;">-->
|
<!--<div class="row">-->
|
<!--<div class="col-sm-6">-->
|
<!--<label class="control-label">资源名称:</label>-->
|
<!--<div class="controls">-->
|
<!--<input type="text" class="form-control col-sm-11" id="title" name="title" value="" />-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div class="col-sm-6">-->
|
<!--<label class="control-label">数据来源:</label>-->
|
<!--<div class="controls">-->
|
<!--<select id="datasources" name="datasources" class="form-control col-sm-11">-->
|
<!--<option value="">--请选择--</option>-->
|
<!--<option th:each="item:${DataSourceList}" th:value="${item.key}" th:text="${item.value}"></option>-->
|
<!--</select>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div class="row" style="margin-top: 6px">-->
|
<!--<div class="col-sm-6">-->
|
<!--<!–<a class="btn btn-primary-outline" onclick="add();"><i class="fa fa-plus"></i> 新增</a>–>-->
|
<!--</div>-->
|
<!--<div class="col-sm-6" style="text-align: right;">-->
|
<!--<a class="btn btn-primary-outline" onclick="Search();"><i class="fa fa-search"></i> 查询</a>-->
|
<!--<a class="btn btn-primary-outline" onclick="Clear();"><i class="fa fa-trash-o"></i> 清除</a>-->
|
<!--<a class="btn btn-primary-outline" onclick="queding();" style="margin-right:32px;"><i class="fa fa-plus"></i> 确定</a>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--</form>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--</div>-->
|
<!--<div id="grid" style="width: 100%;float: left"></div>-->
|
<!--</body>-->
|
<!--<script src="/js/Extjs/ZYZX/ZiYuanKZ.js"></script>-->
|
<!--</html>-->
|