Page 540 - MDP2022-3
P. 540

<div  class="p-4  p-lg-5  bg-light  rounded-3  text-center">
                                             <div  class="m-4  m-lg-5">
                                                     <div  class="feature  bg-primary  bg-gradient  text-white  rounded-3  mb-4  mt-n4"><i
             class="bi  bi-calendar-check"></i></div>
                                                     <h1  class="display-5  fw-bold">급식표</h1>
                                                     <p  class="fs-4">급식  조회</p>
                                             </div>
                                     </div>
                             </div>
                     </header>
                     <div  class="py-5  container  px-lg-5">
                             <div  class="p-4  p-lg-8  bg-light  rounded-3  text-center">
                                     <div  class="m-4  m-lg-5">
                                             <input  type="date"  id="date">      <button  class="btn  btn-primary"  id="mybtn">확인</butto
             n>
                                             <span  id="boxoffice"><br><br><h5><b>급식  연도월일을  선택해주세요.</b></h5><br><br></
             span>
                                     </div>
                             </div>
                     </div>
                     <div  style="margin:  50px;  text-align:  right;">
                             <input  class="btn  btn-primary  btn-lg"  type="button"  value="창닫기"  onclick='window.close()'>
             </body>

             <!--  Bootstrap  core  JS-->
             <script  src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
             <!--  Core  theme  JS-->
             <script  src="../static/scripts.js"></script>
             </html>


             <!--<!DOCTYPE  html>
             <html  lang="ko">

             <head>
                     <meta  charset="UTF-8">
                     <title>급식</title>
             </head>

             <body>
                     <p></p>
                     <script  src="http://code.jquery.com/jquery-3.6.0.min.js"></script>
                     <script>
                             $.ajax({
                                     type:  "POST",
                                     url:  "https://open.neis.go.kr/hub/mealServiceDietInfo?KEY=3b4a564de87341d99278fb2fe19e70
             8f&Type=json&pIndex=1&pSize=100&ATPT_OFCDC_SC_CODE=E10&SD_SCHUL_CODE=7310370",
                                     async:  true,
                                     data:  {},
                                     success:  function  (response)  {
                                             console.log(response)
   535   536   537   538   539   540   541   542   543   544   545