PK

ADDRLIN : /home/anibklip/babekehospital.org/dAdmin/
FLL :
Current File : /home/anibklip/babekehospital.org/dAdmin/index.php

<?php
	include "include/session.php"; 
	include "include/header.php"; ?>
	<div class="openHead">Welcome to Admin Panel</div>
    <div class="middleMainContainer">
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>doctors.php"><img src="img/doctor.png" alt="Manage Doctors" title="Manage Doctors" /><br />
            <span>Manage Doctors</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>department.php"><img src="img/department.png" width="128" alt="Manage Department" title="Manage Department" /><br />
            <span>Manage Department</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>appointments.php"><img src="img/appointments.png" width="128" alt="Manage Appointments" title="Manage Appointments" /><br />
            <span>Manage Appointments</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>gallery.php"><img src="img/gallery.png" width="128" alt="Manage Gallery" title="Manage Gallery" /><br />
            <span>Manage Gallery</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>blogArticle.php"><img src="img/blog.png" width="128" alt="Manage News" title="Manage News" /><br />
            <span>Manage News</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>changePassword.php"><img src="img/profile.jpg" width="128"  alt="Change Password" title="Change Password" /><br />
            <span>Password change</span></a>
        </div>
        <div class="shortIcons">
            <a href="<?=$siteUrl;?>logout.php"><img width="128" src="img/logout.png" alt="Logout" title="Logout" /><br />
            <span>Logout</span></a>
        </div>
        
    </div>
<?php include "include/footer.php"; ?>


PK 99