template.jsp 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  3. <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
  4. <!DOCTYPE html>
  5. <html lang="ko">
  6. <head>
  7. <meta charset="UTF-8">
  8. <meta http-equiv="Content-Type" content= "text/html; charset= utf-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <meta http-equiv="Content-Script-Type" content="text/javascript">
  11. <meta http-equiv="Content-Style-Type" content="text/css">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13. <meta name="referrer" content="strict-origin-when-cross-origin">
  14. <meta name="format-detection" content="telephone=no">
  15. <%-- <meta http-equiv="Expires" content="-1">--%>
  16. <%-- <meta http-equiv="Pragma" content="no-cache">--%>
  17. <%-- <meta http-equiv="Cache-Control" content="No-Cache">--%>
  18. <link rel="favicon" href="/images/favicon.ico">
  19. <title>평택시 교통정보센터 - ${subTitle}</title>
  20. <link href="/common/bootstrap-5.1.3-dist/css/bootstrap.min.css" rel="stylesheet">
  21. <link rel="stylesheet" type="text/css" href="/common/css/reset.css?v=20250401" />
  22. <link rel="stylesheet" type="text/css" href="/common/css/layout.css?v=20250401" />
  23. <link rel="stylesheet" type="text/css" href="/common/css/contents.css?v=20250401" />
  24. <link rel="stylesheet" type="text/css" href="/common/css/Exsting_style.css?v=20250401">
  25. <link rel="stylesheet" type="text/css" href="/common/css/jquery-ui-1.13.2.min.css">
  26. <script type="text/javascript" src="/js/jquery-3.7.0.min.js"></script>
  27. <script type="text/javascript" src="/js/common.js?v=20250401"></script>
  28. <script src="/js/jquery-ui-1.13.2.min.js"></script>
  29. </head>
  30. <body>
  31. <script type="text/javascript">
  32. // if (document.location.protocol == 'http:') {
  33. // document.location.href = document.location.href.replace('http:', 'https:');
  34. // }
  35. function dis(){
  36. // if($('.dis').css('display') == 'none'){
  37. // $('.dis').show();
  38. // }else{
  39. // $('.dis').hide();
  40. // }
  41. }
  42. </script>
  43. <div id="wrap" class="${siteSubInfo}" style="width: 100%; height:100%;">
  44. <tiles:insertAttribute name="header" />
  45. <tiles:insertAttribute name="content" />
  46. <tiles:insertAttribute name="footer" />
  47. </div>
  48. <script src="/common/bootstrap-5.1.3-dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
  49. </body>
  50. </html>