K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / www / html / sman1baleendahoppppppp / views /
server ip : 172.67.156.115

your ip : 172.70.80.171

H O M E


Filename/var/www/html/sman1baleendahoppppppp/views/scholarships.php
Size1.64 kb
Permissionrw-r--r--
Ownerroot : root
Create time04-May-2025 17:23
Last modified04-May-2025 17:23
Last accessed06-Jul-2025 22:45
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('backend/grid_index');?>
<script type="text/javascript">
DS.ScholarshipTypes = {
'1': 'Anak Berprestasi',
'2': 'Anak Miskin',
'3': 'Pendidikan',
'4': 'Unggulan',
'5': 'Lain-lain'
};

var _grid = 'SCHOLARSHIPS', _form = _grid + '_FORM';
new GridBuilder( _grid , {
controller:'scholarships',
fields: [
{
header: '<input type="checkbox" class="check-all">',
renderer: function( row ) {
return CHECKBOX(row.id, 'id');
},
exclude_excel: true,
sorting: false
},
{
header: '<i class="fa fa-edit"></i>',
renderer: function( row ) {
return A(_form + '.OnEdit(' + row.id + ')', 'Edit');
},
exclude_excel: true,
sorting: false
},
{ header:'Nama Beasiswa', renderer:'scholarship_description' },
{
header:'Jenis Beasiswa',
renderer: function( row ) {
return DS.ScholarshipTypes[row.scholarship_type];
},
sort_field: 'scholarship_type'
},
{ header:'Tahun Mulai', renderer:'scholarship_start_year' },
{ header:'Tahun Selesai', renderer:'scholarship_end_year' }
]
});

new FormBuilder( _form , {
controller:'scholarships',
fields: [
{ label:'Jenis Beasiswa', name:'scholarship_type', type:'select', datasource:DS.ScholarshipTypes },
{ label:'Nama Beasiswa', name:'scholarship_description', type:'textarea' },
{ label:'Tahun Mulai', name:'scholarship_start_year' },
{ label:'Tahun Selesai', name:'scholarship_end_year' }
]
});
</script>