Example #1
0
<?php

//add the required and the
require 'Require.php';
include 'Event_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
$event = $operator->Get_Events();
include 'Event_Menu.html';
?>

	<div class="col-sm-7 list_container margin_0">

		<div class="col-sm-12">


			<div class="col-sm-12 margin_top_20">

				<div class="panel panel-success margin_top_10">
					<div class="panel-body text-center">
						<h4>የኢቨንት ዝርዝር</h4>

					</div>
				</div>


				<div class=" margin_top_30">
					<table class="table table-hover">
						<thead>