Example #1
0
<?php

require "Require.php";
include "Operator_Header.php";
include "Includeables.php";
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
$dollar = $operator->Get_Money_Exchange(1);
$pound = $operator->Get_Money_Exchange(2);
$dirham = $operator->Get_Money_Exchange(3);
$rial = $operator->Get_Money_Exchange(4);
$franc = $operator->Get_Money_Exchange(5);
$yen = $operator->Get_Money_Exchange(6);
$rupee = $operator->Get_Money_Exchange(7);
$yuan = $operator->Get_Money_Exchange(8);
$euro = $operator->Get_Money_Exchange(9);
$buying = "";
$selling = "";
?>

<div class="col-sm-8 margin_4p list_container">
    <div class="row">
    <div class="panel panel-primary list_header margin_top_10">
        <div class="panel-body text-center btn-success white ">
                <h3>የእለቱ የአለም አቀፍ ገንዘብ ምንዛሪ</h3>
        </div>
    </div>
</div>
    <div class="col-sm-12">

            <div class="col-sm-12">
Example #2
0
<?php

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


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

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

			<div class="panel panel-default">
				<div class="panel-body text-center btn-success white">
					<h1>አፋላጊ</h1>
					<h5>የስልክ መፈለጊያ</h5>
				</div>
			</div>

			<div class="panel panel-default">


				<form method="post" class="row margin_top_20" action="Phone_Search.php" data-toggle="validator"  >
					<div class="col-sm-12">

Example #3
0
<?php

//add the required and the
require 'Require.php';
include 'Operator_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
$categories = $operator->GetGeneralCategory(GeneralCategory::HEALTH);
$specialization = $operator->GetSpecialization(GeneralCategory::HEALTH);
$company_type = $operator->Get_Ownerships();
$Regions = $operator->Get_Regions();
$Cities = $operator->Get_City();
$SubCities = $operator->Get_Sub_City();
$Weredas = $operator->Get_Wereda();
$Sefers = $operator->Get_Sefer();
$Street = $operator->Get_Streets();
?>

	<div class="col-sm-9 margin_4p list_container">

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

	<div class="panel panel-default">
		<div class="panel-body text-center btn-success white">
			<h1>አፋላጊ</h1>
			<h5>አጠቃላይ ፍለጋ</h5>
		</div>
	</div>
Example #4
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);
include 'Event_Menu.html';
$event = $operator->Get_Expired_Event();
$today = date("Y/m/d");
?>
	<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-primary  margin_top_10">
					<div class="panel-body text-center">
						<h4>ያለፈባቸው ኢቨንቶች, To Day = <?php 
echo $today;
?>
</h4>

					</div>
				</div>
Example #5
0
<?php

//add the required and the
require 'Require.php';
include 'Street_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
include 'Street_Menu.html';
$streets = $operator->Get_Streets();
?>
<div class="col-sm-7  list_container">
	<div class="col-sm-12 ">



		<div class="panel panel-default  margin_top_10">
			<div class="panel-body text-center">

				<h4>List of Street</h4>

			</div>
		</div>


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

				<th>#</th>
Example #6
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);
include 'Event_Menu.html';
$event = $operator->Get_TODAY_Events();
$today = date("Y/m/d");
?>

	<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-primary  margin_top_10">
					<div class="panel-body text-center">
						<h4>የዛሬ ኢቨንቶች <?php 
echo $today;
?>
</h4>

					</div>
Example #7
0
<?php

//add the required and the
require 'Require.php';
include 'Street_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if (isset($_GET['Street_ID'])) {
    $Street_ID = $_GET['Street_ID'];
    $Street = $operator->Get_Single_Street($Street_ID);
    $Street = mysqli_fetch_array($Street, MYSQLI_ASSOC);
    $Name = $Street['Name'];
    $Name_Amharic = $Street['Name_Amharic'];
    $About_Street = $Street['About_Street'];
    $About_Street_Amharic = $Street['About_Street_Amharic'];
}
include 'Street_Menu.html';
?>

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

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

			<div class="panel panel-default">
				<div class="panel-body text-center">
					<h1>አፋላጊ</h1>

				</div>
			</div>
Example #8
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);
if (isset($_GET['Event_ID'])) {
    $Event_ID = $_GET['Event_ID'];
    $Event = $operator->Get_Single_Event($Event_ID);
    $Event = mysqli_fetch_array($Event, MYSQLI_ASSOC);
    $Name = $Event['Name'];
    $Name_Amharic = $Event['Name_Amharic'];
    $About_Event = $Event['About_Event'];
    $About_Event_Amharic = $Event['About_Event_Amharic'];
    $Event_Start = $Event['Event_Start'];
    $Event_End = $Event['Event_End'];
}
include 'Event_Menu.html';
?>

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

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

			<div class="panel panel-default">
				<div class="panel-body text-center">
					<h1>አፋላጊ</h1>
Example #9
0
<?php

//add the required and the
require 'Require.php';
include 'Phone_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
include 'Phone_Menu.html';
$Famous_Phones = $operator->Get_Famous_Phones();
?>


	<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-primary  margin_top_10">
					<div class="panel-body text-center">
						<h4>List of Phones</h4>

					</div>
				</div>


				<div class=" margin_top_30">
Example #10
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>
Example #11
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);
include 'Event_Menu.html';
$event = $operator->Get_Upcoming_Events();
?>

	<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-primary  margin_top_10">
					<div class="panel-body text-center">
						<h4>Upcoming Events</h4>

					</div>
				</div>


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

