Page 542 - MDP2022-3
P. 542

<h2  class="fs-4  fw-bold">자리<br>(1)</h2>
                                                                             <p  class="mb-0  fs-5">
                                                                                     예약  상태  :  {%  if  led_states['red1']  ==  0  %}  예약됨
                                                                                     {%  elif  led_states['red1']  ==  1  %}  예약되지  않음
                                                                                     {%  endif  %}</p><br>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off1',  state  =  0)
             }}">예약</a>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off1',  state  =  1)
             }}">취소</a>
                                                                             </p>
                                                                     </div>
                                                             </div>
                                                     </div>
                                                             <div  class="col-lg-4  col-xxl-4  mb-5">
                                                                     <div  class="card  bg-light  border-0  h-100">
                                                                             <div  class="card-body  text-center  p-4  p-lg-5  pt-0  pt-lg-0">
                                                                                     <div  style="margin-top:  30px;"></div>
                                                                                     <h2  class="fs-4  fw-bold">자리<br>(2)</h2>
                                                                                     <p  class="mb-0  fs-5">
                                                                                             예약  상태  :  {%  if  led_states['red2']  ==  0  %}  예약됨
                                                                                             {%  elif  led_states['red2']  ==  1  %}  예약되지  않음
                                                                                             {%  endif  %}</p><br>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off2',  state  =  0)
             }}">예약</a>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off2',  state  =  1)
             }}">취소</a>
                                                                             </div>
                                                                     </div>
                                                             </div>
                                                     <div  class="col-lg-4  col-xxl-4  mb-5">
                                                             <div  class="card  bg-light  border-0  h-100">
                                                                     <div  class="card-body  text-center  p-4  p-lg-5  pt-0  pt-lg-0">
                                                                             <div  style="margin-top:  30px;"></div>
                                                                             <h2  class="fs-4  fw-bold">자리<br>(3)</h2>
                                                                             <p  class="mb-0  fs-5">
                                                                                     예약  상태  :  {%  if  led_states['red3']  ==  0  %}  예약됨
                                                                                     {%  elif  led_states['red3']  ==  1  %}  예약되지  않음
                                                                                     {%  endif  %}</p><br>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off3',  state  =  0)
             }}">예약</a>
                                                                                     <a  class="btn  btn-primary"  href="{{  url_for('all_on_off3',  state  =  1)
             }}">취소</a>
                                                                             </p>
                                                                     </div>
                                                             </div>
                                                     </div>
                                             </div>
                                     </div>
                             </section>
                             <div  style="margin:  50px;  text-align:  right;">
   537   538   539   540   541   542   543   544   545   546   547