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'); }