File "agent.php"
Full path: /home/fsibplc/public_html/fsib/agent.php
File
size: 2.67 B (2.67 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
include('./includes/config.php');
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php');
include('includes/navbar.php');
//include('includes/slider.php');
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->
<?php //Ahsan for Dynamic
include('search.php');
/*
$select_sql = '';
if (isset($_POST['search_btn'])) {
$zone_name = $conn->real_escape_string($_POST['zone_name']);
$br_name = $conn->real_escape_string($_POST['br_name']);
$select_sql = "select * from br_info_tbl type= 'sub branch'";
if ((!empty($zone_name)) and (empty($br_name))) {
$select_sql .= " where zone_name ='" . $zone_name . "'";
} else if ((!empty($zone_name)) and (!empty($br_name))) {
$select_sql .= " where br_name ='" . $br_name . "' and br_name ='" . $br_name . "'";
} else if ((empty($zone_name)) and (!empty($br_name))) {
$select_sql .= " where br_name ='" . $br_name . "'";
}
// $result=$conn->query($select_sql);
}
*/
?>
<div class="about_hero" style="background-image:url('HeroBg/Location.jpg');">
<h3 style="color:#28336E">Agent Outlet</h3>
</div>
<div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
<button class="tablinks" onclick="openTab(event, 'br_location')">Branch</button>
<button class="tablinks" onclick="openTab(event, 'sub_br_location')">Sub Branch</button>
<button class="tablinks" onclick="openTab(event, 'atm_location')">ATM</button>
<button class="tablinks" onclick="openTab(event, 'crm_location')">CRM</button>
<button class="tablinks" onclick="openTab(event, 'collection_booth')">Collection Booth</button>
<button class="tablinks" id="defaultOpen" onclick="openTab(event, 'agent_outlet')" style="border:0">Agent Outlet</button>
</div>
<?php include 'about_location.php'; ?>
<!-- jquery 3.3.1
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js"></script>
-->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script> -->
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>