This commit is contained in:
parent
20e69fa6c6
commit
f4b03e512d
Binary file not shown.
|
|
@ -11,42 +11,6 @@
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="HandheldFriendly" content="True">
|
|
||||||
<meta name="MobileOptimized" content="320">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
|
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
||||||
<meta name="format-detection" content="telephone=no">
|
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
||||||
<meta name="Robots" content="ALL" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
||||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
||||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
||||||
<meta http-equiv="Expires" content="0" />
|
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
|
|
||||||
<title>영남건설기술연구원</title>
|
|
||||||
|
|
||||||
<!-- css -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/common.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/style.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/mypage.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/lecture.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/slick.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/animate.min.css">
|
|
||||||
|
|
||||||
<!-- js -->
|
|
||||||
<script type="text/javascript" src="../js/jquery-1.8.3.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../js/placeholders.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../js/slick.min.js"></script>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@section main{
|
@section main{
|
||||||
<form id="indexForm" method="post">
|
<form id="indexForm" method="post">
|
||||||
|
|
@ -220,8 +184,11 @@
|
||||||
</form>
|
</form>
|
||||||
}
|
}
|
||||||
<textarea style="display: none;" id="texthide01">@ViewBag.POPUPS</textarea>
|
<textarea style="display: none;" id="texthide01">@ViewBag.POPUPS</textarea>
|
||||||
|
@section scriptsHeader{
|
||||||
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||||
|
}
|
||||||
@section scripts{
|
@section scripts{
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
initSearch();
|
initSearch();
|
||||||
|
|
||||||
|
|
@ -366,6 +333,7 @@
|
||||||
$('#msSel5 > span').text("");
|
$('#msSel5 > span').text("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function hppopclick(url) {
|
function hppopclick(url) {
|
||||||
url = url.toLowerCase().replace('http//', 'http://').replace('https//', 'https://');
|
url = url.toLowerCase().replace('http//', 'http://').replace('https//', 'https://');
|
||||||
if (url.toLowerCase().indexOf("http://") == 0 || url.toLowerCase().indexOf("http://") == 0) {
|
if (url.toLowerCase().indexOf("http://") == 0 || url.toLowerCase().indexOf("http://") == 0) {
|
||||||
|
|
@ -389,7 +357,5 @@
|
||||||
$("html").css("overflow", "auto");
|
$("html").css("overflow", "auto");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue