更换测绘项目为NTC logo,并提交整个库表

This commit is contained in:
duandongmei
2019-06-03 16:47:38 +08:00
parent 55f971f317
commit eb6f8356d0
10 changed files with 5727 additions and 10 deletions

View File

@@ -0,0 +1 @@
create database gwall_kxc default character set utf8mb4 collate utf8mb4_general_ci;

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
<html>
<head>
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-N.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>${fns:getStringProperty('productName','NIS')}</title>
@@ -317,7 +317,7 @@ background:#3d3d3d;
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html"> <img
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-K.png"
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-N.png"
alt="logo" class="logo-default" />
</a>
<!-- <button type="button" onclick="javascript:fullScreen();">a</button> -->

View File

@@ -5,7 +5,7 @@
<html>
<head>
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-N.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>${fns:getStringProperty('productName','NIS')}</title>
@@ -270,7 +270,7 @@ background:#3d3d3d;
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html"> <img
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-K.png"
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-N.png"
alt="logo" class="logo-default" />
</a>
<!-- <button type="button" onclick="javascript:fullScreen();">a</button> -->

View File

@@ -5,7 +5,7 @@
<html>
<head>
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-N.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>${fns:getStringProperty('productName','NIS')}</title>
@@ -302,7 +302,7 @@ background:#3d3d3d;
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html"> <img
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-K.png"
src="${pageContext.request.contextPath}/static/layouts/layout/img/logo2-N.png"
alt="logo" class="logo-default" />
</a>
<!-- <button type="button" onclick="javascript:fullScreen();">a</button> -->

View File

@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<title>NTC</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-N.ico" />
<link href="${pageContext.request.contextPath}/static/login/assets/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/login/assets/css/font-awesome.min.css" />
@@ -79,7 +79,7 @@
}
.main_right{
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06-K.png");
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06-N.png");
background-repeat:no-repeat;
background-size: 100% 100%;
max-height: 501px;

View File

@@ -14,7 +14,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-N.ico" />
<title>NTC</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- basic styles -->
@@ -96,7 +96,7 @@
}
.main_right{
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06-K.png");
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06-N.png");
background-repeat:no-repeat;
background-size: 100% 100%;
max-height: 501px;

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB