관리-도구
편집 파일: mandatory-public-disclosure.php
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <?php include('include/head.php') ?> <style> table { width: 100%; max-width: 100%; margin-bottom: 20px; border: 1px solid #ddd; } tbody { display: table-row-group; vertical-align: middle; unicode-bidi: isolate; border-color: inherit; } table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th { border: 1px solid #ddd; padding: 10px; } </style> </head> <body class> <div id="wrapper" class="clearfix"> <div id="preloader"> <div id="spinner"> <img alt src="images/preloaders/5.gif"> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> <?php include('include/header.php') ?> <div class="main-content bg-lighter"> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg6.jpg"> <div class="container pt-70 pb-20"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white text-center">Mandatory Public Disclosure</h2> <ol class="breadcrumb text-left text-black mt-10"> <li><a href="index.php">Home</a></li> <li class="active text-gray-silver">Mandatory Public Disclosure</li> </ol> </div> </div> </div> </div> </section> <section id="about" style="margin-top: 80px;"> <div class="container mt-0 pb-70 pt-0"> <div class="section-content"> <?= $mandatory['description'] ?> </div> </div> <div class="container-fluid"> <div class="col-12"> <iframe src="<?= $contact['map'] ?>" frameborder="0" width="100%" height="400px"></iframe> </div> </div> </section> </div> <?php include('include/footer.php') ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> <?php include('include/foot.php') ?> </body> </html>