Viewing file:      sa_config.php (3.2 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<?php $config['sa_folder']="esa/"; $config['sa_image_reply'] = array(     'src' => 'images/esa/edit.png',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'แก้ไขข้อมูล',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_nreply'] = array(     'src' => 'images/esa/editgrey.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'แก้ไขข้อมูล' );
  $config['sa_image_view'] = array(     'src' => 'images/esa/show.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'แสดงข้อมูล',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_mng'] = array(     'src' => 'images/esa/submenu.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'จัดการ',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_del'] = array(     'src' => 'images/esa/delete.png',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'ลบข้อมูล',     'onmouseover' => "this.style.cursor='pointer'" ); $config['sa_image_clip'] = array(     'src' => 'images/esa/clip.gif',     'width' => '15',     'height' => '15',     'border' => '0', //    'title' => 'ไฟล์',     'onmouseover' => "this.style.cursor='pointer'" ); $config['sa_image_ndel'] = array(     'src' => 'images/esa/delete_gray.png',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'ลบข้อมูล' ); $config['sa_image_show_health'] = array(     'src' => 'images/esa/show.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'แสดงข้อมูล',     'onclick' => "openDialog();"//,     //'onmouseout' => "closeDialog();" ); $config['sa_image_subject'] = array(     'src' => 'images/esa/subject.jpg',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'เสนอโครงการ/กิจกรรม',     'align' => 'absmiddle',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_approve'] = array(     'src' => 'images/esa/folio.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'อนุมัติโครงการ/กิจกรรม',     'align' => 'absmiddle',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_conclude'] = array(     'src' => 'images/esa/add.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'บันทึกผล',     'align' => 'absmiddle',     'onmouseover' => "this.style.cursor='pointer'" );
  $config['sa_image_print'] = array(     'src' => 'images/esa/print.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'พิมพ์',     'align' => 'absmiddle',     'onmouseover' => "this.style.cursor='pointer'",     'onClick' =>'report_print()' );
  $config['sa_image_printwindow'] = array(     'src' => 'images/esa/print.gif',     'width' => '15',     'height' => '15',     'border' => '0',     'title' => 'พิมพ์',     'align' => 'absmiddle',     'onmouseover' => "this.style.cursor='pointer'",     'onClick' =>'printWindow()' );
  $config['sa_not_found'] = "** ไม่ปรากฏรายการในฐานข้อมูล **"; $config['sa_upload_size'] = 2048; //2 MB $config['sa_system'] = 160; $config['nw_for_scholar'] = 1; $config['nw_for_military'] = 2; ?>
  |