popup.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="ko">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title></title>
  7. <meta name="robots" content="noindex, nofollow" />
  8. <meta name="Description" content="" />
  9. <meta name="Keywords" content="" />
  10. <meta name="Author" content="" />
  11. <meta name="HandheldFriendly" content="true" />
  12. <meta name="format-detection" content="telephone=no">
  13. <meta name="apple-mobile-web-app-capable" content="yes" />
  14. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  15. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  16. <meta http-equiv="Expires" content="0">
  17. <meta http-equiv="Pragma" content="no-cache">
  18. <link rel="shortcut icon" type="image/png" href="./images/favicon.ico"/>
  19. <link rel="stylesheet" href="./bootstrap/dist/css/bootstrap.min.css" />
  20. <link rel="stylesheet" href="./bootstrap-datepicker/css/bootstrap-datepicker3.css" />
  21. <link rel="stylesheet" href="./bootstrap-fileUpload/dist/bootstrap-FileUpload.css" />
  22. <link rel="stylesheet" href="./css/ui.jqgrid-bootstrap.css" />
  23. <link rel="stylesheet" href="./css/style.css" />
  24. <script>
  25. var CONN_KEY; //Jwt 토큰을 담기위한 변수
  26. </script>
  27. <script src="./js/app/properties.js"></script>
  28. <script src="./js/require.min.js" data-main="./js/app/popup.js"></script>
  29. </head>
  30. <body style="padding: 10px; background-color: #fff;">
  31. <div id="ITP_POPUP">
  32. <div class="itp_pic fnPopupPreview"></div>
  33. <div class="itp_preview_bottom">
  34. <input id="ITP_POPUP_CHK_TODAY" type="checkbox" class="itp_check">
  35. 오늘 하루 그만 보기
  36. </div>
  37. </div>
  38. </body>
  39. </html>