<html> <head> <meta charset="UTF-8"> <title>Müşteri Listesi</title> <?php $bootstrap = new Bootstrap(); $bootstrap->controller_vb(); ?> </head> <body> <?php $header = new Header(); //$header->setKey('Dok'); $header->setDizin('../'); $header->kokSayfa_header(); $panel = new PanelInclude(); $panel->setPath('../'); $panel->doktorInclude(); echo '<br/><br/><br/>'; for ($i = 0; $i < 7; $i++) { $tarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + $i, date("Y"))); $tarihdao = new TarihDAO(); $musteriList = $tarihdao->MusteriDoktorGunGoster($tarih, $_SESSION['doktor_id']); ?> <div class="container"> <div class="panel-group"> <div class="panel panel-primary"> <div class="panel-heading" id="b<?php echo $i; ?>
include_once './include/include_class.php'; $doktorInclude = new IncludeClass(); $doktorInclude->IncludeAll(); if (isset($_SESSION['doktor_id'])) { ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Doktor Sayfası</title> <?php $bootstrap = new Bootstrap(); $bootstrap->index_vb(); ?> </head> <body> <?php $header = new Header(); $header->setKey('Dok'); $header->kokSayfa_header(); $panel = new PanelInclude(); $panel->doktorInclude(); $header->footer(); ?> </body> </html> <?php } else { header("Location: index.php"); }
<html> <head> <meta charset="UTF-8"> <title>Müşteri Listesi</title> <?php $bootstrap = new Bootstrap(); $bootstrap->controller_vb(); ?> </head> <body> <?php $header = new Header(); $header->setDizin('../'); $header->kokSayfa_header(); $panel = new PanelInclude(); $panel->setPath('../'); $panel->adminInclude(); echo '<br><br><br>'; for ($i = 0; $i < 7; $i++) { $tarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + $i, date("Y"))); $tarihdao = new TarihDAO(); $musteriList = $tarihdao->MusteriGunGoster($tarih); ?> <div class="container"> <div class="panel-group"> <div class="panel panel-primary"> <div class="panel-heading" id="b<?php echo $i; ?> " style="background-color: #ff0906;" ><center><a style="color: white;text-decoration: none;"><h2><?php
include_once './include/include_class.php'; $doktorInclude = new IncludeClass(); $doktorInclude->IncludeAll(); if (isset($_SESSION['admin_id'])) { ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Doktor Sayfası</title> <?php $bootstrap = new Bootstrap(); $bootstrap->index_vb(); ?> </head> <body> <?php $header = new Header(); $header->setKey('Adm'); $header->kokSayfa_header(); $panel = new PanelInclude(); $panel->adminInclude(); $header->footer(); ?> </body> </html> <?php } else { header("Location: index.php"); }