//add the required and the
require 'Require.php';
include 'Building_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if (isset($_GET['Building_ID'])) {
    $Building_ID = $_GET['Building_ID'];
    $Building = $operator->Get_Building_Info($Building_ID);
    $Building = mysqli_fetch_array($Building, MYSQLI_ASSOC);
    $Building_ID = $Building['BUL_ID'];
    $Building_Name = $Building['BUL_Name'];
    $Building_Name_Amharic = $Building['BUL_Name_Amharic'];
    $Building_Description = $Building['BUL_DESC'];
    $Building_Description_Amharic = $Building['BUL_DESC_AMH'];
    $Parking_Area_English = $Building['Parking_Area_English'];
    $Parking_Area_Amharic = $Building['Parking_Area_Amharic'];
    $Region = $Building['Region'];
    $Region_Amharic = $Building['Region_Amharic'];
    $City = $Building['City'];
    $City_Amharic = $Building['City_Amharic'];
    $Sub_City = $Building['Sub_City'];
    $Sub_City_Amharic = $Building['Sub_City_Amharic'];
    $Wereda = $Building['Wereda'];
    $Wereda_Amharic = $Building['Wereda_Amharic'];
    $Sefer = $Building['Sefer'];
    $Sefer_Amharic = $Building['Sefer_Amharic'];
    $Street = $Building['Street'];
Example #13
0
<?php

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

	<div class="col-sm-9 margin_4p list_container">

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

	<div class="panel panel-default">
		<div class="panel-body text-center btn-success white">
			<h1>አፋላጊ</h1>
			<h5>በስም ፍለጋ </h5>
		</div>
	</div>

	<div class="panel panel-default">


	<form method="post" class="row margin_top_20" action="Specific_Search.php" data-toggle="validator"  >
		<div class="col-sm-12">


			<div class="form-group col-sm-8 col-sm-offset-2 has-feedback">
Example #14
0
<?php

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



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

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

			<div class="panel panel-default">
				<div class="panel-body text-center btn-success white">
					<h1>አፋላጊ</h1>
					<h5>በስም ፍለጋ </h5>
				</div>
			</div>

			<div class="panel panel-default">


				<form method="post" class="row margin_top_20" action="Building_Search.php" data-toggle="validator"  >
					<div class="col-sm-12">
Example #15
0
<?php

//add the required and the
require 'Require.php';
include 'Phone_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if (isset($_GET['Phone_ID'])) {
    $Phone_ID = $_GET['Phone_ID'];
    $Phone = $operator->Get_Single_Phone($Phone_ID);
    $Phone = mysqli_fetch_array($Phone, MYSQLI_ASSOC);
    $Phone_No = $Phone['Phone'];
    $Description = $Phone['Description'];
    $Description_Amharic = $Phone['Description_Amharic'];
}
include 'Phone_Menu.html';
?>

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

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

			<div class="panel panel-default">
				<div class="panel-body text-center">
					<h1>አፋላጊ</h1>
					<h4>More Data For Phone</h4>

				</div>
			</div>
<?php

//add the required and the
require 'Require.php';
include 'Building_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
$Buildings = $operator->Get_Building_For_Listing_All();
$Num_Bul = mysqli_num_rows($Buildings);
include 'Building_Menu.html';
?>

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

		<div class="col-sm-12">
			<div class="panel panel-default">
				<div class="panel-body text-center">

					<h4>ህንጻ ዝርዝር</h4>

				</div>
			</div>



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


Example #17
0
<?php

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

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

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

			<div class="panel panel-default">
				<div class="panel-body text-center btn-success white">
					<h1>አፋላጊ</h1>
					<h5>በስም ፍለጋ </h5>
				</div>
			</div>

			<div class="panel panel-default">


				<form method="post" class="row margin_top_20" action="Street_Search.php" data-toggle="validator"  >
					<div class="col-sm-12">


						<div class="form-group col-sm-8 col-sm-offset-2 has-feedback">
Example #18
0
<?php

//add the required and the
require 'Require.php';
include 'Operator_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if ($_SERVER['REQUEST_METHOD'] == 'GET') {
    if (isset($_GET['Company_ID'])) {
        $On_Building = False;
        $Company_ID = $_GET['Company_ID'];
        //if the company is on building use on building query
        //else use a query with out building to get info about the company
        if ($_GET['On_Building'] == 0) {
            $Company = $operator->Get_More_Info_With_Out_Building($Company_ID);
            $Company = mysqli_fetch_array($Company, MYSQLI_ASSOC);
            $Company_Name = $Company['company_name'];
            $Company_Name_Amharic = $Company['company_name_amharic'];
            $Branch = $Company['Branch'];
            $Branch_Amharic = $Company['Branch_Amharic'];
            $Working_Hours = $Company['Working_Hours'];
            $Working_Hours_Amharic = $Company['Working_Hours_Amharic'];
            $Product_Service = $Company['Product_Service'];
            $Product_Service_Amharic = $Company['Product_Service_Amharic'];
            $Category_Name = $Company['category_name'];
            $Category_Name_Amharic = $Company['category_name_amharic'];
            $Ownership = $Company['company_type'];
            $Ownership_Amharic = $Company['company_type_amharic'];
            //this will find contact
Example #19
0
<?php

//add the required and the
require 'Require.php';
include 'Building_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
$Buildings = $operator->Get_Building_For_Listing();
if (isset($_GET['Sort'])) {
    $Name_Start = $_GET['Name_Start'];
    $Buildings = $operator->Get_Building_For_Listing($Name_Start);
    $Num_Bul = mysqli_num_rows($Buildings);
} else {
    $Buildings = $operator->Get_Building_For_Listing();
    $Num_Bul = mysqli_num_rows($Buildings);
    $Name_Start = "A";
}
include 'Building_Menu.html';
?>

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

		<div class="col-sm-12">
			<div class="panel panel-default">
				<div class="panel-body text-center">

					<h4>ህንጻ ዝርዝር</h4>

				</div>