コード例 #1
0
head('브리드 복싱 & 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/admin/css/analysis.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 
adminHeader();
?>
	<!--header end-->
	<!--sidebar start-->
	<?php 
adminSidebar("analysis");
?>
	<!--sidebar end-->
	<section id = "main-content">
		<section class = "wrapper">
			<div class = "col-lg-12 mt">
				<div class = "row">
					<div class="col-md-4 mb">
						<div class="darkblue-panel pn">
							<div class="darkblue-header">
								<h5>월별 가입회원수</h5>
							</div>
							<div class="chart">
								<canvas id="joinedChart"></canvas>
							</div>
						</div>
コード例 #2
0
head('브리드 복싱 &amp; 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/common/css/table-responsive.css', '/admin/css/member.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 
adminHeader();
?>
	<!--header end-->
	<!--sidebar start-->
	<?php 
adminSidebar("member");
if (isset($_GET['type'])) {
    $web = false;
    if ($_GET['type'] === 'gym' && isset($_GET['barcode'])) {
        $barcode = $_GET['barcode'];
        $profile = MemberManagemant::getGymMemberInfo($barcode);
    } else {
        if ($_GET['type'] === 'page' && isset($_GET['email'])) {
            $web = true;
            $email = $_GET['email'];
            $profile = MemberManagemant::getPageMemberInfo($email);
            print_r($profile);
        } else {
            //에러닷
        }
    }
コード例 #3
0
    head('브리드 복싱 &amp; 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/admin/css/dashboard.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 
    adminHeader();
    ?>
	<!--header end-->
	<!--sidebar start-->
	<?php 
    adminSidebar("index");
    ?>
	<!--sidebar end-->
	<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="icon fa fa-users"></i></h1>
							<h3><?php 
    echo AdminInformation::pageMemberCount();
    ?>
コード例 #4
0
head('브리드 복싱 &amp; 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/common/css/table-responsive.css', '../css/record.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 
adminHeader();
?>
	<!--header end-->
	<!--sidebar start-->
	<?php 
adminSidebar("record");
?>
	<!--sidebar end-->
	<!-- Main content start -->
	<section id="main-content" branch='<?php 
echo $branch;
?>
'>
		<section class="wrapper">
			<h3><i class="fa fa-angle-right"></i> 기록관리 (<?php 
echo $branch;
?>
호점)</h3>
			<!-- page start-->
			<div class="panel panel-default">
				<section class="panel-body table-panel">
コード例 #5
0
head('브리드 복싱 &amp; 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/common/css/table-responsive.css', '/admin/css/consulting.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 
adminHeader();
?>
	<!--header end-->
	<!--sidebar start-->
	<?php 
adminSidebar("consulting");
$consulting = new Consulting();
$page = isset($_GET['page']) ? $_GET['page'] : 1;
?>
	<!--sidebar end-->
	<section id="main-content">
		<section class="wrapper">
			<h3><i class="fa fa-angle-right"></i> 상담</h3>
			<div class="col-lg-12 mt">
				<div class="panel panel-default">
					<table class="table table-striped">
						<thead>
							<tr>
								<th class="hidden-phone">번호</th>
								<th>제목</th>
								<th>글쓴이</th>