private function system_edit() { $user = User_helper::get_user(); $this->current_action = 'edit'; $ajax['status'] = true; $data = array(); $data['title'] = $this->lang->line("PUBLIC_NOTICE"); $data['notices'] = Website_helper::get_all_public_notices(); $ajax['system_content'][] = array("id" => "#system_wrapper_top_menu", "html" => $this->load_view("top_menu", "", true)); $ajax['system_content'][] = array("id" => "#system_wrapper", "html" => $this->load_view("notice_management/public_notice/system_add_edit", $data, true)); if ($this->message) { $ajax['system_message'] = $this->message; } $ajax['system_page_url'] = $this->get_encoded_url('notice_management/public_notice/index/view/'); $this->jsonReturn($ajax); }
ডিজিটাল পাসপোর্ট গ্রহনের ফর্ম এখন পাওয়া যাচ্ছে সকল ডিজিটাল সেন্টারে </div> </div> </div> </div> </div> <div class="row-fluid"> <div class="span-9"> <div class="widget"> <div class="widget-header" style="padding-top:10px; padding-bottom:35px;"> <div class="title" style="font-family:nikoshBAN !important; font-size:19px !important;"> <marquee width="100%"> <?php $notices = Website_helper::get_all_public_notices(); if (is_array($notices) && sizeof($notices) > 0) { foreach ($notices as $notice) { ?> <a style="color: white;" href="<?php echo $CI->get_encoded_url('notice_management/public_notice/'); ?> "> <?php echo $notice['notice_title']; ?> </a> <?php } } else { echo $CI->lang->line('NO_PUBLIC_NOTICE'); }
<p><?php echo $this->lang->line('ENTREPRENEUR'); ?> </p> </div> <div class="chart" style=" float:right; margin-top:0px;"> <span class="right_top_box" style="color:#FFB400"><?php echo $this->lang->line('NUMBER_OF_ENTREPRENEUR_MEN'); ?> </span> </div> </li> <li class="li-tab"> <div style="font-family:nikoshBan;" class="left margin-left-top"> <h4 style="font-family:nikoshBan;color:#090;"><?php echo System_helper::Get_Eng_to_Bng(Website_helper::get_total_entrepreneurs_women()); ?> জন</h4> <p style="color:#090;"><?php echo $this->lang->line('ENTREPRENEUR'); ?> </p> </div> <div class="chart" style=" float:right; margin-top:0px;"> <span class="right_top_box" style="color:#090"><?php echo $this->lang->line('NUMBER_OF_ENTREPRENEUR_WOMEN'); ?> </span> </div> </li> </ul>
<tr> <th><?php echo $this->lang->line('SERVICE_RECEIVER'); ?> </th> <th><?php echo $this->lang->line('SERVICE'); ?> </th> <th><?php echo $this->lang->line('SERVICE_INCOME_TAKA'); ?> </th> </tr> <?php $details = Website_helper::get_service_income_detail($income['invoice_id']); if (is_array($details) && sizeof($details) > 0) { $total = 0; foreach ($details as $detail) { ?> <tr> <td><?php echo $detail['receiver_name']; ?> </td> <td><?php echo $detail['uisc_service_name']; ?> </td> <td><?php echo System_helper::Get_Eng_to_Bng($detail['income']);