head('브리드 복싱 & 크로스핏 - 회원운동기록관리', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/exercise/css/exercise.css', '/exercise/css/morris.css')); ?> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--header start--> <?php memberHeader(); ?> <!--header end--> <!--sidebar start--> <?php memberSidebar("crossfit"); ?> <!--sidebar end--> <section id = "main-content"> <section class = 'wrapper'> <div class = "col-lg-12 mt"> <h3>오늘</h3> <div class="row"> <!-- 순위 --> <div class="col-md-6"> <div class="content-panel rank mb"> <ul class="nav nav-tabs exercises"> </ul> <table class="table table-striped"> <thead> <tr>
head('브리드 복싱 & 크로스핏 - 회원운동기록관리', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/common/css/fullcalendar.css', '/exercise/css/mypage.css')); ?> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--header start--> <?php memberHeader(); ?> <!--header end--> <!--sidebar start--> <?php memberSidebar("mypage"); ?> <!--sidebar end--> <section id= "main-content"> <section class = "wrapper"> <div class = "col-md-4 mt"> <section class="panel"> <div class="panel-body"> <div id="calendar"></div> </div> </section> </div> <div class = "col-md-12"> <div class="row"> <h3>업적</h3> <div class="darkblue-panel archivement mb">
?> <!DOCTYPE html> <html> <head> <?php head('브리드 복싱 & 크로스핏-회원운동기록관리', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/exercise/css/exercise.css')); ?> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <?php memberHeader(); memberSidebar("index"); $barcode = $_SESSION['barcode']; $progress = MemberBoxingManage::getBoxingProgress($barcode); ?> <!--maincontent start--> <section id = "main-content"> <section class = "wrapper"> <div class = "col-lg-12 mt"> <div class = "row"> <div class = "col-md-3 col-sm-6 mb"> <div class="white-panel pn"> <div class = "white-header"> <h5>크로스핏 순위</h5> </div> <h1><i class="fa fa-line-chart icon"></i></h1> <h3>상위 %</h3>
head('브리드 복싱 & 크로스핏 - 회원운동기록관리', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/exercise/css/exercise.css')); ?> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--header start--> <?php memberHeader(); ?> <!--header end--> <!--sidebar start--> <?php memberSidebar("boxing"); $barcode = $_SESSION['barcode']; $progress = MemberBoxingManage::getBoxingProgress($barcode); $boxingInfo = MemberBoxingManage::getBoxingInfo($progress['no']); ?> <!--sidebar end--> <section id = "main-content"> <section class = "wrapper"> <div class = "col-lg-12 mt"> <div class="showback"> <h4><i class = "fa fa-angle-right"></i>오늘의 복싱 진도</h4> <div class ="progress"> <?php $progressList = MemberBoxingManage::getBoxingProgressList($progress['no']); foreach ($progressList as $progressElem) { ?>