2020-10-12 14:39:23 +09:00
|
|
|
@model NP.Model.Popup
|
|
|
|
|
@{
|
|
|
|
|
Layout = null;
|
|
|
|
|
}
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head id="Head1" runat="server">
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<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 http-equiv="X-UA-Compatible" content="requiresActiveX=true">
|
|
|
|
|
<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">
|
|
|
|
|
|
|
|
|
|
<title>팝업</title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/mainpopup.css">
|
|
|
|
|
<script>function pf() { parent.hppopclick('@(Model.purl??"")'); }</script>
|
|
|
|
|
</head>
|
2022-07-08 09:43:25 +09:00
|
|
|
<body style="padding: 0; margin: 0; overflow: auto !important; " onclick="javascript: pf();">
|
2020-10-12 14:39:23 +09:00
|
|
|
@Html.Raw(Server.UrlDecode(Model.pcontents ?? ""))
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|