├── Demo ├── images │ ├── Thumbs.db │ ├── button-bg.png │ └── login-page-bg.jpg ├── index.html └── login_style.css ├── Logo_of_BSNMPC.png ├── README.md ├── SMS_function └── sms_function.php ├── accounts ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── greybox.css ├── greybox.js ├── greybox.php ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── next.gif │ ├── prev.gif │ └── w_close.gif ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 1.php │ ├── acc │ │ ├── gene_fee_chkbox.php │ │ └── phpfunction.php │ ├── action │ │ ├── class_config_chng.php │ │ ├── class_fee_chng.php │ │ ├── class_fee_config_chng.php │ │ ├── class_fee_head_chng.php │ │ ├── exam_config_chng.php │ │ ├── exam_sche_config_chng.php │ │ ├── fee_initiator_chng.php │ │ ├── group_config_chng.php │ │ ├── section_config_chng.php │ │ ├── student_info_chng.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_chng.php │ │ └── sub_config_chng.php │ ├── add_student_fee.php │ ├── amendment_for_re_check.php │ ├── backup │ │ ├── Student_information.php │ │ ├── edit_class_config.php │ │ ├── edit_group_config.php │ │ ├── edit_section_config.php │ │ ├── edit_subject_config.php │ │ ├── grid_data_class_feeinfo.php │ │ ├── grid_data_classinfo.php │ │ ├── grid_data_examinfo.php │ │ ├── grid_data_examscheduleinfo.php │ │ ├── grid_data_groupinfo.php │ │ ├── grid_data_sectioninfo.php │ │ ├── grid_data_subjectinfo.php │ │ └── std_fee_generator.php │ ├── class_fee_config.php │ ├── class_way_total_fee.php │ ├── class_way_total_fee_check.php │ ├── class_way_total_fee_datatable.php │ ├── collection_fee_report.php │ ├── content_bak.php │ ├── dashboard.php │ ├── db.php │ ├── demo.php │ ├── edit_class_fee_config.php │ ├── edit_std_fee_entry.php │ ├── edit_std_fee_generator.php │ ├── edit_std_fee_generator_back.php │ ├── edit_stu_admission_form.php │ ├── fee_amendment_form.php │ ├── fee_amendment_list.php │ ├── fee_authenticate_all_student.php │ ├── fee_authenticate_single_student.php │ ├── fee_checked_list.php │ ├── fee_collect_pay_by_ajax.php │ ├── fee_collection_form.php │ ├── fee_collection_form_by_ajax.php │ ├── fee_collection_report.php │ ├── fee_collection_report_search_by_ajax.php │ ├── fee_collection_table_by_ajax.php │ ├── fee_details_list.php │ ├── fee_details_list_display.php │ ├── fee_details_search.php │ ├── fee_head_add.php │ ├── fee_head_list.php │ ├── fee_initiator_view_mode.php │ ├── fee_initiator_view_mode_datatable.php │ ├── fee_sms_sender_html_form.php │ ├── generated_voucher_list.php │ ├── generated_voucher_list_table.php │ ├── home.php │ ├── make_voucher_by_ajax.php │ ├── make_voucher_form.php │ ├── new_employee_form.php │ ├── new_employee_insert.php │ ├── new_teacher_insert.php │ ├── paginator.class.2.php │ ├── payment_check.php │ ├── payment_check_details.php │ ├── payment_check_list_display.php │ ├── payment_check_total_amount.php │ ├── payment_checked_total_amount.php │ ├── red_home.php │ ├── ref_home.php │ ├── routine_bak │ │ ├── class_routine.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_array.php │ │ ├── show_routine.php │ │ ├── teacher_routine.php │ │ └── teacher_routine2.php │ ├── routine_function │ │ ├── contact.php │ │ ├── db.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_class_routine.php │ │ ├── show_routine.php │ │ └── show_teacher_routine.php │ ├── section_fetch.php │ ├── section_fetch_with_all.php │ ├── std_fee_generator_form.php │ ├── std_fee_generator_form16062013_back.php │ ├── std_fee_generator_form_backup.php │ ├── student_class_detail.php │ ├── student_due_fee_collection.php │ ├── student_fee.php │ ├── student_name_by_roll.php │ ├── student_payment_collection_form.php │ ├── student_profile_information_edit.php │ ├── student_profile_information_view.php │ ├── student_roll_of_head.php │ ├── student_way_total_fee.php │ ├── student_way_total_fee_check.php │ ├── summary_fetch.php │ ├── table │ │ ├── class_config_tbl.php │ │ ├── class_config_tbl_insert.php │ │ ├── class_fee_config_tbl.php │ │ ├── class_fee_insert.php │ │ ├── class_feehead_tbl.php │ │ ├── exam_config_tbl.php │ │ ├── exam_config_tbl_insert.php │ │ ├── exam_sche_config_tbl.php │ │ ├── exam_sche_config_tbl_insert.php │ │ ├── group_config_tbl.php │ │ ├── group_config_tbl_insert.php │ │ ├── icon_reader.php │ │ ├── section_config_tbl.php │ │ ├── section_config_tbl_insert.php │ │ ├── std_fee_insert.php │ │ ├── stu_fee_tbl_status_update.php │ │ ├── student_info_tbl.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_tbl.php │ │ ├── sub_config_tbl.php │ │ └── sub_config_tbl_insert.php │ ├── teacher_view_form.php │ ├── view_class_fee.php │ ├── voucher_generate.php │ ├── voucher_list.php │ └── voucher_list_display.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── libraries.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── original_content_bak.php ├── readme.txt ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── admin ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── graybox │ ├── GreyBox_v5_54 │ │ ├── LGPL.txt │ │ ├── about.html │ │ ├── adobe_images │ │ │ └── nav_buttons.psd │ │ ├── advance_usage.html │ │ ├── combiner.py │ │ ├── compressing_greybox.html │ │ ├── compression_lib │ │ │ ├── AJS_minify.py │ │ │ ├── AJS_minify.pyc │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ └── yuicompressor.jar │ │ ├── greybox │ │ │ ├── AJS.js │ │ │ ├── AJS_fx.js │ │ │ ├── g_close.gif │ │ │ ├── gb_scripts.js │ │ │ ├── gb_styles.css │ │ │ ├── header_bg.gif │ │ │ ├── indicator.gif │ │ │ ├── loader_frame.html │ │ │ ├── next.gif │ │ │ ├── prev.gif │ │ │ └── w_close.gif │ │ ├── greybox_source │ │ │ ├── auto_deco.js │ │ │ ├── base │ │ │ │ ├── AJS.js │ │ │ │ ├── AJS_dnd.js │ │ │ │ ├── AJS_fx.js │ │ │ │ ├── base.css │ │ │ │ ├── base.js │ │ │ │ └── indicator.gif │ │ │ ├── gallery │ │ │ │ ├── g_close.gif │ │ │ │ ├── gallery.css │ │ │ │ └── gallery.js │ │ │ ├── set │ │ │ │ ├── next.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── set.css │ │ │ │ └── set.js │ │ │ └── window │ │ │ │ ├── header_bg.gif │ │ │ │ ├── w_close.gif │ │ │ │ ├── window.css │ │ │ │ └── window.js │ │ ├── installation.html │ │ └── static_files │ │ │ ├── help.css │ │ │ ├── help.js │ │ │ ├── logo.gif │ │ │ ├── night_valley.jpg │ │ │ ├── night_valley_thumb.gif │ │ │ ├── night_valley_thumb.jpg │ │ │ ├── salt.jpg │ │ │ └── salt_thumb.gif │ ├── LGPL.txt │ ├── adobe_images │ │ └── nav_buttons.psd │ ├── combiner.py │ ├── compression_lib │ │ ├── AJS_minify.py │ │ ├── AJS_minify.pyc │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ └── yuicompressor.jar │ ├── db.php │ ├── demo.php │ ├── graybox_demo.php │ ├── greybox │ │ ├── AJS.js │ │ ├── AJS_fx.js │ │ ├── g_close.gif │ │ ├── gb_scripts.js │ │ ├── gb_styles.css │ │ ├── header_bg.gif │ │ ├── indicator.gif │ │ ├── loader_frame.html │ │ ├── next.gif │ │ ├── prev.gif │ │ └── w_close.gif │ ├── greybox_source │ │ ├── auto_deco.js │ │ ├── base │ │ │ ├── AJS.js │ │ │ ├── AJS_dnd.js │ │ │ ├── AJS_fx.js │ │ │ ├── base.css │ │ │ ├── base.js │ │ │ ├── indicator.gif │ │ │ └── loader_frame.html │ │ ├── gallery │ │ │ ├── g_close.gif │ │ │ ├── gallery.css │ │ │ └── gallery.js │ │ ├── set │ │ │ ├── next.gif │ │ │ ├── prev.gif │ │ │ ├── set.css │ │ │ └── set.js │ │ └── window │ │ │ ├── header_bg.gif │ │ │ ├── w_close.gif │ │ │ ├── window.css │ │ │ └── window.js │ ├── jquery.js │ └── static_files │ │ ├── help.css │ │ ├── help.js │ │ ├── logo.gif │ │ ├── night_valley.jpg │ │ ├── night_valley_thumb.gif │ │ ├── night_valley_thumb.jpg │ │ ├── salt.jpg │ │ └── salt_thumb.gif ├── greybox.css ├── greybox.js ├── greybox.php ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── next.gif │ ├── prev.gif │ └── w_close.gif ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 1.php │ ├── Student_information.php │ ├── acc │ │ ├── gene_fee_chkbox.php │ │ └── phpfunction.php │ ├── accademic_calendar.php │ ├── action │ │ ├── 01-07-2013 │ │ │ └── action │ │ │ │ ├── book_setting_change.php │ │ │ │ ├── class_config_chng.php │ │ │ │ ├── class_fee_chng.php │ │ │ │ ├── class_fee_config.php │ │ │ │ ├── class_fee_config_chng.php │ │ │ │ ├── class_fee_config_datatable_by_ajax.php │ │ │ │ ├── class_fee_head_chng.php │ │ │ │ ├── class_period_chng.php │ │ │ │ ├── employee_list_chng.php │ │ │ │ ├── exam_config_chng.php │ │ │ │ ├── exam_config_new_chng.php │ │ │ │ ├── exam_period_chng_new.php │ │ │ │ ├── exam_sche_config_chng.php │ │ │ │ ├── grade_setting_change.php │ │ │ │ ├── group_config_chng.php │ │ │ │ ├── mark_config_chng.php │ │ │ │ ├── section_config_chng.php │ │ │ │ ├── student_info_chng.php │ │ │ │ ├── student_profile_info_chng.php │ │ │ │ ├── student_way_fee_chng.php │ │ │ │ └── sub_config_chng.php │ │ ├── book_setting_change.php │ │ ├── class_config_chng.php │ │ ├── class_fee_chng.php │ │ ├── class_fee_config.php │ │ ├── class_fee_config_chng.php │ │ ├── class_fee_config_datatable_by_ajax.php │ │ ├── class_fee_head_chng.php │ │ ├── class_period_chng.php │ │ ├── employee_list_chng.php │ │ ├── exam_config_chng.php │ │ ├── exam_config_new_chng.php │ │ ├── exam_period_chng_new.php │ │ ├── exam_sche_config_chng.php │ │ ├── grade_setting_change.php │ │ ├── group_config_chng.php │ │ ├── mark_config_chng.php │ │ ├── section_config_chng.php │ │ ├── student_info_chng.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_chng.php │ │ └── sub_config_chng.php │ ├── add_refferer.php │ ├── add_student_fee.php │ ├── admission.php │ ├── all_modules.php │ ├── back_buttobn_disable.php │ ├── backup │ │ ├── Student_information.php │ │ ├── edit_class_config.php │ │ ├── edit_group_config.php │ │ ├── edit_section_config.php │ │ ├── edit_subject_config.php │ │ ├── grid_data_class_feeinfo.php │ │ ├── grid_data_classinfo.php │ │ ├── grid_data_examinfo.php │ │ ├── grid_data_examscheduleinfo.php │ │ ├── grid_data_groupinfo.php │ │ ├── grid_data_sectioninfo.php │ │ ├── grid_data_subjectinfo.php │ │ └── std_fee_generator.php │ ├── book_add.php │ ├── book_list.php │ ├── book_list_insert.php │ ├── class_config.php │ ├── class_config_bak.php │ ├── class_fee_config.php │ ├── class_fee_config_datatable_by_ajax.php │ ├── class_routine.php │ ├── class_way_total_fee.php │ ├── class_way_total_fee_check.php │ ├── content_bak.php │ ├── dashboard.php │ ├── db.php │ ├── demo.php │ ├── demo_new.php │ ├── edit_class_fee_config.php │ ├── edit_sebject_config.php │ ├── edit_std_fee_entry.php │ ├── edit_std_fee_generator.php │ ├── edit_stu_admission_form.php │ ├── emp_salary_form.php │ ├── emp_salary_form_by_ajax.php │ ├── employee_list.php │ ├── employee_list_form.php │ ├── employee_list_show.php │ ├── employee_list_table.php │ ├── event_add_to_calendar.php │ ├── exam_config.php │ ├── exam_config_new.php │ ├── exam_information.php │ ├── exam_schedule_config.php │ ├── exam_schedule_config_new.php │ ├── excel_mark_setting.php │ ├── fee_details_list.php │ ├── fee_details_list_display.php │ ├── fee_details_search.php │ ├── fee_head_add.php │ ├── fee_head_add_by_ajax.php │ ├── fee_head_list.php │ ├── fee_sms_sender_html_form.php │ ├── gen_acc_calendar.php │ ├── grade_setting.php │ ├── group_config.php │ ├── guardian_mobileno_fetch_by_ajax.php │ ├── home.php │ ├── leave_name_add_by_ajax.php │ ├── leave_name_datatable.php │ ├── leaves_name.php │ ├── mark_distribution.php │ ├── mark_distribution_insert.php │ ├── menu_group.php │ ├── new_employee_form.php │ ├── new_employee_insert.php │ ├── new_event_add_by_ajax.php │ ├── new_grade_add.php │ ├── new_notice.php │ ├── new_notice_add.php │ ├── new_notice_add_by_ajax.php │ ├── new_referer_insert.php │ ├── new_teacher_insert.php │ ├── notice_list.php │ ├── notice_sms_sender_html_form.php │ ├── office_stuff_datatable.php │ ├── office_stuff_sms_sender_html_form.php │ ├── paginator.class.2.php │ ├── parants_mob_nos_for_fee_sms.php │ ├── parants_mob_nos_for_result_sms.php │ ├── parants_mobileno_fetch_by_ajax.php │ ├── parent_mobileno_fetch_by_ajax.php │ ├── parent_sms_datatable.php │ ├── parent_sms_sender_html_form.php │ ├── parents_mobileno_fetch_by_ajax.php │ ├── red_home.php │ ├── ref_home.php │ ├── result_add.php │ ├── result_entry.php │ ├── result_sms_sender_html_form.php │ ├── result_sms_sender_html_form_12062013_old.php │ ├── routine_bak │ │ ├── class_routine.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_array.php │ │ ├── show_routine.php │ │ ├── teacher_routine.php │ │ └── teacher_routine2.php │ ├── routine_create.php │ ├── routine_function │ │ ├── contact.php │ │ ├── db.php │ │ ├── demo.php │ │ ├── demo_exam_schedule.php │ │ ├── demo_new.php │ │ ├── due_amount.php │ │ ├── routine_create.php │ │ ├── show_class_routine.php │ │ ├── show_routine.php │ │ └── show_teacher_routine.php │ ├── salary_sheet.php │ ├── section_config.php │ ├── setting_class_period.php │ ├── setting_exam_period.php │ ├── setting_exam_schedule_config_tbl.php │ ├── show_routine.php │ ├── sms_list.php │ ├── sms_notification_send_form.php │ ├── sms_sender_html_form.php │ ├── sql.php │ ├── std_admission_form.php │ ├── std_fee_generator_form.php │ ├── student_class_detail.php │ ├── student_due_fee_collection.php │ ├── student_fee.php │ ├── student_mark_entry.php │ ├── student_payment_collection_form.php │ ├── student_profile_information.php │ ├── student_profile_information_edit.php │ ├── student_profile_information_view.php │ ├── student_roll_of_head.php │ ├── student_way_total_fee.php │ ├── student_way_total_fee_check.php │ ├── stuff_mobileno_fetch_by_ajax.php │ ├── subject_config.php │ ├── subject_load_by_ajax.php │ ├── table │ │ ├── class_config_tbl.php │ │ ├── class_config_tbl_insert.php │ │ ├── class_fee_config_tbl.php │ │ ├── class_fee_insert.php │ │ ├── class_feehead_tbl.php │ │ ├── class_period_chng.php │ │ ├── class_period_tbl.php │ │ ├── class_period_tbl_insert.php │ │ ├── exam_config_new_tbl.php │ │ ├── exam_config_new_tbl_insert.php │ │ ├── exam_config_tbl.php │ │ ├── exam_config_tbl_insert.php │ │ ├── exam_period_tbl.php │ │ ├── exam_period_tbl_insert.php │ │ ├── exam_sche_config_tbl.php │ │ ├── exam_sche_config_tbl_insert.php │ │ ├── grade_setting_change.php │ │ ├── grade_setting_tbl.php │ │ ├── group_config_tbl.php │ │ ├── group_config_tbl_insert.php │ │ ├── icon_reader.php │ │ ├── mark_distribution_tbl.php │ │ ├── section_config_tbl.php │ │ ├── section_config_tbl_insert.php │ │ ├── std_fee_insert.php │ │ ├── stu_fee_tbl_status_update.php │ │ ├── student_info_tbl.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_tbl.php │ │ ├── sub_config_tbl.php │ │ └── sub_config_tbl_insert.php │ ├── teacher_add_form.php │ ├── teacher_classes.php │ ├── teacher_information.php │ ├── teacher_list.php │ ├── teacher_list_form.php │ ├── teacher_routine.php │ ├── teacher_routine2.php │ ├── teacher_routine_by_ajax.php │ ├── teacher_routine_new.php │ ├── teacher_view_form.php │ ├── view_class_fee.php │ ├── voucher_list.php │ └── voucher_list_display.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquery_tooltip.rar ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── libraries.php ├── libraries_back.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── original_content_bak.php ├── readme.txt ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── agg_res1.php ├── brach_checker.php ├── branches.php ├── cal └── cal │ ├── inbox_search.php │ ├── index.php │ └── src │ ├── css │ ├── border-radius.css │ ├── gold │ │ ├── Thumbs.db │ │ ├── brushed-steel.jpg │ │ ├── coolbg.png │ │ ├── gold.css │ │ └── gold.jpg │ ├── img │ │ ├── cool-bg-hard-inv.png │ │ ├── cool-bg-hard.png │ │ ├── cool-bg-inv.png │ │ ├── cool-bg.png │ │ ├── drop-down.gif │ │ ├── drop-up.gif │ │ ├── nav-left-x2.gif │ │ ├── nav-left.gif │ │ ├── nav-right-x2.gif │ │ ├── nav-right.gif │ │ ├── time-down.png │ │ └── time-up.png │ ├── jscal2.css │ ├── matrix │ │ ├── Thumbs.db │ │ ├── matrix.css │ │ ├── nav-left-x2.gif │ │ ├── nav-left.gif │ │ ├── nav-right-x2.gif │ │ └── nav-right.gif │ ├── reduce-spacing.css │ ├── shadow-b.png │ ├── steel │ │ ├── Thumbs.db │ │ ├── brushed-steel.jpg │ │ ├── brushed-steel.png │ │ ├── coolbg.png │ │ ├── steel.css │ │ └── steel.jpg │ └── win2k │ │ └── win2k.css │ └── js │ ├── jscal2.js │ └── lang │ ├── ca.js │ ├── cn.js │ ├── cz.js │ ├── de.js │ ├── en.js │ ├── es.js │ ├── fr.js │ ├── it.js │ ├── jp.js │ ├── nl.js │ ├── pl.js │ ├── pt.js │ ├── ro.js │ ├── ru.js │ └── sv.js ├── css ├── 1col.css ├── 2col.css ├── back │ ├── 1col.css │ ├── 2col.css │ ├── contact.css │ ├── demo.css │ ├── login_style.css │ ├── main-ie6.css │ ├── main.css │ ├── mystyle.css │ ├── reset.css │ ├── screen2.css │ └── style.css ├── contact.css ├── demo.css ├── form.css ├── login_style.css ├── main-ie6.css ├── main.css ├── mystyle.css ├── reset.css ├── screen2.css └── style.css ├── css_link_file.php ├── custom ├── Zurich_Condensed_Lt_Bd.js ├── avatar.jpg ├── ball_black_16.png ├── ball_blue_16.png ├── ball_green_16.png ├── ball_grey_16.png ├── ball_purple_16.png ├── ball_red_16.png ├── ball_yellow_16.png ├── cufon.js ├── excanvas.js ├── fancybox.css ├── ico_active_16.png ├── ico_administration_48.png ├── ico_book_48.png ├── ico_chat_64.png ├── ico_clock_64.png ├── ico_delete_16.png ├── ico_edit_16.png ├── ico_folder_64.png ├── ico_inactive_16.png ├── ico_manage-users_48.png ├── ico_page_64.png ├── ico_picture_64.png ├── ico_settings_16.png ├── ico_settings_64.png ├── ico_users_64.png ├── jquery.css ├── jquery.js ├── jquery_002.css ├── jquery_002.js ├── jquery_003.js ├── jquery_004.js ├── jquery_005.js ├── jquery_006.js ├── jquery_007.js ├── jquery_008.js ├── jquery_009.js ├── jquery_010.js ├── jquery_011.js ├── logo_earth.png ├── logo_earth_bw50.png ├── reset.css ├── reset_bak.css ├── screen.css ├── screen2.css ├── script.js ├── thumbnail1.jpg ├── thumbnail2.jpg ├── thumbnail3.jpg ├── ui.css ├── visualize-light.css ├── visualize.css └── window.css ├── custom_css ├── Zurich_Condensed_Lt_Bd.js ├── avatar.jpg ├── back │ ├── Zurich_Condensed_Lt_Bd.js │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── ball_black_16.png ├── ball_blue_16.png ├── ball_green_16.png ├── ball_grey_16.png ├── ball_purple_16.png ├── ball_red_16.png ├── ball_yellow_16.png ├── cufon.js ├── excanvas.js ├── fancybox.css ├── ico_active_16.png ├── ico_administration_48.png ├── ico_book_48.png ├── ico_chat_64.png ├── ico_clock_64.png ├── ico_delete_16.png ├── ico_edit_16.png ├── ico_folder_64.png ├── ico_inactive_16.png ├── ico_manage-users_48.png ├── ico_page_64.png ├── ico_picture_64.png ├── ico_settings_16.png ├── ico_settings_64.png ├── ico_users_64.png ├── jquery.css ├── jquery.js ├── jquery_002.css ├── jquery_002.js ├── jquery_003.js ├── jquery_004.js ├── jquery_005.js ├── jquery_006.js ├── jquery_007.js ├── jquery_008.js ├── jquery_009.js ├── jquery_010.js ├── jquery_011.js ├── logo_earth.png ├── logo_earth_bw50.png ├── reset.css ├── screen.css ├── script.js ├── thumbnail1.jpg ├── thumbnail2.jpg ├── thumbnail3.jpg ├── ui.css ├── visualize-light.css ├── visualize.css └── window.css ├── dashboard.php ├── dashboard_15052013_back.php ├── dashboard_buttons ├── attendance.png ├── blog-icon.png ├── button_Human.png ├── button_admission.png ├── button_examinations.png ├── button_finance.png ├── button_hostel.png ├── button_library.png ├── button_manage_news.png ├── button_manage_users.png ├── button_student_details.png ├── button_timetable.png ├── button_transport.png ├── icon_print.png ├── nicetitle.js ├── ntbg.png ├── school_03042013.sql └── settings.png ├── dashboard_icon ├── 1.png ├── Exam.gif ├── LAVC_Portal_Menu_Student.png ├── SEE_Finance_Icon_128x128.png ├── hostel.png ├── library.png ├── teacher_blackboard_icon_T.png └── transport.png ├── db.php ├── design ├── Thumbs.db ├── btn-create-left.gif ├── btn-create-right.gif ├── content-h1.gif ├── content.gif ├── dot.gif ├── ico-delete.gif ├── ico-done.gif ├── ico-info.gif ├── ico-warning.gif ├── menu-left.gif ├── menu-right.gif ├── menu.gif ├── separator.gif ├── submenu-active.gif ├── submenu-sub.gif ├── switcher-1col.gif ├── switcher-2col.gif ├── tabs-l.gif ├── tabs-r.gif ├── tray-logout.gif ├── tray.gif ├── ul-ul.gif └── ul.gif ├── donate-Left-red ├── admin │ ├── Demo │ │ ├── images │ │ │ ├── Thumbs.db │ │ │ ├── button-bg.png │ │ │ └── login-page-bg.jpg │ │ ├── index.html │ │ └── login_style.css │ ├── cal │ │ └── cal │ │ │ ├── inbox_search.php │ │ │ ├── index.php │ │ │ └── src │ │ │ ├── css │ │ │ ├── border-radius.css │ │ │ ├── gold │ │ │ │ ├── Thumbs.db │ │ │ │ ├── brushed-steel.jpg │ │ │ │ ├── coolbg.png │ │ │ │ ├── gold.css │ │ │ │ └── gold.jpg │ │ │ ├── img │ │ │ │ ├── cool-bg-hard-inv.png │ │ │ │ ├── cool-bg-hard.png │ │ │ │ ├── cool-bg-inv.png │ │ │ │ ├── cool-bg.png │ │ │ │ ├── drop-down.gif │ │ │ │ ├── drop-up.gif │ │ │ │ ├── nav-left-x2.gif │ │ │ │ ├── nav-left.gif │ │ │ │ ├── nav-right-x2.gif │ │ │ │ ├── nav-right.gif │ │ │ │ ├── time-down.png │ │ │ │ └── time-up.png │ │ │ ├── jscal2.css │ │ │ ├── matrix │ │ │ │ ├── Thumbs.db │ │ │ │ ├── matrix.css │ │ │ │ ├── nav-left-x2.gif │ │ │ │ ├── nav-left.gif │ │ │ │ ├── nav-right-x2.gif │ │ │ │ └── nav-right.gif │ │ │ ├── reduce-spacing.css │ │ │ ├── shadow-b.png │ │ │ ├── steel │ │ │ │ ├── Thumbs.db │ │ │ │ ├── brushed-steel.jpg │ │ │ │ ├── brushed-steel.png │ │ │ │ ├── coolbg.png │ │ │ │ ├── steel.css │ │ │ │ └── steel.jpg │ │ │ └── win2k │ │ │ │ └── win2k.css │ │ │ └── js │ │ │ ├── jscal2.js │ │ │ └── lang │ │ │ ├── ca.js │ │ │ ├── cn.js │ │ │ ├── cz.js │ │ │ ├── de.js │ │ │ ├── en.js │ │ │ ├── es.js │ │ │ ├── fr.js │ │ │ ├── it.js │ │ │ ├── jp.js │ │ │ ├── nl.js │ │ │ ├── pl.js │ │ │ ├── pt.js │ │ │ ├── ro.js │ │ │ ├── ru.js │ │ │ └── sv.js │ ├── css │ │ ├── 1col.css │ │ ├── 2col.css │ │ ├── back │ │ │ ├── 1col.css │ │ │ ├── 2col.css │ │ │ ├── contact.css │ │ │ ├── demo.css │ │ │ ├── login_style.css │ │ │ ├── main-ie6.css │ │ │ ├── main.css │ │ │ ├── mystyle.css │ │ │ ├── reset.css │ │ │ ├── screen2.css │ │ │ └── style.css │ │ ├── contact.css │ │ ├── demo.css │ │ ├── form.css │ │ ├── login_style.css │ │ ├── main-ie6.css │ │ ├── main.css │ │ ├── mystyle.css │ │ ├── reset.css │ │ ├── screen2.css │ │ └── style.css │ ├── css_link_file.php │ ├── custom │ │ ├── Zurich_Condensed_Lt_Bd.js │ │ ├── avatar.jpg │ │ ├── ball_black_16.png │ │ ├── ball_blue_16.png │ │ ├── ball_green_16.png │ │ ├── ball_grey_16.png │ │ ├── ball_purple_16.png │ │ ├── ball_red_16.png │ │ ├── ball_yellow_16.png │ │ ├── cufon.js │ │ ├── excanvas.js │ │ ├── fancybox.css │ │ ├── ico_active_16.png │ │ ├── ico_administration_48.png │ │ ├── ico_book_48.png │ │ ├── ico_chat_64.png │ │ ├── ico_clock_64.png │ │ ├── ico_delete_16.png │ │ ├── ico_edit_16.png │ │ ├── ico_folder_64.png │ │ ├── ico_inactive_16.png │ │ ├── ico_manage-users_48.png │ │ ├── ico_page_64.png │ │ ├── ico_picture_64.png │ │ ├── ico_settings_16.png │ │ ├── ico_settings_64.png │ │ ├── ico_users_64.png │ │ ├── jquery.css │ │ ├── jquery.js │ │ ├── jquery_002.css │ │ ├── jquery_002.js │ │ ├── jquery_003.js │ │ ├── jquery_004.js │ │ ├── jquery_005.js │ │ ├── jquery_006.js │ │ ├── jquery_007.js │ │ ├── jquery_008.js │ │ ├── jquery_009.js │ │ ├── jquery_010.js │ │ ├── jquery_011.js │ │ ├── logo_earth.png │ │ ├── logo_earth_bw50.png │ │ ├── reset.css │ │ ├── reset_bak.css │ │ ├── screen.css │ │ ├── screen2.css │ │ ├── script.js │ │ ├── thumbnail1.jpg │ │ ├── thumbnail2.jpg │ │ ├── thumbnail3.jpg │ │ ├── ui.css │ │ ├── visualize-light.css │ │ ├── visualize.css │ │ └── window.css │ ├── custom_css │ │ ├── Zurich_Condensed_Lt_Bd.js │ │ ├── avatar.jpg │ │ ├── back │ │ │ ├── Zurich_Condensed_Lt_Bd.js │ │ │ ├── avatar.jpg │ │ │ ├── ball_black_16.png │ │ │ ├── ball_blue_16.png │ │ │ ├── ball_green_16.png │ │ │ ├── ball_grey_16.png │ │ │ ├── ball_purple_16.png │ │ │ ├── ball_red_16.png │ │ │ ├── ball_yellow_16.png │ │ │ ├── cufon.js │ │ │ ├── excanvas.js │ │ │ ├── fancybox.css │ │ │ ├── ico_active_16.png │ │ │ ├── ico_administration_48.png │ │ │ ├── ico_book_48.png │ │ │ ├── ico_chat_64.png │ │ │ ├── ico_clock_64.png │ │ │ ├── ico_delete_16.png │ │ │ ├── ico_edit_16.png │ │ │ ├── ico_folder_64.png │ │ │ ├── ico_inactive_16.png │ │ │ ├── ico_manage-users_48.png │ │ │ ├── ico_page_64.png │ │ │ ├── ico_picture_64.png │ │ │ ├── ico_settings_16.png │ │ │ ├── ico_settings_64.png │ │ │ ├── ico_users_64.png │ │ │ ├── jquery.css │ │ │ ├── jquery.js │ │ │ ├── jquery_002.css │ │ │ ├── jquery_002.js │ │ │ ├── jquery_003.js │ │ │ ├── jquery_004.js │ │ │ ├── jquery_005.js │ │ │ ├── jquery_006.js │ │ │ ├── jquery_007.js │ │ │ ├── jquery_008.js │ │ │ ├── jquery_009.js │ │ │ ├── jquery_010.js │ │ │ ├── jquery_011.js │ │ │ ├── logo_earth.png │ │ │ ├── logo_earth_bw50.png │ │ │ ├── reset.css │ │ │ ├── screen.css │ │ │ ├── script.js │ │ │ ├── thumbnail1.jpg │ │ │ ├── thumbnail2.jpg │ │ │ ├── thumbnail3.jpg │ │ │ ├── ui.css │ │ │ ├── visualize-light.css │ │ │ ├── visualize.css │ │ │ └── window.css │ │ ├── ball_black_16.png │ │ ├── ball_blue_16.png │ │ ├── ball_green_16.png │ │ ├── ball_grey_16.png │ │ ├── ball_purple_16.png │ │ ├── ball_red_16.png │ │ ├── ball_yellow_16.png │ │ ├── cufon.js │ │ ├── excanvas.js │ │ ├── fancybox.css │ │ ├── ico_active_16.png │ │ ├── ico_administration_48.png │ │ ├── ico_book_48.png │ │ ├── ico_chat_64.png │ │ ├── ico_clock_64.png │ │ ├── ico_delete_16.png │ │ ├── ico_edit_16.png │ │ ├── ico_folder_64.png │ │ ├── ico_inactive_16.png │ │ ├── ico_manage-users_48.png │ │ ├── ico_page_64.png │ │ ├── ico_picture_64.png │ │ ├── ico_settings_16.png │ │ ├── ico_settings_64.png │ │ ├── ico_users_64.png │ │ ├── jquery.css │ │ ├── jquery.js │ │ ├── jquery_002.css │ │ ├── jquery_002.js │ │ ├── jquery_003.js │ │ ├── jquery_004.js │ │ ├── jquery_005.js │ │ ├── jquery_006.js │ │ ├── jquery_007.js │ │ ├── jquery_008.js │ │ ├── jquery_009.js │ │ ├── jquery_010.js │ │ ├── jquery_011.js │ │ ├── logo_earth.png │ │ ├── logo_earth_bw50.png │ │ ├── reset.css │ │ ├── screen.css │ │ ├── script.js │ │ ├── thumbnail1.jpg │ │ ├── thumbnail2.jpg │ │ ├── thumbnail3.jpg │ │ ├── ui.css │ │ ├── visualize-light.css │ │ ├── visualize.css │ │ └── window.css │ ├── db.php │ ├── db.sql │ ├── design │ │ ├── Thumbs.db │ │ ├── btn-create-left.gif │ │ ├── btn-create-right.gif │ │ ├── content-h1.gif │ │ ├── content.gif │ │ ├── dot.gif │ │ ├── ico-delete.gif │ │ ├── ico-done.gif │ │ ├── ico-info.gif │ │ ├── ico-warning.gif │ │ ├── menu-left.gif │ │ ├── menu-right.gif │ │ ├── menu.gif │ │ ├── separator.gif │ │ ├── submenu-active.gif │ │ ├── submenu-sub.gif │ │ ├── switcher-1col.gif │ │ ├── switcher-2col.gif │ │ ├── tabs-l.gif │ │ ├── tabs-r.gif │ │ ├── tray-logout.gif │ │ ├── tray.gif │ │ ├── ul-ul.gif │ │ └── ul.gif │ ├── footer.php │ ├── greybox │ │ ├── AJS.js │ │ ├── AJS_fx.js │ │ ├── g_close.gif │ │ ├── gb_scripts.js │ │ ├── gb_styles.css │ │ ├── header_bg.gif │ │ ├── indicator.gif │ │ ├── loader_frame.html │ │ ├── next.gif │ │ ├── prev.gif │ │ └── w_close.gif │ ├── header.php │ ├── header2.php │ ├── header3.php │ ├── icon.gif │ ├── images │ │ ├── Thumbs.db │ │ ├── back │ │ │ ├── button-bg.png │ │ │ ├── forms │ │ │ │ ├── Thumbs.db │ │ │ │ ├── bg_related_act.gif │ │ │ │ ├── bubble_inner.gif │ │ │ │ ├── bubble_left.gif │ │ │ │ ├── bubble_right.gif │ │ │ │ ├── choose-file.gif │ │ │ │ ├── error_left.gif │ │ │ │ ├── error_right.gif │ │ │ │ ├── form_inp.gif │ │ │ │ ├── form_inp_error.gif │ │ │ │ ├── form_reset.gif │ │ │ │ ├── form_select.gif │ │ │ │ ├── form_select_small.gif │ │ │ │ ├── form_submit.gif │ │ │ │ ├── form_textarea.gif │ │ │ │ ├── form_textarea2.GIF │ │ │ │ ├── header_related_act.gif │ │ │ │ ├── icon_calendar.jpg │ │ │ │ ├── icon_edit.gif │ │ │ │ ├── icon_list_arrow.gif │ │ │ │ ├── icon_minus.gif │ │ │ │ ├── icon_plus.gif │ │ │ │ ├── lines_dotted_short.gif │ │ │ │ ├── step_1.gif │ │ │ │ ├── step_dark_left.gif │ │ │ │ ├── step_dark_right.gif │ │ │ │ ├── step_dark_round.gif │ │ │ │ ├── step_light_left.gif │ │ │ │ ├── step_light_right.gif │ │ │ │ ├── step_light_round.gif │ │ │ │ └── upload_file.gif │ │ │ ├── login-page-bg.jpg │ │ │ ├── login │ │ │ │ ├── Thumbs.db │ │ │ │ ├── icon_back_login.gif │ │ │ │ ├── inp_login.gif │ │ │ │ ├── login_bg.jpg │ │ │ │ ├── loginbox_bg.png │ │ │ │ └── submit_login.gif │ │ │ ├── shared │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blank.gif │ │ │ │ ├── border_bit.jpg │ │ │ │ ├── cal_th_repeat.jpg │ │ │ │ ├── cal_top_bg.jpg │ │ │ │ ├── cal_top_repeat.jpg │ │ │ │ ├── checkbox.gif │ │ │ │ ├── content_repeat.jpg │ │ │ │ ├── corner_bottom_left.jpg │ │ │ │ ├── corner_bottom_right.jpg │ │ │ │ ├── corner_top_left.jpg │ │ │ │ ├── corner_top_right.jpg │ │ │ │ ├── icon_idlogo.jpg │ │ │ │ ├── logo.png │ │ │ │ ├── nav │ │ │ │ │ ├── Copy of pro_line_1.gif │ │ │ │ │ ├── Thumbs.db │ │ │ │ │ ├── account_drop_bg.gif │ │ │ │ │ ├── account_line.gif │ │ │ │ │ ├── back_0.gif │ │ │ │ │ ├── back_1x.gif │ │ │ │ │ ├── divider.jpg │ │ │ │ │ ├── icon_acc_inbox.gif │ │ │ │ │ ├── icon_acc_personal.gif │ │ │ │ │ ├── icon_acc_projects.gif │ │ │ │ │ ├── icon_acc_settings.gif │ │ │ │ │ ├── icon_acc_stats.gif │ │ │ │ │ ├── nav_logout.gif │ │ │ │ │ ├── nav_myaccount.gif │ │ │ │ │ ├── pro_line_0x.gif │ │ │ │ │ ├── pro_line_1.gif │ │ │ │ │ ├── pro_line_2.gif │ │ │ │ │ └── repeat.jpg │ │ │ │ ├── side_shadowleft.jpg │ │ │ │ ├── side_shadowright.jpg │ │ │ │ ├── top_bg.jpg │ │ │ │ ├── top_search_btn.gif │ │ │ │ ├── top_search_inp.gif │ │ │ │ ├── top_search_select.gif │ │ │ │ ├── year_next.gif │ │ │ │ └── year_prev.gif │ │ │ └── table │ │ │ │ ├── Thumbs.db │ │ │ │ ├── action_delete.gif │ │ │ │ ├── action_edit.gif │ │ │ │ ├── actions_slider_bg.gif │ │ │ │ ├── content_round_repeat.jpg │ │ │ │ ├── content_round_top.jpg │ │ │ │ ├── dropdown_actions.gif │ │ │ │ ├── icon_close_blue.gif │ │ │ │ ├── icon_close_green.gif │ │ │ │ ├── icon_close_red.gif │ │ │ │ ├── icon_close_yellow.gif │ │ │ │ ├── message_blue.gif │ │ │ │ ├── message_green.gif │ │ │ │ ├── message_red.gif │ │ │ │ ├── message_yellow.gif │ │ │ │ ├── paging_far_left.gif │ │ │ │ ├── paging_far_right.gif │ │ │ │ ├── paging_left.gif │ │ │ │ ├── paging_right.gif │ │ │ │ ├── select_number_rows.gif │ │ │ │ ├── table_header.jpg │ │ │ │ ├── table_header_checkbox.jpg │ │ │ │ ├── table_header_options.jpg │ │ │ │ ├── table_header_repeat.jpg │ │ │ │ ├── table_icon_1.gif │ │ │ │ ├── table_icon_2.gif │ │ │ │ ├── table_icon_3.gif │ │ │ │ ├── table_icon_4.gif │ │ │ │ ├── table_icon_5.gif │ │ │ │ └── table_sort_arrow.gif │ │ ├── bg_label.gif │ │ ├── button-bg.png │ │ ├── button.jpg │ │ ├── button2.jpg │ │ ├── forms │ │ │ ├── Thumbs.db │ │ │ ├── bg_related_act.gif │ │ │ ├── bubble_inner.gif │ │ │ ├── bubble_left.gif │ │ │ ├── bubble_right.gif │ │ │ ├── choose-file.gif │ │ │ ├── error_left.gif │ │ │ ├── error_right.gif │ │ │ ├── form_inp.gif │ │ │ ├── form_inp_error.gif │ │ │ ├── form_reset.gif │ │ │ ├── form_select.gif │ │ │ ├── form_select_small.gif │ │ │ ├── form_submit.gif │ │ │ ├── form_textarea.gif │ │ │ ├── form_textarea2.GIF │ │ │ ├── header_related_act.gif │ │ │ ├── icon_calendar.jpg │ │ │ ├── icon_edit.gif │ │ │ ├── icon_list_arrow.gif │ │ │ ├── icon_minus.gif │ │ │ ├── icon_plus.gif │ │ │ ├── lines_dotted_short.gif │ │ │ ├── step_1.gif │ │ │ ├── step_dark_left.gif │ │ │ ├── step_dark_right.gif │ │ │ ├── step_dark_round.gif │ │ │ ├── step_light_left.gif │ │ │ ├── step_light_right.gif │ │ │ ├── step_light_round.gif │ │ │ └── upload_file.gif │ │ ├── level.gif │ │ ├── login-page-bg.jpg │ │ ├── login │ │ │ ├── Thumbs.db │ │ │ ├── icon_back_login.gif │ │ │ ├── inp_login.gif │ │ │ ├── login_bg.jpg │ │ │ ├── loginbox_bg.png │ │ │ └── submit_login.gif │ │ ├── photo.jpg │ │ ├── pointer.gif │ │ ├── shared │ │ │ ├── Thumbs.db │ │ │ ├── blank.gif │ │ │ ├── border_bit.jpg │ │ │ ├── cal_th_repeat.jpg │ │ │ ├── cal_top_bg.jpg │ │ │ ├── cal_top_repeat.jpg │ │ │ ├── checkbox.gif │ │ │ ├── content_repeat.jpg │ │ │ ├── corner_bottom_left.jpg │ │ │ ├── corner_bottom_right.jpg │ │ │ ├── corner_top_left.jpg │ │ │ ├── corner_top_right.jpg │ │ │ ├── icon_idlogo.jpg │ │ │ ├── logo.png │ │ │ ├── nav │ │ │ │ ├── Copy of pro_line_1.gif │ │ │ │ ├── Thumbs.db │ │ │ │ ├── account_drop_bg.gif │ │ │ │ ├── account_line.gif │ │ │ │ ├── back_0.gif │ │ │ │ ├── back_1x.gif │ │ │ │ ├── divider.jpg │ │ │ │ ├── icon_acc_inbox.gif │ │ │ │ ├── icon_acc_personal.gif │ │ │ │ ├── icon_acc_projects.gif │ │ │ │ ├── icon_acc_settings.gif │ │ │ │ ├── icon_acc_stats.gif │ │ │ │ ├── nav_logout.gif │ │ │ │ ├── nav_myaccount.gif │ │ │ │ ├── pro_line_0x.gif │ │ │ │ ├── pro_line_1.gif │ │ │ │ ├── pro_line_2.gif │ │ │ │ └── repeat.jpg │ │ │ ├── side_shadowleft.jpg │ │ │ ├── side_shadowright.jpg │ │ │ ├── top_bg.jpg │ │ │ ├── top_search_btn.gif │ │ │ ├── top_search_inp.gif │ │ │ ├── top_search_select.gif │ │ │ ├── year_next.gif │ │ │ └── year_prev.gif │ │ ├── submit_button.gif │ │ ├── table │ │ │ ├── Thumbs.db │ │ │ ├── action_delete.gif │ │ │ ├── action_edit.gif │ │ │ ├── actions_slider_bg.gif │ │ │ ├── content_round_repeat.jpg │ │ │ ├── content_round_top.jpg │ │ │ ├── dropdown_actions.gif │ │ │ ├── icon_close_blue.gif │ │ │ ├── icon_close_green.gif │ │ │ ├── icon_close_red.gif │ │ │ ├── icon_close_yellow.gif │ │ │ ├── message_blue.gif │ │ │ ├── message_green.gif │ │ │ ├── message_red.gif │ │ │ ├── message_yellow.gif │ │ │ ├── paging_far_left.gif │ │ │ ├── paging_far_right.gif │ │ │ ├── paging_left.gif │ │ │ ├── paging_right.gif │ │ │ ├── select_number_rows.gif │ │ │ ├── table_header.jpg │ │ │ ├── table_header_checkbox.jpg │ │ │ ├── table_header_options.jpg │ │ │ ├── table_header_repeat.jpg │ │ │ ├── table_icon_1.gif │ │ │ ├── table_icon_2.gif │ │ │ ├── table_icon_3.gif │ │ │ ├── table_icon_4.gif │ │ │ ├── table_icon_5.gif │ │ │ └── table_sort_arrow.gif │ │ ├── update_button.gif │ │ ├── update_button.png │ │ └── update_button2.png │ ├── img │ │ ├── contact │ │ │ ├── Thumbs.db │ │ │ └── loading.gif │ │ ├── line2.JPG │ │ ├── member.jpg │ │ ├── memberadd.jpg │ │ └── tree.JPG │ ├── includes │ │ ├── Production_employee_info.php │ │ ├── account_info.php │ │ ├── action_pos_deposit.php │ │ ├── add_form.php │ │ ├── bak │ │ │ ├── Copy of code.txt.php │ │ │ ├── deposit_check_bak.php │ │ │ ├── payment_check.php │ │ │ └── update_user_info.php │ │ ├── basic_user_info.php │ │ ├── body.php │ │ ├── change_pic.php │ │ ├── code.txt.php │ │ ├── combo_selection.php │ │ ├── convert.php │ │ ├── db.php │ │ ├── deposit_check.php │ │ ├── footer.php │ │ ├── header.php │ │ ├── home.php │ │ ├── home2.php │ │ ├── left.php │ │ ├── log_out.php │ │ ├── mem_group_list.php │ │ ├── mem_pin_alocation.php │ │ ├── member_account.php │ │ ├── member_account_GridShow.php │ │ ├── member_id_transfer.php │ │ ├── member_payment_request.php │ │ ├── member_withdraw_req.php │ │ ├── mobile_balance_check.php │ │ ├── mobile_member_add.php │ │ ├── mobile_member_addr.php │ │ ├── mobile_member_downline.php │ │ ├── mobile_payment_req.php │ │ ├── mobile_withdraw_req.php │ │ ├── order_entry.php │ │ ├── paginator.class.2.php │ │ ├── password_change.php │ │ ├── payment.php │ │ ├── payment_check.php │ │ ├── payment_deposit.php │ │ ├── payment_request.php │ │ ├── payment_request_GridShow.php │ │ ├── payment_request_list.php │ │ ├── pos_account.php │ │ ├── pos_cash_collection.php │ │ ├── pos_deposit_GridShow.php │ │ ├── pos_payment_collection.php │ │ ├── pos_payment_request.php │ │ ├── pos_pin_GridShow.php │ │ ├── pos_pin_alocation.php │ │ ├── pos_select.php │ │ ├── reg_form.php │ │ ├── reg_form_bak2.php │ │ ├── subject_config.php │ │ ├── test.php │ │ ├── test.php.html │ │ ├── test_bak.txt │ │ ├── update_user_info.php │ │ ├── withdraw_check.php │ │ ├── withdraw_request.php │ │ └── withdraw_request_GridShow.php │ ├── index.php │ ├── index2.html │ ├── jquery │ │ ├── boxover.js │ │ ├── contact.js │ │ ├── jquery.jqGrid.js │ │ ├── jquery.js │ │ ├── jquery.simplemodal.js │ │ ├── switcher.js │ │ ├── toggle.js │ │ ├── ui.core.js │ │ └── ui.tabs.js │ ├── js │ │ ├── JsonXml.js │ │ ├── contact.js │ │ ├── form.js │ │ ├── grid.base.js │ │ ├── grid.celledit.js │ │ ├── grid.common.js │ │ ├── grid.custom.js │ │ ├── grid.formedit.js │ │ ├── grid.import.js │ │ ├── grid.inlinedit.js │ │ ├── grid.locale-bg.js │ │ ├── grid.locale-cs.js │ │ ├── grid.locale-de.js │ │ ├── grid.locale-dk.js │ │ ├── grid.locale-el.js │ │ ├── grid.locale-en.js │ │ ├── grid.locale-fa.js │ │ ├── grid.locale-fi.js │ │ ├── grid.locale-fr.js │ │ ├── grid.locale-is.js │ │ ├── grid.locale-it.js │ │ ├── grid.locale-pl.js │ │ ├── grid.locale-pt-br.js │ │ ├── grid.locale-pt.js │ │ ├── grid.locale-ru.js │ │ ├── grid.locale-sp.js │ │ ├── grid.locale-sv.js │ │ ├── grid.locale-tr.js │ │ ├── grid.postext.js │ │ ├── grid.setcolumns.js │ │ ├── grid.subgrid.js │ │ ├── grid.tbltogrid.js │ │ ├── grid.treegrid.js │ │ ├── jqDnR.js │ │ ├── jqModal.js │ │ ├── jquery.fmatter.js │ │ ├── jquery.js │ │ ├── jquery.simplemodal.js │ │ ├── jquery.tablednd.js │ │ ├── json2.js │ │ ├── min │ │ │ ├── JsonXml-min.js │ │ │ ├── grid.base-min.js │ │ │ ├── grid.celledit-min.js │ │ │ ├── grid.common-min.js │ │ │ ├── grid.custom-min.js │ │ │ ├── grid.formedit-min.js │ │ │ ├── grid.import-min.js │ │ │ ├── grid.inlinedit-min.js │ │ │ ├── grid.locale-bg-min.js │ │ │ ├── grid.locale-cs-min.js │ │ │ ├── grid.locale-de-min.js │ │ │ ├── grid.locale-dk-min.js │ │ │ ├── grid.locale-el-min.js │ │ │ ├── grid.locale-en-min.js │ │ │ ├── grid.locale-fa-min.js │ │ │ ├── grid.locale-fi-min.js │ │ │ ├── grid.locale-fr-min.js │ │ │ ├── grid.locale-is-min.js │ │ │ ├── grid.locale-it-min.js │ │ │ ├── grid.locale-pl-min.js │ │ │ ├── grid.locale-pt-br-min.js │ │ │ ├── grid.locale-pt-min.js │ │ │ ├── grid.locale-ru-min.js │ │ │ ├── grid.locale-sp-min.js │ │ │ ├── grid.locale-sv-min.js │ │ │ ├── grid.locale-tr-min.js │ │ │ ├── grid.postext-min.js │ │ │ ├── grid.setcolumns-min.js │ │ │ ├── grid.subgrid-min.js │ │ │ ├── grid.tbltogrid-min.js │ │ │ ├── grid.treegrid-min.js │ │ │ ├── jquery.fmatter-min.js │ │ │ └── json2-min.js │ │ ├── switcher.js │ │ ├── toggle.js │ │ ├── ui.core.js │ │ └── ui.tabs.js │ ├── left.php │ ├── left_2.php │ ├── login.php │ ├── login_bak.php │ ├── login_check.php │ ├── media │ │ ├── css │ │ │ ├── demo_page.css │ │ │ ├── demo_table.css │ │ │ ├── demo_table_jui.css │ │ │ ├── jquery.dataTables.css │ │ │ └── jquery.dataTables_themeroller.css │ │ ├── images │ │ │ ├── Sorting icons.psd │ │ │ ├── Thumbs.db │ │ │ ├── back_disabled.png │ │ │ ├── back_enabled.png │ │ │ ├── back_enabled_hover.png │ │ │ ├── favicon.ico │ │ │ ├── forward_disabled.png │ │ │ ├── forward_enabled.png │ │ │ ├── forward_enabled_hover.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ └── sort_desc_disabled.png │ │ ├── js │ │ │ ├── jquery.dataTables.js │ │ │ ├── jquery.dataTables.min.js │ │ │ └── jquery.js │ │ ├── src │ │ │ ├── DataTables.js │ │ │ ├── api │ │ │ │ ├── api.internal.js │ │ │ │ └── api.methods.js │ │ │ ├── core │ │ │ │ ├── core.ajax.js │ │ │ │ ├── core.columns.js │ │ │ │ ├── core.constructor.js │ │ │ │ ├── core.data.js │ │ │ │ ├── core.draw.js │ │ │ │ ├── core.filter.js │ │ │ │ ├── core.info.js │ │ │ │ ├── core.init.js │ │ │ │ ├── core.length.js │ │ │ │ ├── core.page.js │ │ │ │ ├── core.processing.js │ │ │ │ ├── core.scrolling.js │ │ │ │ ├── core.sizing.js │ │ │ │ ├── core.sort.js │ │ │ │ ├── core.state.js │ │ │ │ └── core.support.js │ │ │ ├── ext │ │ │ │ ├── ext.classes.js │ │ │ │ ├── ext.paging.js │ │ │ │ ├── ext.sorting.js │ │ │ │ └── ext.types.js │ │ │ └── model │ │ │ │ ├── model.column.js │ │ │ │ ├── model.defaults.columns.js │ │ │ │ ├── model.defaults.js │ │ │ │ ├── model.ext.js │ │ │ │ ├── model.row.js │ │ │ │ ├── model.search.js │ │ │ │ └── model.settings.js │ │ └── unit_testing │ │ │ ├── controller.js │ │ │ ├── controller.php │ │ │ ├── index.html │ │ │ ├── performance │ │ │ ├── draw.html │ │ │ ├── large.php │ │ │ ├── page.html │ │ │ └── sort.html │ │ │ ├── templates │ │ │ ├── -complex_header.php │ │ │ ├── 2512.php │ │ │ ├── complex_header_2.php │ │ │ ├── deferred_table.php │ │ │ ├── dom_data.php │ │ │ ├── dom_data_th.php │ │ │ ├── dom_data_two_headers.php │ │ │ ├── dymanic_table.php │ │ │ ├── empty_table.php │ │ │ ├── html_table.php │ │ │ ├── js_data.php │ │ │ ├── js_data_mixed_types.php │ │ │ └── two_tables.php │ │ │ ├── tests │ │ │ └── 1_dom │ │ │ │ └── _zero_config.js │ │ │ ├── tests_onhold │ │ │ ├── 1_dom │ │ │ │ ├── -complex_header.js │ │ │ │ ├── -iDraw.js │ │ │ │ ├── 2512.js │ │ │ │ ├── 2530-2.js │ │ │ │ ├── 2530.js │ │ │ │ ├── 2569.js │ │ │ │ ├── 2600.js │ │ │ │ ├── 2608.js │ │ │ │ ├── 2635.js │ │ │ │ ├── 2746-stable-sort.js │ │ │ │ ├── 2799.js │ │ │ │ ├── 2840-restore-table-width.js │ │ │ │ ├── 2914-state-save-sort.js │ │ │ │ ├── 5396-fnUpdate-arrays.js │ │ │ │ ├── 5508-xscroll-zero-content.js │ │ │ │ ├── _zero_config.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.bVisible2.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.iDataSort.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfiniteScroll.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bJQueryUI.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortCellsTop.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnCookieCallback.js │ │ │ │ ├── fnCreatedCell.js │ │ │ │ ├── fnCreatedRow.js │ │ │ │ ├── fnDeleteRow.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnFilter.js │ │ │ │ ├── fnFooterCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInfoCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── fnSetColumnVis.js │ │ │ │ ├── fnSetColumnVis2.js │ │ │ │ ├── html-autodetect-sort.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ ├── sPaginationType.js │ │ │ │ └── th_in_body.js │ │ │ ├── 2_js │ │ │ │ ├── 6872-default-content-missing-props.js │ │ │ │ ├── _zero_config.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.iDataSort.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnCreatedCell.js │ │ │ │ ├── fnCreatedRow.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnFooterCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── js_data_mixed_types.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ └── sPaginationType.js │ │ │ ├── 3_ajax │ │ │ │ ├── _zero_config.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.iDataSort.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnCreatedCell.js │ │ │ │ ├── fnCreatedRow.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── fnServerData.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sLoadingRecords.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxDataProp.js │ │ │ │ ├── sAjaxDataProp2.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ └── sPaginationType.js │ │ │ ├── 4_server-side │ │ │ │ ├── -iDraw.js │ │ │ │ ├── 2440.js │ │ │ │ ├── 2569.js │ │ │ │ ├── 2600.js │ │ │ │ ├── _zero_config.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfiniteScroll.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnCreatedCell.js │ │ │ │ ├── fnCreatedRow.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── iDeferLoading.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxDataProp.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ └── sPaginationType.js │ │ │ ├── 5_ajax_objects │ │ │ │ ├── _zero_config.js │ │ │ │ ├── _zero_config_arrays_subobjects.js │ │ │ │ ├── _zero_config_deep.js │ │ │ │ ├── _zero_config_null_source.js │ │ │ │ ├── _zero_config_objects.js │ │ │ │ ├── _zero_config_objects_subarrays.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.iDataSort.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── fnServerData.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ └── sPaginationType.js │ │ │ └── 6_delayed_rendering │ │ │ │ ├── _zero_config.js │ │ │ │ ├── aaSorting.js │ │ │ │ ├── aaSortingFixed.js │ │ │ │ ├── aoColumns.bSearchable.js │ │ │ │ ├── aoColumns.bSortable.js │ │ │ │ ├── aoColumns.bUseRendered.js │ │ │ │ ├── aoColumns.bVisible.js │ │ │ │ ├── aoColumns.fnRender.js │ │ │ │ ├── aoColumns.iDataSort.js │ │ │ │ ├── aoColumns.sClass.js │ │ │ │ ├── aoColumns.sName.js │ │ │ │ ├── aoColumns.sTitle.js │ │ │ │ ├── aoColumns.sWidth.js │ │ │ │ ├── aoSearchCols.js │ │ │ │ ├── asStripClasses.js │ │ │ │ ├── bAutoWidth.js │ │ │ │ ├── bFilter.js │ │ │ │ ├── bInfo.js │ │ │ │ ├── bLengthChange.js │ │ │ │ ├── bPaginate.js │ │ │ │ ├── bProcessing.js │ │ │ │ ├── bServerSide.js │ │ │ │ ├── bSort.js │ │ │ │ ├── bSortClasses.js │ │ │ │ ├── fnDrawCallback.js │ │ │ │ ├── fnHeaderCallback.js │ │ │ │ ├── fnInitComplete.js │ │ │ │ ├── fnRowCallback.js │ │ │ │ ├── fnServerData.js │ │ │ │ ├── iDisplayLength.js │ │ │ │ ├── oLanguage.oPaginate.js │ │ │ │ ├── oLanguage.sInfo.js │ │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ │ ├── oLanguage.sProcessing.js │ │ │ │ ├── oLanguage.sSearch.js │ │ │ │ ├── oLanguage.sUrl.js │ │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ │ ├── oSearch.js │ │ │ │ ├── sAjaxDataProp.js │ │ │ │ ├── sAjaxDataProp2.js │ │ │ │ ├── sAjaxSource.js │ │ │ │ ├── sDom.js │ │ │ │ └── sPaginationType.js │ │ │ └── unit_test.js │ ├── menu │ │ ├── images │ │ │ ├── Thumbs.db │ │ │ ├── arrow.gif │ │ │ ├── header.gif │ │ │ ├── header_over.gif │ │ │ └── menu-left.gif │ │ ├── script.js │ │ └── style.css │ ├── original_content_bak.php │ ├── readme.txt │ ├── src │ │ ├── css │ │ │ ├── border-radius.css │ │ │ ├── gold │ │ │ │ ├── Thumbs.db │ │ │ │ ├── brushed-steel.jpg │ │ │ │ ├── coolbg.png │ │ │ │ ├── gold.css │ │ │ │ └── gold.jpg │ │ │ ├── img │ │ │ │ ├── cool-bg-hard-inv.png │ │ │ │ ├── cool-bg-hard.png │ │ │ │ ├── cool-bg-inv.png │ │ │ │ ├── cool-bg.png │ │ │ │ ├── drop-down.gif │ │ │ │ ├── drop-up.gif │ │ │ │ ├── nav-left-x2.gif │ │ │ │ ├── nav-left.gif │ │ │ │ ├── nav-right-x2.gif │ │ │ │ ├── nav-right.gif │ │ │ │ ├── time-down.png │ │ │ │ └── time-up.png │ │ │ ├── jscal2.css │ │ │ ├── matrix │ │ │ │ ├── Thumbs.db │ │ │ │ ├── matrix.css │ │ │ │ ├── nav-left-x2.gif │ │ │ │ ├── nav-left.gif │ │ │ │ ├── nav-right-x2.gif │ │ │ │ └── nav-right.gif │ │ │ ├── reduce-spacing.css │ │ │ ├── shadow-b.png │ │ │ ├── steel │ │ │ │ ├── Thumbs.db │ │ │ │ ├── brushed-steel.jpg │ │ │ │ ├── brushed-steel.png │ │ │ │ ├── coolbg.png │ │ │ │ ├── steel.css │ │ │ │ └── steel.jpg │ │ │ └── win2k │ │ │ │ └── win2k.css │ │ └── js │ │ │ ├── jscal2.js │ │ │ └── lang │ │ │ ├── ca.js │ │ │ ├── cn.js │ │ │ ├── cz.js │ │ │ ├── de.js │ │ │ ├── en.js │ │ │ ├── es.js │ │ │ ├── fr.js │ │ │ ├── it.js │ │ │ ├── jp.js │ │ │ ├── nl.js │ │ │ ├── pl.js │ │ │ ├── pt.js │ │ │ ├── ro.js │ │ │ ├── ru.js │ │ │ └── sv.js │ ├── themes │ │ ├── basic │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── coffee │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── green │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── jqModal.css │ │ ├── sand │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ └── steel │ │ │ ├── grid.css │ │ │ └── images │ │ │ ├── ._sprite5.png │ │ │ ├── ._sprite5.psd │ │ │ ├── Arrow2 Down.png │ │ │ ├── Arrow2 Up.png │ │ │ ├── Thumbs.db │ │ │ ├── bg.gif │ │ │ ├── cd_run.gif │ │ │ ├── control_090.png │ │ │ ├── control_270.png │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── fhbg.gif │ │ │ ├── find.gif │ │ │ ├── find1.gif │ │ │ ├── first.gif │ │ │ ├── first.png │ │ │ ├── folder.png │ │ │ ├── headerleft1.gif │ │ │ ├── headerright1.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── last.png │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── next.png │ │ │ ├── nochild.gif │ │ │ ├── odown.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── oup.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── prev.png │ │ │ ├── refresh.gif │ │ │ ├── refresh1.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_add1.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_delete1.gif │ │ │ ├── row_edit.gif │ │ │ ├── row_edit1.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── sprite.png │ │ │ ├── sprite5.png │ │ │ ├── sprite5.psd │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ ├── up.gif │ │ │ └── wbg.gif │ ├── tmp │ │ ├── Thumbs.db │ │ └── logo.gif │ └── upload │ │ ├── bkjasdhkajsd │ │ ├── fgdfgdf │ │ ├── qwqwq │ │ └── tttttt ├── db.sql └── member │ ├── Demo │ ├── images │ │ ├── Thumbs.db │ │ ├── button-bg.png │ │ └── login-page-bg.jpg │ ├── index.html │ └── login_style.css │ ├── cal │ └── cal │ │ ├── inbox_search.php │ │ ├── index.php │ │ └── src │ │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js │ ├── css │ ├── 1col.css │ ├── 2col.css │ ├── contact.css │ ├── demo.css │ ├── form.css │ ├── login_style.css │ ├── main-ie6.css │ ├── main.css │ ├── mystyle.css │ ├── reset.css │ ├── screen2.css │ └── style.css │ ├── css_link_file.php │ ├── custom │ ├── Zurich_Condensed_Lt_Bd.js │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── reset.css │ ├── reset_bak.css │ ├── screen.css │ ├── screen2.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── visualize-light.css │ ├── visualize.css │ └── window.css │ ├── custom_css │ ├── Zurich_Condensed_Lt_Bd.js │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── visualize-light.css │ ├── visualize.css │ └── window.css │ ├── db.php │ ├── db.sql │ ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif │ ├── footer.php │ ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── loader_frame.html │ ├── next.gif │ ├── prev.gif │ └── w_close.gif │ ├── header.php │ ├── header2.php │ ├── header3.php │ ├── icon.gif │ ├── images │ ├── Thumbs.db │ ├── bg_label.gif │ ├── button-bg.png │ ├── button.jpg │ ├── button2.jpg │ ├── forms │ │ ├── Thumbs.db │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── form_textarea2.GIF │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ └── upload_file.gif │ ├── level.gif │ ├── login-page-bg.jpg │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── photo.jpg │ ├── pointer.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── submit_button.gif │ ├── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif │ ├── update_button.gif │ ├── update_button.png │ └── update_button2.png │ ├── img │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ ├── line2.JPG │ ├── member.jpg │ ├── memberadd.jpg │ └── tree.JPG │ ├── includes │ ├── Production_employee_info.php │ ├── account_info.php │ ├── action_pos_deposit.php │ ├── add_form.php │ ├── bak │ │ ├── Copy of code.txt.php │ │ ├── deposit_check_bak.php │ │ └── update_user_info.php │ ├── basic_user_info.php │ ├── body.php │ ├── change_pic.php │ ├── code.txt.php │ ├── combo_selection.php │ ├── convert.php │ ├── db.php │ ├── deposit_check.php │ ├── footer.php │ ├── header.php │ ├── home.php │ ├── home2.php │ ├── left.php │ ├── log_out.php │ ├── mem_group_list.php │ ├── mem_pin_alocation.php │ ├── member_account.php │ ├── member_account_GridShow.php │ ├── member_id_transfer.php │ ├── member_payment_request.php │ ├── member_withdraw_req.php │ ├── mobile_balance_check.php │ ├── mobile_member_add.php │ ├── mobile_member_addr.php │ ├── mobile_member_downline.php │ ├── mobile_payment_req.php │ ├── mobile_withdraw_req.php │ ├── order_entry.php │ ├── paginator.class.2.php │ ├── password_change.php │ ├── payment.php │ ├── payment_check.php │ ├── payment_deposit.php │ ├── payment_request.php │ ├── payment_request_GridShow.php │ ├── pos_cash_collection.php │ ├── pos_deposit_GridShow.php │ ├── pos_payment_collection.php │ ├── pos_payment_request.php │ ├── pos_pin_GridShow.php │ ├── pos_pin_alocation.php │ ├── pos_select.php │ ├── reg_form.php │ ├── reg_form_bak2.php │ ├── subject_config.php │ ├── test.php │ ├── test.php.html │ ├── test_bak.txt │ ├── update_user_info.php │ ├── withdraw_check.php │ ├── withdraw_request.php │ └── withdraw_request_GridShow.php │ ├── includes_old │ ├── Production_employee_info.php │ ├── Thumbs.db │ ├── account_info.php │ ├── action_pos_deposit.php │ ├── add_form.php │ ├── b_send.gif │ ├── bak │ │ ├── Copy of code.txt.php │ │ ├── deposit_check_bak.php │ │ └── update_user_info.php │ ├── basic_user_info.php │ ├── bg_label.gif │ ├── bg_label_comment.gif │ ├── bg_legend.gif │ ├── bg_submit.gif │ ├── bg_textarea.gif │ ├── bg_textfield.gif │ ├── body.php │ ├── change_pic.php │ ├── code.txt.php │ ├── combo_selection.php │ ├── convert.php │ ├── db.php │ ├── deposit_check.php │ ├── footer.php │ ├── header.php │ ├── home.php │ ├── home2.php │ ├── left.php │ ├── log_out.php │ ├── mem_group_list.php │ ├── mem_pin_alocation.php │ ├── member_account.php │ ├── member_account_GridShow.php │ ├── member_id_transfer.php │ ├── member_payment_request.php │ ├── member_withdraw_req.php │ ├── mobile_balance_check.php │ ├── mobile_member_add.php │ ├── mobile_member_addr.php │ ├── mobile_member_downline.php │ ├── mobile_payment_req.php │ ├── mobile_withdraw_req.php │ ├── order_entry.php │ ├── paginator.class.2.php │ ├── password_change.php │ ├── payment.php │ ├── payment_check.php │ ├── payment_deposit.php │ ├── payment_request.php │ ├── payment_request_GridShow.php │ ├── pointer.gif │ ├── pos_cash_collection.php │ ├── pos_deposit_GridShow.php │ ├── pos_payment_collection.php │ ├── pos_payment_request.php │ ├── pos_pin_GridShow.php │ ├── pos_pin_alocation.php │ ├── pos_select.php │ ├── reg_form.php │ ├── reg_form_bak2.php │ ├── subject_config.php │ ├── test.php │ ├── test.php.html │ ├── test_bak.txt │ ├── update_user_info.php │ ├── withdraw_check.php │ ├── withdraw_request.php │ └── withdraw_request_GridShow.php │ ├── index.php │ ├── index2.html │ ├── index_old.php │ ├── jquery │ ├── boxover.js │ ├── contact.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js │ ├── js │ ├── JsonXml.js │ ├── contact.js │ ├── form.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.js │ ├── jquery.simplemodal.js │ ├── jquery.tablednd.js │ ├── json2.js │ ├── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js │ ├── left.php │ ├── login.php │ ├── login_bak.php │ ├── login_check.php │ ├── login_check_old.php │ ├── login_old.php │ ├── media │ ├── css │ │ ├── demo_page.css │ │ ├── demo_table.css │ │ ├── demo_table_jui.css │ │ ├── jquery.dataTables.css │ │ └── jquery.dataTables_themeroller.css │ ├── images │ │ ├── Sorting icons.psd │ │ ├── Thumbs.db │ │ ├── back_disabled.png │ │ ├── back_enabled.png │ │ ├── back_enabled_hover.png │ │ ├── favicon.ico │ │ ├── forward_disabled.png │ │ ├── forward_enabled.png │ │ ├── forward_enabled_hover.png │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ └── sort_desc_disabled.png │ ├── js │ │ ├── jquery.dataTables.js │ │ ├── jquery.dataTables.min.js │ │ └── jquery.js │ ├── src │ │ ├── DataTables.js │ │ ├── api │ │ │ ├── api.internal.js │ │ │ └── api.methods.js │ │ ├── core │ │ │ ├── core.ajax.js │ │ │ ├── core.columns.js │ │ │ ├── core.constructor.js │ │ │ ├── core.data.js │ │ │ ├── core.draw.js │ │ │ ├── core.filter.js │ │ │ ├── core.info.js │ │ │ ├── core.init.js │ │ │ ├── core.length.js │ │ │ ├── core.page.js │ │ │ ├── core.processing.js │ │ │ ├── core.scrolling.js │ │ │ ├── core.sizing.js │ │ │ ├── core.sort.js │ │ │ ├── core.state.js │ │ │ └── core.support.js │ │ ├── ext │ │ │ ├── ext.classes.js │ │ │ ├── ext.paging.js │ │ │ ├── ext.sorting.js │ │ │ └── ext.types.js │ │ └── model │ │ │ ├── model.column.js │ │ │ ├── model.defaults.columns.js │ │ │ ├── model.defaults.js │ │ │ ├── model.ext.js │ │ │ ├── model.row.js │ │ │ ├── model.search.js │ │ │ └── model.settings.js │ └── unit_testing │ │ ├── controller.js │ │ ├── controller.php │ │ ├── index.html │ │ ├── performance │ │ ├── draw.html │ │ ├── large.php │ │ ├── page.html │ │ └── sort.html │ │ ├── templates │ │ ├── -complex_header.php │ │ ├── 2512.php │ │ ├── complex_header_2.php │ │ ├── deferred_table.php │ │ ├── dom_data.php │ │ ├── dom_data_th.php │ │ ├── dom_data_two_headers.php │ │ ├── dymanic_table.php │ │ ├── empty_table.php │ │ ├── html_table.php │ │ ├── js_data.php │ │ ├── js_data_mixed_types.php │ │ └── two_tables.php │ │ ├── tests │ │ └── 1_dom │ │ │ └── _zero_config.js │ │ ├── tests_onhold │ │ ├── 1_dom │ │ │ ├── -complex_header.js │ │ │ ├── -iDraw.js │ │ │ ├── 2512.js │ │ │ ├── 2530-2.js │ │ │ ├── 2530.js │ │ │ ├── 2569.js │ │ │ ├── 2600.js │ │ │ ├── 2608.js │ │ │ ├── 2635.js │ │ │ ├── 2746-stable-sort.js │ │ │ ├── 2799.js │ │ │ ├── 2840-restore-table-width.js │ │ │ ├── 2914-state-save-sort.js │ │ │ ├── 5396-fnUpdate-arrays.js │ │ │ ├── 5508-xscroll-zero-content.js │ │ │ ├── _zero_config.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.bVisible2.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.iDataSort.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfiniteScroll.js │ │ │ ├── bInfo.js │ │ │ ├── bJQueryUI.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortCellsTop.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnCookieCallback.js │ │ │ ├── fnCreatedCell.js │ │ │ ├── fnCreatedRow.js │ │ │ ├── fnDeleteRow.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnFilter.js │ │ │ ├── fnFooterCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInfoCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── fnSetColumnVis.js │ │ │ ├── fnSetColumnVis2.js │ │ │ ├── html-autodetect-sort.js │ │ │ ├── iDisplayLength.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ ├── sPaginationType.js │ │ │ └── th_in_body.js │ │ ├── 2_js │ │ │ ├── 6872-default-content-missing-props.js │ │ │ ├── _zero_config.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.iDataSort.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfo.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnCreatedCell.js │ │ │ ├── fnCreatedRow.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnFooterCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── iDisplayLength.js │ │ │ ├── js_data_mixed_types.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ └── sPaginationType.js │ │ ├── 3_ajax │ │ │ ├── _zero_config.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.iDataSort.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfo.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnCreatedCell.js │ │ │ ├── fnCreatedRow.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── fnServerData.js │ │ │ ├── iDisplayLength.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sLoadingRecords.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxDataProp.js │ │ │ ├── sAjaxDataProp2.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ └── sPaginationType.js │ │ ├── 4_server-side │ │ │ ├── -iDraw.js │ │ │ ├── 2440.js │ │ │ ├── 2569.js │ │ │ ├── 2600.js │ │ │ ├── _zero_config.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfiniteScroll.js │ │ │ ├── bInfo.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnCreatedCell.js │ │ │ ├── fnCreatedRow.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── iDeferLoading.js │ │ │ ├── iDisplayLength.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxDataProp.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ └── sPaginationType.js │ │ ├── 5_ajax_objects │ │ │ ├── _zero_config.js │ │ │ ├── _zero_config_arrays_subobjects.js │ │ │ ├── _zero_config_deep.js │ │ │ ├── _zero_config_null_source.js │ │ │ ├── _zero_config_objects.js │ │ │ ├── _zero_config_objects_subarrays.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.iDataSort.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfo.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── fnServerData.js │ │ │ ├── iDisplayLength.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ └── sPaginationType.js │ │ └── 6_delayed_rendering │ │ │ ├── _zero_config.js │ │ │ ├── aaSorting.js │ │ │ ├── aaSortingFixed.js │ │ │ ├── aoColumns.bSearchable.js │ │ │ ├── aoColumns.bSortable.js │ │ │ ├── aoColumns.bUseRendered.js │ │ │ ├── aoColumns.bVisible.js │ │ │ ├── aoColumns.fnRender.js │ │ │ ├── aoColumns.iDataSort.js │ │ │ ├── aoColumns.sClass.js │ │ │ ├── aoColumns.sName.js │ │ │ ├── aoColumns.sTitle.js │ │ │ ├── aoColumns.sWidth.js │ │ │ ├── aoSearchCols.js │ │ │ ├── asStripClasses.js │ │ │ ├── bAutoWidth.js │ │ │ ├── bFilter.js │ │ │ ├── bInfo.js │ │ │ ├── bLengthChange.js │ │ │ ├── bPaginate.js │ │ │ ├── bProcessing.js │ │ │ ├── bServerSide.js │ │ │ ├── bSort.js │ │ │ ├── bSortClasses.js │ │ │ ├── fnDrawCallback.js │ │ │ ├── fnHeaderCallback.js │ │ │ ├── fnInitComplete.js │ │ │ ├── fnRowCallback.js │ │ │ ├── fnServerData.js │ │ │ ├── iDisplayLength.js │ │ │ ├── oLanguage.oPaginate.js │ │ │ ├── oLanguage.sInfo.js │ │ │ ├── oLanguage.sInfoEmpty.js │ │ │ ├── oLanguage.sInfoPostFix.js │ │ │ ├── oLanguage.sLengthMenu.js │ │ │ ├── oLanguage.sProcessing.js │ │ │ ├── oLanguage.sSearch.js │ │ │ ├── oLanguage.sUrl.js │ │ │ ├── oLanguage.sZeroRecords.js │ │ │ ├── oSearch.js │ │ │ ├── sAjaxDataProp.js │ │ │ ├── sAjaxDataProp2.js │ │ │ ├── sAjaxSource.js │ │ │ ├── sDom.js │ │ │ └── sPaginationType.js │ │ └── unit_test.js │ ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css │ ├── original_content_bak.php │ ├── photo.jpg │ ├── readme.txt │ ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js │ ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── ._sprite5.png │ │ ├── ._sprite5.psd │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif │ ├── tmp │ ├── Thumbs.db │ └── logo.gif │ └── upload │ ├── Koala.jpg │ ├── Lighthouse.jpg │ ├── Penguins.jpg │ ├── Sunset.jpg │ ├── Thumbs.db │ ├── Water lilies.jpg │ └── Winter.jpg ├── exam ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── greybox.css ├── greybox.js ├── greybox.php ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── next.gif │ ├── prev.gif │ └── w_close.gif ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 1.php │ ├── Excel │ │ ├── Book1.xls │ │ ├── Book2.xlsx │ │ ├── Book3.xls │ │ ├── Picture 019.jpg │ │ ├── Senator.xls │ │ ├── Senator1.xls │ │ ├── excel_write.php │ │ ├── excelwriter.inc.php │ │ ├── index.php │ │ ├── index_back.php │ │ ├── mark_result.xls │ │ ├── mark_result_files │ │ │ ├── filelist.xml │ │ │ ├── sheet001.htm │ │ │ ├── stylesheet.css │ │ │ └── tabstrip.htm │ │ ├── modify_mark_result.xls │ │ ├── oleread.inc │ │ ├── reader.php │ │ ├── report_user_sms_monthly_tbl_excel.php │ │ ├── school_excel.php │ │ ├── str_replace.php │ │ └── test_excel.php │ ├── acc │ │ ├── gene_fee_chkbox.php │ │ └── phpfunction.php │ ├── action │ │ ├── class_config_chng.php │ │ ├── class_fee_chng.php │ │ ├── class_fee_config_chng.php │ │ ├── class_fee_head_chng.php │ │ ├── exam_config_chng.php │ │ ├── exam_sche_config_chng.php │ │ ├── group_config_chng.php │ │ ├── section_config_chng.php │ │ ├── student_info_chng.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_chng.php │ │ └── sub_config_chng.php │ ├── aggregate_result.php │ ├── backup │ │ ├── Student_information.php │ │ ├── edit_class_config.php │ │ ├── edit_group_config.php │ │ ├── edit_section_config.php │ │ ├── edit_subject_config.php │ │ ├── grid_data_class_feeinfo.php │ │ ├── grid_data_classinfo.php │ │ ├── grid_data_examinfo.php │ │ ├── grid_data_examscheduleinfo.php │ │ ├── grid_data_groupinfo.php │ │ ├── grid_data_sectioninfo.php │ │ ├── grid_data_subjectinfo.php │ │ └── std_fee_generator.php │ ├── class_loading_by_ajax.php │ ├── class_routine.php │ ├── content_bak.php │ ├── dashboard.php │ ├── db.php │ ├── demo.php │ ├── exam_mark_setting.php │ ├── exam_mark_setting_datatable_by_ajax.php │ ├── exam_mark_setting_entry_by_ajax.php │ ├── exam_mark_setting_file_upload.php │ ├── exam_mark_setting_file_upload1.php │ ├── exam_mark_setting_single_row_fetching_by_ajax.php │ ├── exam_mark_update_by_ajax.php │ ├── excel_mark_setting.php │ ├── excel_mark_setting_back.php │ ├── excel_reader2 │ │ ├── Excel │ │ │ ├── oleread.inc │ │ │ └── reader.php │ │ ├── README │ │ ├── changelog.txt │ │ ├── example.php │ │ ├── example2.php │ │ ├── jxlrwtest.xls │ │ └── phpExcelReader.zip │ ├── excelwriter.inc.php │ ├── fee_collection_form.php │ ├── fetch_subject_config_marks_for_show_in_span_label.php │ ├── file_download.php │ ├── generate_excel_form.php │ ├── generate_excel_mark_setting.php │ ├── home.php │ ├── mark_check_by_roll.php │ ├── mark_entry_checker.php │ ├── new_employee_form.php │ ├── new_employee_insert.php │ ├── new_teacher_insert.php │ ├── original_content_bak.php │ ├── paginator.class.2.php │ ├── promotion_datatable_by_ajax.php │ ├── promotion_datatable_by_ajax_backup.php │ ├── promotion_form.php │ ├── red_home.php │ ├── ref_home.php │ ├── result_process_by_ajax.php │ ├── result_process_form.php │ ├── result_sms_sender_html_form.php │ ├── routine_bak │ │ ├── class_loading_by_ajax.php │ │ ├── class_routine.php │ │ ├── demo.php │ │ ├── exam_mark_setting.php │ │ ├── exam_mark_setting_datatable_by_ajax.php │ │ ├── exam_mark_setting_entry_by_ajax.php │ │ ├── exam_mark_setting_single_row_fetching_by_ajax.php │ │ ├── mark_check_by_roll.php │ │ ├── routine_create.php │ │ ├── show_array.php │ │ ├── show_routine.php │ │ ├── teacher_routine.php │ │ └── teacher_routine2.php │ ├── routine_function │ │ ├── contact.php │ │ ├── db.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_class_routine.php │ │ ├── show_routine.php │ │ └── show_teacher_routine.php │ ├── section_fetch.php │ ├── sms_archive.php │ ├── std_admission_form.php │ ├── student_wise_marks.php │ ├── studentwise_result_report.php │ ├── subjects_load.php │ ├── subjectwise_mark_form.php │ ├── subjectwise_mark_list_by_ajax.php │ ├── subjectwise_result_report.php │ ├── table │ │ ├── class_config_tbl.php │ │ ├── class_config_tbl_insert.php │ │ ├── class_fee_config_tbl.php │ │ ├── class_fee_insert.php │ │ ├── class_feehead_tbl.php │ │ ├── exam_config_tbl.php │ │ ├── exam_config_tbl_insert.php │ │ ├── exam_sche_config_tbl.php │ │ ├── exam_sche_config_tbl_insert.php │ │ ├── group_config_tbl.php │ │ ├── group_config_tbl_insert.php │ │ ├── icon_reader.php │ │ ├── section_config_tbl.php │ │ ├── section_config_tbl_insert.php │ │ ├── std_fee_insert.php │ │ ├── stu_fee_tbl_status_update.php │ │ ├── student_info_tbl.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_tbl.php │ │ ├── sub_config_tbl.php │ │ └── sub_config_tbl_insert.php │ ├── teacher_add_form.php │ ├── teacher_information.php │ ├── teacher_view_form.php │ ├── term_result_report.php │ └── test_excel.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── libraries.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── original_content_bak.php ├── promotion_datatable_by_ajax.php ├── promotion_form.php ├── readme.txt ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── footer.php ├── greybox ├── AJS.js ├── AJS_fx.js ├── g_close.gif ├── gb_scripts.js ├── gb_styles.css ├── header_bg.gif ├── indicator.gif ├── loader_frame.html ├── next.gif ├── prev.gif └── w_close.gif ├── header.php ├── header_back.php ├── icon.gif ├── images ├── Thumbs.db ├── bg_label.gif ├── button-bg.png ├── button.jpg ├── button2.jpg ├── cog.png ├── forms │ ├── Thumbs.db │ ├── back.png │ ├── back_button_2.gif │ ├── bg_related_act.gif │ ├── bubble_inner.gif │ ├── bubble_left.gif │ ├── bubble_right.gif │ ├── choose-file.gif │ ├── confirm.png │ ├── error_left.gif │ ├── error_right.gif │ ├── form_inp.gif │ ├── form_inp2.gif │ ├── form_inp_error.gif │ ├── form_reset.gif │ ├── form_reset_2.gif │ ├── form_select.gif │ ├── form_select_small.gif │ ├── form_submit - Copy.gif │ ├── form_submit.gif │ ├── form_textarea.gif │ ├── form_textarea2.GIF │ ├── goback.jpg │ ├── header_related_act.gif │ ├── icon_calendar.jpg │ ├── icon_edit.gif │ ├── icon_list_arrow.gif │ ├── icon_minus.gif │ ├── icon_plus.gif │ ├── l.gif │ ├── lines_dotted_short.gif │ ├── navy_bule_button.gif │ ├── print3.png │ ├── red_button.gif │ ├── step_1.gif │ ├── step_dark_left.gif │ ├── step_dark_right.gif │ ├── step_dark_round.gif │ ├── step_light_left.gif │ ├── step_light_right.gif │ ├── step_light_round.gif │ ├── stock-photo-update-button-60013843.jpg │ ├── up_img.jpg │ ├── update.jpg │ ├── upload_file.gif │ └── yellow_button.gif ├── level.gif ├── login-page-bg.jpg ├── login │ ├── Thumbs.db │ ├── icon_back_login.gif │ ├── inp_login.gif │ ├── login_bg.jpg │ ├── loginbox_bg.png │ └── submit_login.gif ├── photo.jpg ├── pointer.gif ├── shared │ ├── Thumbs.db │ ├── blank.gif │ ├── border_bit.jpg │ ├── cal_th_repeat.jpg │ ├── cal_top_bg.jpg │ ├── cal_top_repeat.jpg │ ├── checkbox.gif │ ├── content_repeat.jpg │ ├── corner_bottom_left.jpg │ ├── corner_bottom_right.jpg │ ├── corner_top_left.jpg │ ├── corner_top_right.jpg │ ├── icon_idlogo.jpg │ ├── logo.png │ ├── nav │ │ ├── Copy of pro_line_1.gif │ │ ├── Thumbs.db │ │ ├── account_drop_bg.gif │ │ ├── account_line.gif │ │ ├── back_0.gif │ │ ├── back_1x.gif │ │ ├── divider.jpg │ │ ├── icon_acc_inbox.gif │ │ ├── icon_acc_personal.gif │ │ ├── icon_acc_projects.gif │ │ ├── icon_acc_settings.gif │ │ ├── icon_acc_stats.gif │ │ ├── nav_logout.gif │ │ ├── nav_myaccount.gif │ │ ├── pro_line_0x.gif │ │ ├── pro_line_1.gif │ │ ├── pro_line_2.gif │ │ └── repeat.jpg │ ├── side_shadowleft.jpg │ ├── side_shadowright.jpg │ ├── top_bg.jpg │ ├── top_search_btn.gif │ ├── top_search_inp.gif │ ├── top_search_select.gif │ ├── year_next.gif │ └── year_prev.gif ├── submit_button.gif ├── table │ ├── Thumbs.db │ ├── action_delete.gif │ ├── action_edit.gif │ ├── actions_slider_bg.gif │ ├── content_round_repeat.jpg │ ├── content_round_top.jpg │ ├── dropdown_actions.gif │ ├── icon_close_blue.gif │ ├── icon_close_green.gif │ ├── icon_close_red.gif │ ├── icon_close_yellow.gif │ ├── message_blue.gif │ ├── message_green.gif │ ├── message_red.gif │ ├── message_yellow.gif │ ├── paging_far_left.gif │ ├── paging_far_right.gif │ ├── paging_left.gif │ ├── paging_right.gif │ ├── select_number_rows.gif │ ├── table_header.jpg │ ├── table_header_checkbox.jpg │ ├── table_header_options.jpg │ ├── table_header_repeat.jpg │ ├── table_icon_1.gif │ ├── table_icon_2.gif │ ├── table_icon_3.gif │ ├── table_icon_4.gif │ ├── table_icon_5.gif │ └── table_sort_arrow.gif ├── update_button.gif ├── update_button.png └── update_button2.png ├── img ├── contact │ ├── Thumbs.db │ └── loading.gif ├── line2.JPG ├── member.jpg ├── memberadd.jpg └── tree.JPG ├── index.php ├── jquery ├── boxover.js ├── contact.js ├── jquery.jqGrid.js ├── jquery.js ├── jquery.simplemodal.js ├── switcher.js ├── toggle.js ├── ui.core.js └── ui.tabs.js ├── js ├── JsonXml.js ├── contact.js ├── form.js ├── grid.base.js ├── grid.celledit.js ├── grid.common.js ├── grid.custom.js ├── grid.formedit.js ├── grid.import.js ├── grid.inlinedit.js ├── grid.locale-bg.js ├── grid.locale-cs.js ├── grid.locale-de.js ├── grid.locale-dk.js ├── grid.locale-el.js ├── grid.locale-en.js ├── grid.locale-fa.js ├── grid.locale-fi.js ├── grid.locale-fr.js ├── grid.locale-is.js ├── grid.locale-it.js ├── grid.locale-pl.js ├── grid.locale-pt-br.js ├── grid.locale-pt.js ├── grid.locale-ru.js ├── grid.locale-sp.js ├── grid.locale-sv.js ├── grid.locale-tr.js ├── grid.postext.js ├── grid.setcolumns.js ├── grid.subgrid.js ├── grid.tbltogrid.js ├── grid.treegrid.js ├── jqDnR.js ├── jqModal.js ├── jquery.fmatter.js ├── jquery.js ├── jquery.simplemodal.js ├── jquery.tablednd.js ├── json2.js ├── min │ ├── JsonXml-min.js │ ├── grid.base-min.js │ ├── grid.celledit-min.js │ ├── grid.common-min.js │ ├── grid.custom-min.js │ ├── grid.formedit-min.js │ ├── grid.import-min.js │ ├── grid.inlinedit-min.js │ ├── grid.locale-bg-min.js │ ├── grid.locale-cs-min.js │ ├── grid.locale-de-min.js │ ├── grid.locale-dk-min.js │ ├── grid.locale-el-min.js │ ├── grid.locale-en-min.js │ ├── grid.locale-fa-min.js │ ├── grid.locale-fi-min.js │ ├── grid.locale-fr-min.js │ ├── grid.locale-is-min.js │ ├── grid.locale-it-min.js │ ├── grid.locale-pl-min.js │ ├── grid.locale-pt-br-min.js │ ├── grid.locale-pt-min.js │ ├── grid.locale-ru-min.js │ ├── grid.locale-sp-min.js │ ├── grid.locale-sv-min.js │ ├── grid.locale-tr-min.js │ ├── grid.postext-min.js │ ├── grid.setcolumns-min.js │ ├── grid.subgrid-min.js │ ├── grid.tbltogrid-min.js │ ├── grid.treegrid-min.js │ ├── jquery.fmatter-min.js │ └── json2-min.js ├── switcher.js ├── toggle.js ├── ui.core.js └── ui.tabs.js ├── left.php ├── left_2.php ├── libraries.php ├── login.php ├── login ├── button-bg.png ├── css │ └── login_style.css ├── login-page-bg.jpg └── login.php ├── login_bak.php ├── login_check.php ├── logout.php ├── media ├── css │ ├── demo_page.css │ ├── demo_table.css │ ├── demo_table_jui.css │ ├── jquery.dataTables.css │ └── jquery.dataTables_themeroller.css ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ └── sort_desc_disabled.png ├── js │ ├── jquery.dataTables.js │ ├── jquery.dataTables.min.js │ └── jquery.js ├── src │ ├── DataTables.js │ ├── api │ │ ├── api.internal.js │ │ └── api.methods.js │ ├── core │ │ ├── core.ajax.js │ │ ├── core.columns.js │ │ ├── core.constructor.js │ │ ├── core.data.js │ │ ├── core.draw.js │ │ ├── core.filter.js │ │ ├── core.info.js │ │ ├── core.init.js │ │ ├── core.length.js │ │ ├── core.page.js │ │ ├── core.processing.js │ │ ├── core.scrolling.js │ │ ├── core.sizing.js │ │ ├── core.sort.js │ │ ├── core.state.js │ │ └── core.support.js │ ├── ext │ │ ├── ext.classes.js │ │ ├── ext.paging.js │ │ ├── ext.sorting.js │ │ └── ext.types.js │ └── model │ │ ├── model.column.js │ │ ├── model.defaults.columns.js │ │ ├── model.defaults.js │ │ ├── model.ext.js │ │ ├── model.row.js │ │ ├── model.search.js │ │ └── model.settings.js └── unit_testing │ ├── controller.js │ ├── controller.php │ ├── index.html │ ├── performance │ ├── draw.html │ ├── large.php │ ├── page.html │ └── sort.html │ ├── templates │ ├── -complex_header.php │ ├── 2512.php │ ├── complex_header_2.php │ ├── deferred_table.php │ ├── dom_data.php │ ├── dom_data_th.php │ ├── dom_data_two_headers.php │ ├── dymanic_table.php │ ├── empty_table.php │ ├── html_table.php │ ├── js_data.php │ ├── js_data_mixed_types.php │ └── two_tables.php │ ├── tests │ └── 1_dom │ │ └── _zero_config.js │ ├── tests_onhold │ ├── 1_dom │ │ ├── -complex_header.js │ │ ├── -iDraw.js │ │ ├── 2512.js │ │ ├── 2530-2.js │ │ ├── 2530.js │ │ ├── 2569.js │ │ ├── 2600.js │ │ ├── 2608.js │ │ ├── 2635.js │ │ ├── 2746-stable-sort.js │ │ ├── 2799.js │ │ ├── 2840-restore-table-width.js │ │ ├── 2914-state-save-sort.js │ │ ├── 5396-fnUpdate-arrays.js │ │ ├── 5508-xscroll-zero-content.js │ │ ├── _zero_config.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.bVisible2.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.iDataSort.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfiniteScroll.js │ │ ├── bInfo.js │ │ ├── bJQueryUI.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortCellsTop.js │ │ ├── bSortClasses.js │ │ ├── fnCookieCallback.js │ │ ├── fnCreatedCell.js │ │ ├── fnCreatedRow.js │ │ ├── fnDeleteRow.js │ │ ├── fnDrawCallback.js │ │ ├── fnFilter.js │ │ ├── fnFooterCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInfoCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── fnSetColumnVis.js │ │ ├── fnSetColumnVis2.js │ │ ├── html-autodetect-sort.js │ │ ├── iDisplayLength.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ ├── sPaginationType.js │ │ └── th_in_body.js │ ├── 2_js │ │ ├── 6872-default-content-missing-props.js │ │ ├── _zero_config.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.iDataSort.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfo.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortClasses.js │ │ ├── fnCreatedCell.js │ │ ├── fnCreatedRow.js │ │ ├── fnDrawCallback.js │ │ ├── fnFooterCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── iDisplayLength.js │ │ ├── js_data_mixed_types.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ └── sPaginationType.js │ ├── 3_ajax │ │ ├── _zero_config.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.iDataSort.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfo.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortClasses.js │ │ ├── fnCreatedCell.js │ │ ├── fnCreatedRow.js │ │ ├── fnDrawCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── fnServerData.js │ │ ├── iDisplayLength.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sLoadingRecords.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxDataProp.js │ │ ├── sAjaxDataProp2.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ └── sPaginationType.js │ ├── 4_server-side │ │ ├── -iDraw.js │ │ ├── 2440.js │ │ ├── 2569.js │ │ ├── 2600.js │ │ ├── _zero_config.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfiniteScroll.js │ │ ├── bInfo.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortClasses.js │ │ ├── fnCreatedCell.js │ │ ├── fnCreatedRow.js │ │ ├── fnDrawCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── iDeferLoading.js │ │ ├── iDisplayLength.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxDataProp.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ └── sPaginationType.js │ ├── 5_ajax_objects │ │ ├── _zero_config.js │ │ ├── _zero_config_arrays_subobjects.js │ │ ├── _zero_config_deep.js │ │ ├── _zero_config_null_source.js │ │ ├── _zero_config_objects.js │ │ ├── _zero_config_objects_subarrays.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.iDataSort.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfo.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortClasses.js │ │ ├── fnDrawCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── fnServerData.js │ │ ├── iDisplayLength.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ └── sPaginationType.js │ └── 6_delayed_rendering │ │ ├── _zero_config.js │ │ ├── aaSorting.js │ │ ├── aaSortingFixed.js │ │ ├── aoColumns.bSearchable.js │ │ ├── aoColumns.bSortable.js │ │ ├── aoColumns.bUseRendered.js │ │ ├── aoColumns.bVisible.js │ │ ├── aoColumns.fnRender.js │ │ ├── aoColumns.iDataSort.js │ │ ├── aoColumns.sClass.js │ │ ├── aoColumns.sName.js │ │ ├── aoColumns.sTitle.js │ │ ├── aoColumns.sWidth.js │ │ ├── aoSearchCols.js │ │ ├── asStripClasses.js │ │ ├── bAutoWidth.js │ │ ├── bFilter.js │ │ ├── bInfo.js │ │ ├── bLengthChange.js │ │ ├── bPaginate.js │ │ ├── bProcessing.js │ │ ├── bServerSide.js │ │ ├── bSort.js │ │ ├── bSortClasses.js │ │ ├── fnDrawCallback.js │ │ ├── fnHeaderCallback.js │ │ ├── fnInitComplete.js │ │ ├── fnRowCallback.js │ │ ├── fnServerData.js │ │ ├── iDisplayLength.js │ │ ├── oLanguage.oPaginate.js │ │ ├── oLanguage.sInfo.js │ │ ├── oLanguage.sInfoEmpty.js │ │ ├── oLanguage.sInfoPostFix.js │ │ ├── oLanguage.sLengthMenu.js │ │ ├── oLanguage.sProcessing.js │ │ ├── oLanguage.sSearch.js │ │ ├── oLanguage.sUrl.js │ │ ├── oLanguage.sZeroRecords.js │ │ ├── oSearch.js │ │ ├── sAjaxDataProp.js │ │ ├── sAjaxDataProp2.js │ │ ├── sAjaxSource.js │ │ ├── sDom.js │ │ └── sPaginationType.js │ └── unit_test.js ├── menu ├── images │ ├── Thumbs.db │ ├── arrow.gif │ ├── header.gif │ ├── header_over.gif │ └── menu-left.gif ├── script.js └── style.css ├── original_content_bak.php ├── parents ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── greybox.css ├── greybox.js ├── greybox.php ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── next.gif │ ├── prev.gif │ └── w_close.gif ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 1.php │ ├── Excel │ │ ├── Book1.xls │ │ ├── Book2.xlsx │ │ ├── Book3.xls │ │ ├── Picture 019.jpg │ │ ├── Senator.xls │ │ ├── Senator1.xls │ │ ├── excel_write.php │ │ ├── excelwriter.inc.php │ │ ├── index.php │ │ ├── index_back.php │ │ ├── mark_result.xls │ │ ├── mark_result_files │ │ │ ├── filelist.xml │ │ │ ├── sheet001.htm │ │ │ ├── stylesheet.css │ │ │ └── tabstrip.htm │ │ ├── modify_mark_result.xls │ │ ├── oleread.inc │ │ ├── reader.php │ │ ├── report_user_sms_monthly_tbl_excel.php │ │ ├── school_excel.php │ │ ├── str_replace.php │ │ └── test_excel.php │ ├── content_bak.php │ ├── db.php │ └── demo.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── libraries.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── original_content_bak.php ├── promotion_datatable_by_ajax.php ├── promotion_form.php ├── readme.txt ├── school_db_15_07_2013.sql ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── readme.txt ├── result_sheet ├── DSCN1415.JPG ├── DSCN1416.JPG ├── ID.php ├── ID_04062013_back.php ├── Thumbs.db ├── _class │ ├── exception.class.php │ ├── locale.class.php │ ├── myPdf.class.php │ ├── parsingCss.class.php │ ├── parsingHtml.class.php │ └── tcpdfConfig.php ├── _tcpdf_5.0.002 │ ├── 2dbarcodes.php │ ├── CHANGELOG.TXT │ ├── LICENSE.TXT │ ├── README.TXT │ ├── barcodes.php │ ├── cache │ │ ├── bng.php │ │ ├── chapter_demo_1.txt │ │ ├── chapter_demo_2.txt │ │ ├── company_header.php │ │ ├── production_emp_paysleep_pdf.php │ │ ├── table_data_demo.txt │ │ ├── test_bng.txt │ │ ├── utf8test.txt │ │ └── xutf8.txt │ ├── config │ │ ├── lang │ │ │ ├── bra.php │ │ │ ├── eng.php │ │ │ ├── ger.php │ │ │ └── ita.php │ │ ├── tcpdf_config.php │ │ └── tcpdf_config_alt.php │ ├── doc │ │ └── read_me.txt │ ├── examples │ │ └── read_me.txt │ ├── fixed_emp_salary_pdf1.php │ ├── fonts │ │ ├── README.TXT │ │ ├── ZarBold.ctg.z │ │ ├── ZarBold.z │ │ ├── almohanad.ctg.z │ │ ├── almohanad.php │ │ ├── almohanad.z │ │ ├── arialunicid0.php │ │ ├── courier.php │ │ ├── dejavu-fonts-ttf-2.30 │ │ │ ├── AUTHORS │ │ │ ├── BUGS │ │ │ ├── LICENSE │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── langcover.txt │ │ │ ├── status.txt │ │ │ └── unicover.txt │ │ ├── dejavusans.ctg.z │ │ ├── dejavusans.php │ │ ├── dejavusans.z │ │ ├── dejavusansb.ctg.z │ │ ├── dejavusansb.php │ │ ├── dejavusansb.z │ │ ├── dejavusansbi.ctg.z │ │ ├── dejavusansbi.php │ │ ├── dejavusansbi.z │ │ ├── dejavusanscondensed.ctg.z │ │ ├── dejavusanscondensed.php │ │ ├── dejavusanscondensed.z │ │ ├── dejavusanscondensedb.ctg.z │ │ ├── dejavusanscondensedb.php │ │ ├── dejavusanscondensedb.z │ │ ├── dejavusanscondensedbi.ctg.z │ │ ├── dejavusanscondensedbi.php │ │ ├── dejavusanscondensedbi.z │ │ ├── dejavusanscondensedi.ctg.z │ │ ├── dejavusanscondensedi.php │ │ ├── dejavusanscondensedi.z │ │ ├── dejavusansi.ctg.z │ │ ├── dejavusansi.php │ │ ├── dejavusansi.z │ │ ├── dejavusansmono.ctg.z │ │ ├── dejavusansmono.php │ │ ├── dejavusansmono.z │ │ ├── dejavusansmonob.ctg.z │ │ ├── dejavusansmonob.php │ │ ├── dejavusansmonob.z │ │ ├── dejavusansmonobi.ctg.z │ │ ├── dejavusansmonobi.php │ │ ├── dejavusansmonobi.z │ │ ├── dejavusansmonoi.ctg.z │ │ ├── dejavusansmonoi.php │ │ ├── dejavusansmonoi.z │ │ ├── dejavuserif.ctg.z │ │ ├── dejavuserif.php │ │ ├── dejavuserif.z │ │ ├── dejavuserifb.ctg.z │ │ ├── dejavuserifb.php │ │ ├── dejavuserifb.z │ │ ├── dejavuserifbi.ctg.z │ │ ├── dejavuserifbi.php │ │ ├── dejavuserifbi.z │ │ ├── dejavuserifcondensed.ctg.z │ │ ├── dejavuserifcondensed.php │ │ ├── dejavuserifcondensed.z │ │ ├── dejavuserifcondensedb.ctg.z │ │ ├── dejavuserifcondensedb.php │ │ ├── dejavuserifcondensedb.z │ │ ├── dejavuserifcondensedbi.ctg.z │ │ ├── dejavuserifcondensedbi.php │ │ ├── dejavuserifcondensedbi.z │ │ ├── dejavuserifcondensedi.ctg.z │ │ ├── dejavuserifcondensedi.php │ │ ├── dejavuserifcondensedi.z │ │ ├── dejavuserifi.ctg.z │ │ ├── dejavuserifi.php │ │ ├── dejavuserifi.z │ │ ├── ekusheydurga.ctg.z │ │ ├── ekusheydurga.php │ │ ├── ekusheydurga.z │ │ ├── ekusheysumit.ctg.z │ │ ├── ekusheysumit.php │ │ ├── ekusheysumit.z │ │ ├── freefont-20090104 │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── CREDITS │ │ │ ├── ChangeLog │ │ │ ├── INSTALL │ │ │ └── README │ │ ├── freemono.ctg.z │ │ ├── freemono.php │ │ ├── freemono.z │ │ ├── freemonob.ctg.z │ │ ├── freemonob.php │ │ ├── freemonob.z │ │ ├── freemonobi.ctg.z │ │ ├── freemonobi.php │ │ ├── freemonobi.z │ │ ├── freemonoi.ctg.z │ │ ├── freemonoi.php │ │ ├── freemonoi.z │ │ ├── freesans.ctg.z │ │ ├── freesans.php │ │ ├── freesans.z │ │ ├── freesansb.ctg.z │ │ ├── freesansb.php │ │ ├── freesansb.z │ │ ├── freesansbi.ctg.z │ │ ├── freesansbi.php │ │ ├── freesansbi.z │ │ ├── freesansi.ctg.z │ │ ├── freesansi.php │ │ ├── freesansi.z │ │ ├── freeserif.ctg.z │ │ ├── freeserif.php │ │ ├── freeserif.z │ │ ├── freeserifb.ctg.z │ │ ├── freeserifb.php │ │ ├── freeserifb.z │ │ ├── freeserifbi.ctg.z │ │ ├── freeserifbi.php │ │ ├── freeserifbi.z │ │ ├── freeserifi.ctg.z │ │ ├── freeserifi.php │ │ ├── freeserifi.z │ │ ├── helvetica.php │ │ ├── helveticab.php │ │ ├── helveticabi.php │ │ ├── helveticai.php │ │ ├── hysmyeongjostdmedium.php │ │ ├── kalpurush.ctg.z │ │ ├── kalpurush.php │ │ ├── kalpurush.z │ │ ├── kozgopromedium.php │ │ ├── kozminproregular.php │ │ ├── msungstdlight.php │ │ ├── nikoshban.ctg.z │ │ ├── nikoshban.php │ │ ├── nikoshban.z │ │ ├── rupali.php │ │ ├── rupali_01-02-2007.ctg.z │ │ ├── rupali_01-02-2007.z │ │ ├── solaimanlipi.ctg.z │ │ ├── solaimanlipi.php │ │ ├── solaimanlipi.z │ │ ├── stsongstdlight.php │ │ ├── sutonnymj.ctg.z │ │ ├── sutonnymj.php │ │ ├── sutonnymj.z │ │ ├── symbol.php │ │ ├── times.php │ │ ├── timesb.php │ │ ├── timesbi.php │ │ ├── timesi.php │ │ ├── uni2cid_ac15.php │ │ ├── uni2cid_ag15.php │ │ ├── uni2cid_aj16.php │ │ ├── uni2cid_ak12.php │ │ ├── utils │ │ │ ├── README.TXT │ │ │ ├── enc │ │ │ │ ├── cp1250.map │ │ │ │ ├── cp1251.map │ │ │ │ ├── cp1252.map │ │ │ │ ├── cp1253.map │ │ │ │ ├── cp1254.map │ │ │ │ ├── cp1255.map │ │ │ │ ├── cp1257.map │ │ │ │ ├── cp1258.map │ │ │ │ ├── cp874.map │ │ │ │ ├── iso-8859-1.map │ │ │ │ ├── iso-8859-11.map │ │ │ │ ├── iso-8859-15.map │ │ │ │ ├── iso-8859-16.map │ │ │ │ ├── iso-8859-2.map │ │ │ │ ├── iso-8859-4.map │ │ │ │ ├── iso-8859-5.map │ │ │ │ ├── iso-8859-7.map │ │ │ │ ├── iso-8859-9.map │ │ │ │ ├── koi8-r.map │ │ │ │ └── koi8-u.map │ │ │ ├── freetype6.dll │ │ │ ├── makeallttffonts.php │ │ │ ├── makefont.php │ │ │ ├── pfm2afm │ │ │ ├── pfm2afm.exe │ │ │ ├── solaimanlipi.afm │ │ │ ├── solaimanlipi.ctg.z │ │ │ ├── solaimanlipi.php │ │ │ ├── solaimanlipi.t1a │ │ │ ├── solaimanlipi.ttf │ │ │ ├── solaimanlipi.ufm │ │ │ ├── solaimanlipi.z │ │ │ ├── src │ │ │ │ ├── pfm2afm-src.tar.gz │ │ │ │ ├── readme.txt │ │ │ │ └── ttf2ufm-src.tar.gz │ │ │ ├── ttf2ufm │ │ │ ├── ttf2ufm.exe │ │ │ └── zlib1.dll │ │ ├── vrinda.ctg.z │ │ ├── vrinda.php │ │ ├── vrinda.z │ │ ├── vrindab.php │ │ ├── vrindab.z │ │ ├── zapfdingbats.php │ │ └── zarbold.php │ ├── htmlcolors.php │ ├── images │ │ └── read_me.txt │ ├── qrcode.php │ ├── tcpdf.crt │ ├── tcpdf.fdf │ ├── tcpdf.php │ └── unicode_data.php ├── amount_in_words.php ├── fpdf.php ├── generate_excel_form.php ├── generate_excel_mark_setting.php ├── html2pdf.class.php ├── in_words_converter.php ├── locale │ ├── ca.csv │ ├── cs.csv │ ├── da.csv │ ├── de.csv │ ├── en.csv │ ├── es.csv │ ├── fr.csv │ ├── it.csv │ ├── nl.csv │ ├── pt.csv │ └── tr.csv ├── num.php ├── pdfpage.php ├── profile_image.jpg ├── report_ui │ ├── subjectwise_result_report.php │ ├── term_result_report.php │ └── voucher_generate.php ├── result_sheet.php ├── result_sheet2.php ├── result_sheet3.php ├── salary_sheet.php ├── salary_sheet_result.php ├── std_id_print.php ├── std_id_print_back.php ├── studentwise_result_report.php ├── test.php ├── test_excel.php └── voucher.php ├── school_findings.txt ├── school_main_18052013_1.sql ├── src ├── css │ ├── border-radius.css │ ├── gold │ │ ├── Thumbs.db │ │ ├── brushed-steel.jpg │ │ ├── coolbg.png │ │ ├── gold.css │ │ └── gold.jpg │ ├── img │ │ ├── cool-bg-hard-inv.png │ │ ├── cool-bg-hard.png │ │ ├── cool-bg-inv.png │ │ ├── cool-bg.png │ │ ├── drop-down.gif │ │ ├── drop-up.gif │ │ ├── nav-left-x2.gif │ │ ├── nav-left.gif │ │ ├── nav-right-x2.gif │ │ ├── nav-right.gif │ │ ├── time-down.png │ │ └── time-up.png │ ├── jscal2.css │ ├── matrix │ │ ├── Thumbs.db │ │ ├── matrix.css │ │ ├── nav-left-x2.gif │ │ ├── nav-left.gif │ │ ├── nav-right-x2.gif │ │ └── nav-right.gif │ ├── reduce-spacing.css │ ├── shadow-b.png │ ├── steel │ │ ├── Thumbs.db │ │ ├── brushed-steel.jpg │ │ ├── brushed-steel.png │ │ ├── coolbg.png │ │ ├── steel.css │ │ └── steel.jpg │ └── win2k │ │ └── win2k.css └── js │ ├── jscal2.js │ └── lang │ ├── ca.js │ ├── cn.js │ ├── cz.js │ ├── de.js │ ├── en.js │ ├── es.js │ ├── fr.js │ ├── it.js │ ├── jp.js │ ├── nl.js │ ├── pl.js │ ├── pt.js │ ├── ro.js │ ├── ru.js │ └── sv.js ├── std_id_print.php ├── student ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── graybox │ ├── GreyBox_v5_54 │ │ ├── LGPL.txt │ │ ├── about.html │ │ ├── adobe_images │ │ │ └── nav_buttons.psd │ │ ├── advance_usage.html │ │ ├── combiner.py │ │ ├── compressing_greybox.html │ │ ├── compression_lib │ │ │ ├── AJS_minify.py │ │ │ ├── AJS_minify.pyc │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ └── yuicompressor.jar │ │ ├── greybox │ │ │ ├── AJS.js │ │ │ ├── AJS_fx.js │ │ │ ├── g_close.gif │ │ │ ├── gb_scripts.js │ │ │ ├── gb_styles.css │ │ │ ├── header_bg.gif │ │ │ ├── indicator.gif │ │ │ ├── loader_frame.html │ │ │ ├── next.gif │ │ │ ├── prev.gif │ │ │ └── w_close.gif │ │ ├── greybox_source │ │ │ ├── auto_deco.js │ │ │ ├── base │ │ │ │ ├── AJS.js │ │ │ │ ├── AJS_dnd.js │ │ │ │ ├── AJS_fx.js │ │ │ │ ├── base.css │ │ │ │ ├── base.js │ │ │ │ └── indicator.gif │ │ │ ├── gallery │ │ │ │ ├── g_close.gif │ │ │ │ ├── gallery.css │ │ │ │ └── gallery.js │ │ │ ├── set │ │ │ │ ├── next.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── set.css │ │ │ │ └── set.js │ │ │ └── window │ │ │ │ ├── header_bg.gif │ │ │ │ ├── w_close.gif │ │ │ │ ├── window.css │ │ │ │ └── window.js │ │ ├── installation.html │ │ └── static_files │ │ │ ├── help.css │ │ │ ├── help.js │ │ │ ├── logo.gif │ │ │ ├── night_valley.jpg │ │ │ ├── night_valley_thumb.gif │ │ │ ├── night_valley_thumb.jpg │ │ │ ├── salt.jpg │ │ │ └── salt_thumb.gif │ ├── LGPL.txt │ ├── about.html │ ├── adobe_images │ │ └── nav_buttons.psd │ ├── combiner.py │ ├── compressing_greybox.html │ ├── compression_lib │ │ ├── AJS_minify.py │ │ ├── AJS_minify.pyc │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ └── yuicompressor.jar │ ├── db.php │ ├── demo.php │ ├── examples.html │ ├── graybox_demo.php │ ├── greybox │ │ ├── AJS.js │ │ ├── AJS_fx.js │ │ ├── g_close.gif │ │ ├── gb_scripts.js │ │ ├── gb_styles.css │ │ ├── header_bg.gif │ │ ├── indicator.gif │ │ ├── loader_frame.html │ │ ├── next.gif │ │ ├── prev.gif │ │ └── w_close.gif │ ├── greybox_source │ │ ├── auto_deco.js │ │ ├── base │ │ │ ├── AJS.js │ │ │ ├── AJS_dnd.js │ │ │ ├── AJS_fx.js │ │ │ ├── base.css │ │ │ ├── base.js │ │ │ ├── indicator.gif │ │ │ └── loader_frame.html │ │ ├── gallery │ │ │ ├── g_close.gif │ │ │ ├── gallery.css │ │ │ └── gallery.js │ │ ├── set │ │ │ ├── next.gif │ │ │ ├── prev.gif │ │ │ ├── set.css │ │ │ └── set.js │ │ └── window │ │ │ ├── header_bg.gif │ │ │ ├── w_close.gif │ │ │ ├── window.css │ │ │ └── window.js │ ├── installation.html │ ├── jquery.js │ ├── normal_usage.html │ └── static_files │ │ ├── help.css │ │ ├── help.js │ │ ├── logo.gif │ │ ├── night_valley.jpg │ │ ├── night_valley_thumb.gif │ │ ├── night_valley_thumb.jpg │ │ ├── salt.jpg │ │ └── salt_thumb.gif ├── greybox.css ├── greybox.js ├── greybox.php ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forms__ │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_reset_2.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── form_textarea2.GIF │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── navy_bule_button.gif │ │ ├── print3.png │ │ ├── red_button.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ ├── upload_file.gif │ │ └── yellow_button.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 1.php │ ├── acc │ │ ├── gene_fee_chkbox.php │ │ └── phpfunction.php │ ├── accademic_calendar.php │ ├── accademic_calendar17062013.php │ ├── action │ │ ├── class_config_chng.php │ │ ├── class_fee_chng.php │ │ ├── class_fee_config_chng.php │ │ ├── class_fee_head_chng.php │ │ ├── exam_config_chng.php │ │ ├── exam_sche_config_chng.php │ │ ├── group_config_chng.php │ │ ├── section_config_chng.php │ │ ├── student_admission_list_by_ajax.php │ │ ├── student_admission_list_chng.php │ │ ├── student_info_chng.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_chng.php │ │ ├── sub_confi_chng.php │ │ └── sub_config_chng.php │ ├── add_student_fee.php │ ├── admission.php │ ├── admission_student_list.php │ ├── admission_student_list_table.php │ ├── backup │ │ ├── Student_information.php │ │ ├── edit_class_config.php │ │ ├── edit_group_config.php │ │ ├── edit_section_config.php │ │ ├── edit_subject_config.php │ │ ├── grid_data_class_feeinfo.php │ │ ├── grid_data_classinfo.php │ │ ├── grid_data_examinfo.php │ │ ├── grid_data_examscheduleinfo.php │ │ ├── grid_data_groupinfo.php │ │ ├── grid_data_sectioninfo.php │ │ ├── grid_data_subjectinfo.php │ │ └── std_fee_generator.php │ ├── book_list.php │ ├── book_list_datable.php │ ├── class_fee_config.php │ ├── class_routine.php │ ├── class_routine_for_student.php │ ├── class_way_total_fee.php │ ├── class_way_total_fee_check.php │ ├── class_wise_student_info.php │ ├── content_bak.php │ ├── create_student_account_form.php │ ├── create_student_acct_by_ajax.php │ ├── dashboard.php │ ├── dashboard_back.php │ ├── db.php │ ├── demo.php │ ├── edit_class_fee_config.php │ ├── edit_sebject_config.php │ ├── edit_std_fee_entry.php │ ├── edit_std_fee_generator.php │ ├── edit_stu_admission_form.php │ ├── edit_stu_admission_form_back.php │ ├── error_report_show.php │ ├── exam_information.php │ ├── exam_mark_setting.php │ ├── exam_mark_setting_datatable_by_ajax.php │ ├── exam_mark_setting_entry_by_ajax.php │ ├── exam_mark_setting_file_upload.php │ ├── excel_mark_setting.php │ ├── fee_details_list.php │ ├── get_month_total_open_day.php │ ├── get_ur_adm_info_by_ajax.php │ ├── get_ur_section_by_ajax.php │ ├── home.php │ ├── hostel_fee.php │ ├── hostel_fee_datatable.php │ ├── load_calendar.php │ ├── notice_board.php │ ├── notice_list.php │ ├── paginator.class.2.php │ ├── parents_info.php │ ├── promo.php │ ├── ref_home.php │ ├── result_add.php │ ├── result_entry.php │ ├── result_making.php │ ├── result_making_form.php │ ├── result_making_form_details.php │ ├── routine_bak │ │ ├── class_routine.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_array.php │ │ ├── show_routine.php │ │ ├── teacher_routine.php │ │ └── teacher_routine2.php │ ├── routine_create.php │ ├── routine_function │ │ ├── contact.php │ │ ├── db.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_class_routine.php │ │ ├── show_routine.php │ │ └── show_teacher_routine.php │ ├── scholarship_datatable_by_ajax.php │ ├── scholarship_info.php │ ├── section_config.php │ ├── section_fetch.php │ ├── section_fetch_with_all.php │ ├── show_routine.php │ ├── sms_notification_send_form.php │ ├── std_admission_form.php │ ├── std_admission_form_back.php │ ├── std_admission_form_back_28_03.php │ ├── std_admission_form_backup.php │ ├── std_fee_show_form.php │ ├── std_fee_show_form_action_by_ajax.php │ ├── std_fee_show_form_details.php │ ├── stu_admission_form_add_by_ajax.php │ ├── stu_info_by_id.php │ ├── student_admission_list.php │ ├── student_admission_list_by_ajax.php │ ├── student_admission_list_chng.php │ ├── student_admission_lists.php │ ├── student_attendence_entry.php │ ├── student_attendence_entry_by_ajax.php │ ├── student_attendence_entry_datatable.php │ ├── student_class_detail.php │ ├── student_class_detail_by_ajax.php │ ├── student_info_fetch_for_attendance.php │ ├── student_information.php │ ├── student_mark_entry.php │ ├── student_parent_detail_by_ajax.php │ ├── student_profile_information.php │ ├── student_profile_information_edit.php │ ├── student_profile_information_view.php │ ├── student_roll_of_head.php │ ├── student_tc_form.php │ ├── student_tc_form_by_ajax.php │ ├── student_tc_form_datatable.php │ ├── subject_syllabus.php │ ├── subject_syllabus_list_datable.php │ ├── table │ │ ├── class_config_tbl.php │ │ ├── class_config_tbl_insert.php │ │ ├── class_fee_config_tbl.php │ │ ├── class_fee_insert.php │ │ ├── class_feehead_tbl.php │ │ ├── exam_config_tbl.php │ │ ├── exam_config_tbl_insert.php │ │ ├── exam_sche_config_tbl.php │ │ ├── exam_sche_config_tbl_insert.php │ │ ├── group_config_tbl.php │ │ ├── group_config_tbl_insert.php │ │ ├── icon_reader.php │ │ ├── section_config_tbl.php │ │ ├── section_config_tbl_insert.php │ │ ├── std_fee_insert.php │ │ ├── stu_fee_tbl_status_update.php │ │ ├── student_info_tbl.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_tbl.php │ │ ├── sub_config_tbl.php │ │ └── sub_config_tbl_insert.php │ ├── tc_info_get_by_ajax.php │ ├── tc_into_status_get_by_ajax.php │ ├── test.php │ ├── transport_fee.php │ ├── transport_fee_datatable.php │ ├── view_class_fee.php │ ├── view_class_fee_details.php │ ├── view_course_info.php │ ├── view_course_info_datatable.php │ ├── view_exam_routine.php │ ├── voucher_list.php │ ├── voucher_list_display.php │ └── yap.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── left_back.php ├── libraries.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── new_notice_add.php ├── original_content_bak.php ├── readme.txt ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── student_profile_picture ├── Thumbs.db └── profile_image.jpg ├── teacher ├── Sql_command_for_test │ └── sql.txt ├── close.gif ├── css │ ├── 1col.css │ ├── 2col.css │ ├── close.gif │ ├── contact.css │ ├── demo.css │ ├── demo_page.css │ ├── demo_table.css │ ├── greybox.css │ ├── main-ie6.css │ ├── main.css │ ├── main_bak.css │ ├── mystyle.css │ ├── reset.css │ ├── screen.css │ ├── style.css │ └── style_bak.css ├── custom_css │ ├── 001_45.png │ ├── Zurich_Condensed_Lt_Bd.js │ ├── add_comment.png │ ├── add_image.png │ ├── avatar.jpg │ ├── ball_black_16.png │ ├── ball_blue_16.png │ ├── ball_green_16.png │ ├── ball_grey_16.png │ ├── ball_purple_16.png │ ├── ball_red_16.png │ ├── ball_yellow_16.png │ ├── cufon.js │ ├── delete_comment.png │ ├── delete_image.png │ ├── excanvas.js │ ├── fancybox.css │ ├── ico_active_16.png │ ├── ico_administration_48.png │ ├── ico_book_48.png │ ├── ico_chat_64.png │ ├── ico_clock_64.png │ ├── ico_delete_16.png │ ├── ico_edit_16.png │ ├── ico_folder_64.png │ ├── ico_inactive_16.png │ ├── ico_manage-users_48.png │ ├── ico_page_64.png │ ├── ico_picture_64.png │ ├── ico_settings_16.png │ ├── ico_settings_64.png │ ├── ico_users_64.png │ ├── jquery.css │ ├── jquery.js │ ├── jquery_002.css │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── jquery_007.js │ ├── jquery_008.js │ ├── jquery_009.js │ ├── jquery_010.js │ ├── jquery_011.js │ ├── logo_earth.png │ ├── logo_earth_bw50.png │ ├── process_info.png │ ├── reset.css │ ├── screen.css │ ├── script.js │ ├── thumbnail1.jpg │ ├── thumbnail2.jpg │ ├── thumbnail3.jpg │ ├── ui.css │ ├── user_comment.png │ ├── users_comments.png │ ├── visualize-light.css │ ├── visualize.css │ └── window.css ├── db.php ├── demo.php ├── design │ ├── Thumbs.db │ ├── btn-create-left.gif │ ├── btn-create-right.gif │ ├── content-h1.gif │ ├── content.gif │ ├── dot.gif │ ├── ico-delete.gif │ ├── ico-done.gif │ ├── ico-info.gif │ ├── ico-warning.gif │ ├── menu-left.gif │ ├── menu-right.gif │ ├── menu.gif │ ├── separator.gif │ ├── submenu-active.gif │ ├── submenu-sub.gif │ ├── switcher-1col.gif │ ├── switcher-2col.gif │ ├── tabs-l.gif │ ├── tabs-r.gif │ ├── tray-logout.gif │ ├── tray.gif │ ├── ul-ul.gif │ └── ul.gif ├── footer.php ├── form.js ├── greybox.css ├── greybox.js ├── greybox.php ├── greybox │ ├── AJS.js │ ├── AJS_fx.js │ ├── g_close.gif │ ├── gb_scripts.js │ ├── gb_styles.css │ ├── header_bg.gif │ ├── indicator.gif │ ├── next.gif │ ├── prev.gif │ └── w_close.gif ├── header.php ├── header2.php ├── header3.php ├── images │ ├── Sorting icons.psd │ ├── Thumbs.db │ ├── back_disabled.png │ ├── back_enabled.png │ ├── back_enabled_hover.png │ ├── favicon.ico │ ├── forms │ │ ├── Thumbs.db │ │ ├── back.png │ │ ├── back_button_2.gif │ │ ├── bg_related_act.gif │ │ ├── bubble_inner.gif │ │ ├── bubble_left.gif │ │ ├── bubble_right.gif │ │ ├── choose-file.gif │ │ ├── confirm.png │ │ ├── error_left.gif │ │ ├── error_right.gif │ │ ├── form_inp.gif │ │ ├── form_inp2.gif │ │ ├── form_inp_error.gif │ │ ├── form_reset.gif │ │ ├── form_select.gif │ │ ├── form_select_small.gif │ │ ├── form_submit - Copy.gif │ │ ├── form_submit.gif │ │ ├── form_textarea.gif │ │ ├── goback.jpg │ │ ├── header_related_act.gif │ │ ├── icon_calendar.jpg │ │ ├── icon_edit.gif │ │ ├── icon_list_arrow.gif │ │ ├── icon_minus.gif │ │ ├── icon_plus.gif │ │ ├── l.gif │ │ ├── lines_dotted_short.gif │ │ ├── step_1.gif │ │ ├── step_dark_left.gif │ │ ├── step_dark_right.gif │ │ ├── step_dark_round.gif │ │ ├── step_light_left.gif │ │ ├── step_light_right.gif │ │ ├── step_light_round.gif │ │ ├── stock-photo-update-button-60013843.jpg │ │ ├── up_img.jpg │ │ ├── update.jpg │ │ └── upload_file.gif │ ├── forward_disabled.png │ ├── forward_enabled.png │ ├── forward_enabled_hover.png │ ├── login │ │ ├── Thumbs.db │ │ ├── icon_back_login.gif │ │ ├── inp_login.gif │ │ ├── login_bg.jpg │ │ ├── loginbox_bg.png │ │ └── submit_login.gif │ ├── shared │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── border_bit.jpg │ │ ├── cal_th_repeat.jpg │ │ ├── cal_top_bg.jpg │ │ ├── cal_top_repeat.jpg │ │ ├── checkbox.gif │ │ ├── content_repeat.jpg │ │ ├── corner_bottom_left.jpg │ │ ├── corner_bottom_right.jpg │ │ ├── corner_top_left.jpg │ │ ├── corner_top_right.jpg │ │ ├── icon_idlogo.jpg │ │ ├── logo.png │ │ ├── nav │ │ │ ├── Copy of pro_line_1.gif │ │ │ ├── Thumbs.db │ │ │ ├── account_drop_bg.gif │ │ │ ├── account_line.gif │ │ │ ├── back_0.gif │ │ │ ├── back_1x.gif │ │ │ ├── divider.jpg │ │ │ ├── icon_acc_inbox.gif │ │ │ ├── icon_acc_personal.gif │ │ │ ├── icon_acc_projects.gif │ │ │ ├── icon_acc_settings.gif │ │ │ ├── icon_acc_stats.gif │ │ │ ├── nav_logout.gif │ │ │ ├── nav_myaccount.gif │ │ │ ├── pro_line_0x.gif │ │ │ ├── pro_line_1.gif │ │ │ ├── pro_line_2.gif │ │ │ └── repeat.jpg │ │ ├── side_shadowleft.jpg │ │ ├── side_shadowright.jpg │ │ ├── top_bg.jpg │ │ ├── top_search_btn.gif │ │ ├── top_search_inp.gif │ │ ├── top_search_select.gif │ │ ├── year_next.gif │ │ └── year_prev.gif │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── table │ │ ├── Thumbs.db │ │ ├── action_delete.gif │ │ ├── action_edit.gif │ │ ├── actions_slider_bg.gif │ │ ├── content_round_repeat.jpg │ │ ├── content_round_top.jpg │ │ ├── dropdown_actions.gif │ │ ├── icon_close_blue.gif │ │ ├── icon_close_green.gif │ │ ├── icon_close_red.gif │ │ ├── icon_close_yellow.gif │ │ ├── message_blue.gif │ │ ├── message_green.gif │ │ ├── message_red.gif │ │ ├── message_yellow.gif │ │ ├── paging_far_left.gif │ │ ├── paging_far_right.gif │ │ ├── paging_left.gif │ │ ├── paging_right.gif │ │ ├── select_number_rows.gif │ │ ├── table_header.jpg │ │ ├── table_header_checkbox.jpg │ │ ├── table_header_options.jpg │ │ ├── table_header_repeat.jpg │ │ ├── table_icon_1.gif │ │ ├── table_icon_2.gif │ │ ├── table_icon_3.gif │ │ ├── table_icon_4.gif │ │ ├── table_icon_5.gif │ │ └── table_sort_arrow.gif ├── img │ ├── Thumbs.db │ ├── close.gif │ ├── contact │ │ ├── Thumbs.db │ │ └── loading.gif │ └── member.jpg ├── includes │ ├── 01-07-2013 │ │ ├── teacher_attendance_datatable.php │ │ ├── teacher_attendance_entry.php │ │ └── teacher_information.php │ ├── 1.php │ ├── Excel │ │ ├── Book1.xls │ │ ├── Book2.xlsx │ │ ├── Book3.xls │ │ ├── Senator.xls │ │ ├── Senator1.xls │ │ ├── excel_write.php │ │ ├── excelwriter.inc.php │ │ ├── index.php │ │ ├── index_back.php │ │ ├── mark_result.xls │ │ ├── mark_result_files │ │ │ ├── filelist.xml │ │ │ ├── sheet001.htm │ │ │ ├── stylesheet.css │ │ │ └── tabstrip.htm │ │ ├── oleread.inc │ │ ├── reader.php │ │ ├── report_user_sms_monthly_tbl_excel.php │ │ ├── school_excel.php │ │ └── str_replace.php │ ├── acc │ │ ├── gene_fee_chkbox.php │ │ └── phpfunction.php │ ├── action │ │ ├── class_config_chng.php │ │ ├── class_fee_chng.php │ │ ├── class_fee_config_chng.php │ │ ├── class_fee_head_chng.php │ │ ├── exam_config_chng.php │ │ ├── exam_sche_config_chng.php │ │ ├── group_config_chng.php │ │ ├── section_config_chng.php │ │ ├── student_info_chng.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_chng.php │ │ └── sub_config_chng.php │ ├── backup │ │ ├── Student_information.php │ │ ├── edit_class_config.php │ │ ├── edit_group_config.php │ │ ├── edit_section_config.php │ │ ├── edit_subject_config.php │ │ ├── grid_data_class_feeinfo.php │ │ ├── grid_data_classinfo.php │ │ ├── grid_data_examinfo.php │ │ ├── grid_data_examscheduleinfo.php │ │ ├── grid_data_groupinfo.php │ │ ├── grid_data_sectioninfo.php │ │ ├── grid_data_subjectinfo.php │ │ └── std_fee_generator.php │ ├── class_loading_by_ajax.php │ ├── class_routine.php │ ├── class_routine_for_student.php │ ├── class_routine_for_teacher.php │ ├── classwise_sms_notification.php │ ├── classwise_text_notification.php │ ├── content_bak.php │ ├── course_info_table.php │ ├── dashboard.php │ ├── db.php │ ├── demo.php │ ├── email_notification_send.php │ ├── email_notification_ui_form.php │ ├── exam_mark_setting.php │ ├── exam_mark_setting_datatable_by_ajax.php │ ├── exam_mark_setting_entry_by_ajax.php │ ├── exam_mark_setting_file_upload.php │ ├── exam_mark_setting_file_upload1.php │ ├── exam_mark_setting_single_row_fetching_by_ajax.php │ ├── exam_mark_update_by_ajax.php │ ├── excel_mark_setting.php │ ├── excelwriter.inc.php │ ├── fail_student_list.php │ ├── fail_student_list_by_ajax.php │ ├── fee_collection_form.php │ ├── file_download.php │ ├── generate_excel_form.php │ ├── generate_excel_mark_setting.php │ ├── get_month_total_open_day.php │ ├── holiday_info.php │ ├── holiday_info_datatable.php │ ├── home.php │ ├── leave_info.php │ ├── leave_info_back.php │ ├── leave_info_table.php │ ├── mark_check_by_roll.php │ ├── mark_result.xls │ ├── new_employee_form.php │ ├── new_employee_insert.php │ ├── new_teacher_insert.php │ ├── original_content_bak.php │ ├── paginator.class.2.php │ ├── parents_info.php │ ├── pass_std_list_by_ajax.php │ ├── promotion_datatable_by_ajax.php │ ├── promotion_form.php │ ├── reader.php │ ├── red_home.php │ ├── ref_home.php │ ├── result_process_by_ajax.php │ ├── result_process_form.php │ ├── routine_bak │ │ ├── class_routine.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_array.php │ │ ├── show_routine.php │ │ ├── teacher_routine.php │ │ └── teacher_routine2.php │ ├── routine_function │ │ ├── contact.php │ │ ├── db.php │ │ ├── demo.php │ │ ├── routine_create.php │ │ ├── show_class_routine.php │ │ ├── show_routine.php │ │ └── show_teacher_routine.php │ ├── scholarship_info.php │ ├── section_fetch.php │ ├── sms_notification_form.php │ ├── sms_notification_send.php │ ├── std_admission_form.php │ ├── std_pass_list.php │ ├── student_attendence_entry.php │ ├── student_attendence_entry_by_ajax.php │ ├── student_attendence_entry_datatable.php │ ├── student_parent_detail_by_ajax.php │ ├── table │ │ ├── class_config_tbl.php │ │ ├── class_config_tbl_insert.php │ │ ├── class_fee_config_tbl.php │ │ ├── class_fee_insert.php │ │ ├── class_feehead_tbl.php │ │ ├── exam_config_tbl.php │ │ ├── exam_config_tbl_insert.php │ │ ├── exam_sche_config_tbl.php │ │ ├── exam_sche_config_tbl_insert.php │ │ ├── group_config_tbl.php │ │ ├── group_config_tbl_insert.php │ │ ├── icon_reader.php │ │ ├── section_config_tbl.php │ │ ├── section_config_tbl_insert.php │ │ ├── std_fee_insert.php │ │ ├── stu_fee_tbl_status_update.php │ │ ├── student_info_tbl.php │ │ ├── student_profile_info_chng.php │ │ ├── student_way_fee_tbl.php │ │ ├── sub_config_tbl.php │ │ └── sub_config_tbl_insert.php │ ├── teacher_add_form.php │ ├── teacher_attendance_datatable.php │ ├── teacher_attendance_entry.php │ ├── teacher_attendance_info.php │ ├── teacher_attendence_entry_by_ajax.php │ ├── teacher_information.php │ ├── teacher_leave_add_by_ajax.php │ ├── teacher_routine.php │ ├── teacher_routine2.php │ ├── teacher_view_form.php │ └── view_course_info.php ├── index.php ├── jquery.js ├── jquery │ ├── contact.js │ ├── for_calender.js │ ├── for_calender_month.js │ ├── form.js │ ├── greybox.js │ ├── jquery-1.4.1.min.js │ ├── jquery.dataTables.js │ ├── jquery.jqGrid.js │ ├── jquery.js │ ├── jquery.selectbox-0.5_style_2.js │ ├── jquery.simplemodal.js │ ├── switcher.js │ ├── toggle.js │ ├── ui.core.js │ └── ui.tabs.js ├── jquerybak.js ├── js │ ├── JsonXml.js │ ├── grid.base.js │ ├── grid.celledit.js │ ├── grid.common.js │ ├── grid.custom.js │ ├── grid.formedit.js │ ├── grid.import.js │ ├── grid.inlinedit.js │ ├── grid.locale-bg.js │ ├── grid.locale-cs.js │ ├── grid.locale-de.js │ ├── grid.locale-dk.js │ ├── grid.locale-el.js │ ├── grid.locale-en.js │ ├── grid.locale-fa.js │ ├── grid.locale-fi.js │ ├── grid.locale-fr.js │ ├── grid.locale-is.js │ ├── grid.locale-it.js │ ├── grid.locale-pl.js │ ├── grid.locale-pt-br.js │ ├── grid.locale-pt.js │ ├── grid.locale-ru.js │ ├── grid.locale-sp.js │ ├── grid.locale-sv.js │ ├── grid.locale-tr.js │ ├── grid.postext.js │ ├── grid.setcolumns.js │ ├── grid.subgrid.js │ ├── grid.tbltogrid.js │ ├── grid.treegrid.js │ ├── jqDnR.js │ ├── jqModal.js │ ├── jquery.fmatter.js │ ├── jquery.tablednd.js │ ├── json2.js │ └── min │ │ ├── JsonXml-min.js │ │ ├── grid.base-min.js │ │ ├── grid.celledit-min.js │ │ ├── grid.common-min.js │ │ ├── grid.custom-min.js │ │ ├── grid.formedit-min.js │ │ ├── grid.import-min.js │ │ ├── grid.inlinedit-min.js │ │ ├── grid.locale-bg-min.js │ │ ├── grid.locale-cs-min.js │ │ ├── grid.locale-de-min.js │ │ ├── grid.locale-dk-min.js │ │ ├── grid.locale-el-min.js │ │ ├── grid.locale-en-min.js │ │ ├── grid.locale-fa-min.js │ │ ├── grid.locale-fi-min.js │ │ ├── grid.locale-fr-min.js │ │ ├── grid.locale-is-min.js │ │ ├── grid.locale-it-min.js │ │ ├── grid.locale-pl-min.js │ │ ├── grid.locale-pt-br-min.js │ │ ├── grid.locale-pt-min.js │ │ ├── grid.locale-ru-min.js │ │ ├── grid.locale-sp-min.js │ │ ├── grid.locale-sv-min.js │ │ ├── grid.locale-tr-min.js │ │ ├── grid.postext-min.js │ │ ├── grid.setcolumns-min.js │ │ ├── grid.subgrid-min.js │ │ ├── grid.tbltogrid-min.js │ │ ├── grid.treegrid-min.js │ │ ├── jquery.fmatter-min.js │ │ └── json2-min.js ├── left.php ├── libraries.php ├── menu │ ├── images │ │ ├── Thumbs.db │ │ ├── arrow.gif │ │ ├── header.gif │ │ ├── header_over.gif │ │ └── menu-left.gif │ ├── script.js │ └── style.css ├── original_content_bak.php ├── promotion_datatable_by_ajax.php ├── promotion_form.php ├── readme.txt ├── src │ ├── css │ │ ├── border-radius.css │ │ ├── gold │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── coolbg.png │ │ │ ├── gold.css │ │ │ └── gold.jpg │ │ ├── img │ │ │ ├── cool-bg-hard-inv.png │ │ │ ├── cool-bg-hard.png │ │ │ ├── cool-bg-inv.png │ │ │ ├── cool-bg.png │ │ │ ├── drop-down.gif │ │ │ ├── drop-up.gif │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ ├── nav-right.gif │ │ │ ├── time-down.png │ │ │ └── time-up.png │ │ ├── jscal2.css │ │ ├── matrix │ │ │ ├── Thumbs.db │ │ │ ├── matrix.css │ │ │ ├── nav-left-x2.gif │ │ │ ├── nav-left.gif │ │ │ ├── nav-right-x2.gif │ │ │ └── nav-right.gif │ │ ├── reduce-spacing.css │ │ ├── shadow-b.png │ │ ├── steel │ │ │ ├── Thumbs.db │ │ │ ├── brushed-steel.jpg │ │ │ ├── brushed-steel.png │ │ │ ├── coolbg.png │ │ │ ├── steel.css │ │ │ └── steel.jpg │ │ └── win2k │ │ │ └── win2k.css │ └── js │ │ ├── jscal2.js │ │ └── lang │ │ ├── ca.js │ │ ├── cn.js │ │ ├── cz.js │ │ ├── de.js │ │ ├── en.js │ │ ├── es.js │ │ ├── fr.js │ │ ├── it.js │ │ ├── jp.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ └── sv.js ├── themes │ ├── basic │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── coffee │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── green │ │ ├── grid.css │ │ └── images │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── leaf.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ ├── jqModal.css │ ├── sand │ │ ├── grid.css │ │ └── images │ │ │ ├── Thumbs.db │ │ │ ├── cd_run.gif │ │ │ ├── dirty.gif │ │ │ ├── down.gif │ │ │ ├── find.gif │ │ │ ├── first.gif │ │ │ ├── folder.png │ │ │ ├── grid-blue-ft.gif │ │ │ ├── grid-blue-hd.gif │ │ │ ├── headerbg.gif │ │ │ ├── headerleft.gif │ │ │ ├── headerright.gif │ │ │ ├── ico-close.gif │ │ │ ├── last.gif │ │ │ ├── line3.gif │ │ │ ├── loading.gif │ │ │ ├── minus.gif │ │ │ ├── next.gif │ │ │ ├── nochild.gif │ │ │ ├── off-first.gif │ │ │ ├── off-last.gif │ │ │ ├── off-next.gif │ │ │ ├── off-prev.gif │ │ │ ├── plus.gif │ │ │ ├── prev.gif │ │ │ ├── refresh.gif │ │ │ ├── resize.gif │ │ │ ├── row_add.gif │ │ │ ├── row_delete.gif │ │ │ ├── row_edit.gif │ │ │ ├── sort_asc.gif │ │ │ ├── sort_desc.gif │ │ │ ├── spacer.gif │ │ │ ├── tab_close-on.gif │ │ │ ├── tree_leaf.gif │ │ │ ├── tree_minus.gif │ │ │ ├── tree_plus.gif │ │ │ └── up.gif │ └── steel │ │ ├── grid.css │ │ └── images │ │ ├── Arrow2 Down.png │ │ ├── Arrow2 Up.png │ │ ├── Thumbs.db │ │ ├── bg.gif │ │ ├── cd_run.gif │ │ ├── control_090.png │ │ ├── control_270.png │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── fhbg.gif │ │ ├── find.gif │ │ ├── find1.gif │ │ ├── first.gif │ │ ├── first.png │ │ ├── folder.png │ │ ├── headerleft1.gif │ │ ├── headerright1.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── last.png │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── next.png │ │ ├── nochild.gif │ │ ├── odown.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── oup.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── prev.png │ │ ├── refresh.gif │ │ ├── refresh1.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_add1.gif │ │ ├── row_delete.gif │ │ ├── row_delete1.gif │ │ ├── row_edit.gif │ │ ├── row_edit1.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── sprite.png │ │ ├── sprite5.png │ │ ├── sprite5.psd │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ ├── up.gif │ │ └── wbg.gif └── tmp │ ├── Thumbs.db │ └── logo.gif ├── themes ├── basic │ ├── grid.css │ └── images │ │ ├── cd_run.gif │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── find.gif │ │ ├── first.gif │ │ ├── folder.png │ │ ├── grid-blue-ft.gif │ │ ├── grid-blue-hd.gif │ │ ├── headerbg.gif │ │ ├── headerleft.gif │ │ ├── headerright.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── nochild.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── refresh.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_delete.gif │ │ ├── row_edit.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ └── up.gif ├── coffee │ ├── grid.css │ └── images │ │ ├── Thumbs.db │ │ ├── cd_run.gif │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── find.gif │ │ ├── first.gif │ │ ├── folder.png │ │ ├── grid-blue-ft.gif │ │ ├── grid-blue-hd.gif │ │ ├── headerbg.gif │ │ ├── headerleft.gif │ │ ├── headerright.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── nochild.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── refresh.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_delete.gif │ │ ├── row_edit.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ └── up.gif ├── green │ ├── grid.css │ └── images │ │ ├── Thumbs.db │ │ ├── cd_run.gif │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── find.gif │ │ ├── first.gif │ │ ├── folder.png │ │ ├── grid-blue-ft.gif │ │ ├── grid-blue-hd.gif │ │ ├── headerbg.gif │ │ ├── headerleft.gif │ │ ├── headerright.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── leaf.gif │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── nochild.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── refresh.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_delete.gif │ │ ├── row_edit.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ └── up.gif ├── jqModal.css ├── sand │ ├── grid.css │ └── images │ │ ├── Thumbs.db │ │ ├── cd_run.gif │ │ ├── dirty.gif │ │ ├── down.gif │ │ ├── find.gif │ │ ├── first.gif │ │ ├── folder.png │ │ ├── grid-blue-ft.gif │ │ ├── grid-blue-hd.gif │ │ ├── headerbg.gif │ │ ├── headerleft.gif │ │ ├── headerright.gif │ │ ├── ico-close.gif │ │ ├── last.gif │ │ ├── line3.gif │ │ ├── loading.gif │ │ ├── minus.gif │ │ ├── next.gif │ │ ├── nochild.gif │ │ ├── off-first.gif │ │ ├── off-last.gif │ │ ├── off-next.gif │ │ ├── off-prev.gif │ │ ├── plus.gif │ │ ├── prev.gif │ │ ├── refresh.gif │ │ ├── resize.gif │ │ ├── row_add.gif │ │ ├── row_delete.gif │ │ ├── row_edit.gif │ │ ├── sort_asc.gif │ │ ├── sort_desc.gif │ │ ├── spacer.gif │ │ ├── tab_close-on.gif │ │ ├── tree_leaf.gif │ │ ├── tree_minus.gif │ │ ├── tree_plus.gif │ │ └── up.gif └── steel │ ├── grid.css │ └── images │ ├── ._sprite5.png │ ├── ._sprite5.psd │ ├── Arrow2 Down.png │ ├── Arrow2 Up.png │ ├── Thumbs.db │ ├── bg.gif │ ├── cd_run.gif │ ├── control_090.png │ ├── control_270.png │ ├── dirty.gif │ ├── down.gif │ ├── fhbg.gif │ ├── find.gif │ ├── find1.gif │ ├── first.gif │ ├── first.png │ ├── folder.png │ ├── headerleft1.gif │ ├── headerright1.gif │ ├── ico-close.gif │ ├── last.gif │ ├── last.png │ ├── line3.gif │ ├── loading.gif │ ├── minus.gif │ ├── next.gif │ ├── next.png │ ├── nochild.gif │ ├── odown.gif │ ├── off-first.gif │ ├── off-last.gif │ ├── off-next.gif │ ├── off-prev.gif │ ├── oup.gif │ ├── plus.gif │ ├── prev.gif │ ├── prev.png │ ├── refresh.gif │ ├── refresh1.gif │ ├── resize.gif │ ├── row_add.gif │ ├── row_add1.gif │ ├── row_delete.gif │ ├── row_delete1.gif │ ├── row_edit.gif │ ├── row_edit1.gif │ ├── sort_asc.gif │ ├── sort_desc.gif │ ├── spacer.gif │ ├── sprite.png │ ├── sprite5.png │ ├── sprite5.psd │ ├── tab_close-on.gif │ ├── tree_leaf.gif │ ├── tree_minus.gif │ ├── tree_plus.gif │ ├── up.gif │ └── wbg.gif ├── tmp └── logo.gif └── upload ├── desktop.ini └── modify_mark_result.xls /Demo/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/Demo/images/Thumbs.db -------------------------------------------------------------------------------- /Demo/images/button-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/Demo/images/button-bg.png -------------------------------------------------------------------------------- /Demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/Demo/index.html -------------------------------------------------------------------------------- /Demo/login_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/Demo/login_style.css -------------------------------------------------------------------------------- /Logo_of_BSNMPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/Logo_of_BSNMPC.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/README.md -------------------------------------------------------------------------------- /accounts/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/close.gif -------------------------------------------------------------------------------- /accounts/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/1col.css -------------------------------------------------------------------------------- /accounts/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/2col.css -------------------------------------------------------------------------------- /accounts/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/close.gif -------------------------------------------------------------------------------- /accounts/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/contact.css -------------------------------------------------------------------------------- /accounts/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/demo.css -------------------------------------------------------------------------------- /accounts/css/demo_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/demo_page.css -------------------------------------------------------------------------------- /accounts/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/greybox.css -------------------------------------------------------------------------------- /accounts/css/main-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/main-ie6.css -------------------------------------------------------------------------------- /accounts/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/main.css -------------------------------------------------------------------------------- /accounts/css/main_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/main_bak.css -------------------------------------------------------------------------------- /accounts/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /accounts/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/reset.css -------------------------------------------------------------------------------- /accounts/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/screen.css -------------------------------------------------------------------------------- /accounts/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/style.css -------------------------------------------------------------------------------- /accounts/css/style_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/css/style_bak.css -------------------------------------------------------------------------------- /accounts/custom_css/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/custom_css/ui.css -------------------------------------------------------------------------------- /accounts/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/db.php -------------------------------------------------------------------------------- /accounts/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/demo.php -------------------------------------------------------------------------------- /accounts/design/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/Thumbs.db -------------------------------------------------------------------------------- /accounts/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/dot.gif -------------------------------------------------------------------------------- /accounts/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/menu.gif -------------------------------------------------------------------------------- /accounts/design/tabs-l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/tabs-l.gif -------------------------------------------------------------------------------- /accounts/design/tabs-r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/tabs-r.gif -------------------------------------------------------------------------------- /accounts/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/tray.gif -------------------------------------------------------------------------------- /accounts/design/ul-ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/ul-ul.gif -------------------------------------------------------------------------------- /accounts/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/design/ul.gif -------------------------------------------------------------------------------- /accounts/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/footer.php -------------------------------------------------------------------------------- /accounts/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/form.js -------------------------------------------------------------------------------- /accounts/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox.css -------------------------------------------------------------------------------- /accounts/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox.js -------------------------------------------------------------------------------- /accounts/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox.php -------------------------------------------------------------------------------- /accounts/greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox/AJS.js -------------------------------------------------------------------------------- /accounts/greybox/AJS_fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox/AJS_fx.js -------------------------------------------------------------------------------- /accounts/greybox/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox/next.gif -------------------------------------------------------------------------------- /accounts/greybox/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/greybox/prev.gif -------------------------------------------------------------------------------- /accounts/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/header.php -------------------------------------------------------------------------------- /accounts/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/header2.php -------------------------------------------------------------------------------- /accounts/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/header3.php -------------------------------------------------------------------------------- /accounts/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/images/Thumbs.db -------------------------------------------------------------------------------- /accounts/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/img/Thumbs.db -------------------------------------------------------------------------------- /accounts/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/img/close.gif -------------------------------------------------------------------------------- /accounts/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/img/member.jpg -------------------------------------------------------------------------------- /accounts/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/includes/1.php -------------------------------------------------------------------------------- /accounts/includes/dashboard.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /accounts/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/includes/db.php -------------------------------------------------------------------------------- /accounts/includes/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/includes/demo.php -------------------------------------------------------------------------------- /accounts/includes/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/includes/home.php -------------------------------------------------------------------------------- /accounts/includes/table/icon_reader.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /accounts/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/index.php -------------------------------------------------------------------------------- /accounts/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery.js -------------------------------------------------------------------------------- /accounts/jquery/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/contact.js -------------------------------------------------------------------------------- /accounts/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/form.js -------------------------------------------------------------------------------- /accounts/jquery/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/greybox.js -------------------------------------------------------------------------------- /accounts/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/jquery.js -------------------------------------------------------------------------------- /accounts/jquery/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/toggle.js -------------------------------------------------------------------------------- /accounts/jquery/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/ui.core.js -------------------------------------------------------------------------------- /accounts/jquery/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquery/ui.tabs.js -------------------------------------------------------------------------------- /accounts/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/jquerybak.js -------------------------------------------------------------------------------- /accounts/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/JsonXml.js -------------------------------------------------------------------------------- /accounts/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/grid.base.js -------------------------------------------------------------------------------- /accounts/js/grid.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/grid.common.js -------------------------------------------------------------------------------- /accounts/js/grid.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/grid.custom.js -------------------------------------------------------------------------------- /accounts/js/grid.import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/grid.import.js -------------------------------------------------------------------------------- /accounts/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/jqDnR.js -------------------------------------------------------------------------------- /accounts/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/jqModal.js -------------------------------------------------------------------------------- /accounts/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/js/json2.js -------------------------------------------------------------------------------- /accounts/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/left.php -------------------------------------------------------------------------------- /accounts/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/libraries.php -------------------------------------------------------------------------------- /accounts/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/menu/script.js -------------------------------------------------------------------------------- /accounts/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/menu/style.css -------------------------------------------------------------------------------- /accounts/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/readme.txt -------------------------------------------------------------------------------- /accounts/src/js/jscal2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/jscal2.js -------------------------------------------------------------------------------- /accounts/src/js/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/ca.js -------------------------------------------------------------------------------- /accounts/src/js/lang/cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/cn.js -------------------------------------------------------------------------------- /accounts/src/js/lang/cz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/cz.js -------------------------------------------------------------------------------- /accounts/src/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/de.js -------------------------------------------------------------------------------- /accounts/src/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/en.js -------------------------------------------------------------------------------- /accounts/src/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/es.js -------------------------------------------------------------------------------- /accounts/src/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/fr.js -------------------------------------------------------------------------------- /accounts/src/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/it.js -------------------------------------------------------------------------------- /accounts/src/js/lang/jp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/jp.js -------------------------------------------------------------------------------- /accounts/src/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/nl.js -------------------------------------------------------------------------------- /accounts/src/js/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/pl.js -------------------------------------------------------------------------------- /accounts/src/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/pt.js -------------------------------------------------------------------------------- /accounts/src/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/ro.js -------------------------------------------------------------------------------- /accounts/src/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/ru.js -------------------------------------------------------------------------------- /accounts/src/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/src/js/lang/sv.js -------------------------------------------------------------------------------- /accounts/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/tmp/Thumbs.db -------------------------------------------------------------------------------- /accounts/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/accounts/tmp/logo.gif -------------------------------------------------------------------------------- /admin/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/close.gif -------------------------------------------------------------------------------- /admin/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/1col.css -------------------------------------------------------------------------------- /admin/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/2col.css -------------------------------------------------------------------------------- /admin/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/close.gif -------------------------------------------------------------------------------- /admin/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/contact.css -------------------------------------------------------------------------------- /admin/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/demo.css -------------------------------------------------------------------------------- /admin/css/demo_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/demo_page.css -------------------------------------------------------------------------------- /admin/css/demo_table.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/demo_table.css -------------------------------------------------------------------------------- /admin/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/greybox.css -------------------------------------------------------------------------------- /admin/css/main-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/main-ie6.css -------------------------------------------------------------------------------- /admin/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/main.css -------------------------------------------------------------------------------- /admin/css/main_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/main_bak.css -------------------------------------------------------------------------------- /admin/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /admin/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/reset.css -------------------------------------------------------------------------------- /admin/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/screen.css -------------------------------------------------------------------------------- /admin/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/style.css -------------------------------------------------------------------------------- /admin/css/style_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/css/style_bak.css -------------------------------------------------------------------------------- /admin/custom_css/cufon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/custom_css/cufon.js -------------------------------------------------------------------------------- /admin/custom_css/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/custom_css/jquery.js -------------------------------------------------------------------------------- /admin/custom_css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/custom_css/reset.css -------------------------------------------------------------------------------- /admin/custom_css/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/custom_css/script.js -------------------------------------------------------------------------------- /admin/custom_css/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/custom_css/ui.css -------------------------------------------------------------------------------- /admin/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/db.php -------------------------------------------------------------------------------- /admin/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/demo.php -------------------------------------------------------------------------------- /admin/design/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/Thumbs.db -------------------------------------------------------------------------------- /admin/design/content.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/content.gif -------------------------------------------------------------------------------- /admin/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/dot.gif -------------------------------------------------------------------------------- /admin/design/ico-done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/ico-done.gif -------------------------------------------------------------------------------- /admin/design/ico-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/ico-info.gif -------------------------------------------------------------------------------- /admin/design/menu-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/menu-left.gif -------------------------------------------------------------------------------- /admin/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/menu.gif -------------------------------------------------------------------------------- /admin/design/separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/separator.gif -------------------------------------------------------------------------------- /admin/design/tabs-l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/tabs-l.gif -------------------------------------------------------------------------------- /admin/design/tabs-r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/tabs-r.gif -------------------------------------------------------------------------------- /admin/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/tray.gif -------------------------------------------------------------------------------- /admin/design/ul-ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/ul-ul.gif -------------------------------------------------------------------------------- /admin/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/design/ul.gif -------------------------------------------------------------------------------- /admin/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/footer.php -------------------------------------------------------------------------------- /admin/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/form.js -------------------------------------------------------------------------------- /admin/graybox/GreyBox_v5_54/compressing_greybox.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/graybox/GreyBox_v5_54/compression_lib/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /admin/graybox/LGPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/graybox/LGPL.txt -------------------------------------------------------------------------------- /admin/graybox/combiner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/graybox/combiner.py -------------------------------------------------------------------------------- /admin/graybox/compression_lib/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /admin/graybox/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/graybox/db.php -------------------------------------------------------------------------------- /admin/graybox/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/graybox/demo.php -------------------------------------------------------------------------------- /admin/graybox/greybox_source/base/loader_frame.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/graybox/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/graybox/jquery.js -------------------------------------------------------------------------------- /admin/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox.css -------------------------------------------------------------------------------- /admin/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox.js -------------------------------------------------------------------------------- /admin/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox.php -------------------------------------------------------------------------------- /admin/greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/AJS.js -------------------------------------------------------------------------------- /admin/greybox/AJS_fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/AJS_fx.js -------------------------------------------------------------------------------- /admin/greybox/g_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/g_close.gif -------------------------------------------------------------------------------- /admin/greybox/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/next.gif -------------------------------------------------------------------------------- /admin/greybox/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/prev.gif -------------------------------------------------------------------------------- /admin/greybox/w_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/greybox/w_close.gif -------------------------------------------------------------------------------- /admin/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/header.php -------------------------------------------------------------------------------- /admin/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/header2.php -------------------------------------------------------------------------------- /admin/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/header3.php -------------------------------------------------------------------------------- /admin/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/Thumbs.db -------------------------------------------------------------------------------- /admin/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/favicon.ico -------------------------------------------------------------------------------- /admin/images/forms/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/forms/l.gif -------------------------------------------------------------------------------- /admin/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/sort_asc.png -------------------------------------------------------------------------------- /admin/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/sort_both.png -------------------------------------------------------------------------------- /admin/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/images/sort_desc.png -------------------------------------------------------------------------------- /admin/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/img/Thumbs.db -------------------------------------------------------------------------------- /admin/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/img/close.gif -------------------------------------------------------------------------------- /admin/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/img/member.jpg -------------------------------------------------------------------------------- /admin/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/includes/1.php -------------------------------------------------------------------------------- /admin/includes/dashboard.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/includes/db.php -------------------------------------------------------------------------------- /admin/includes/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/includes/demo.php -------------------------------------------------------------------------------- /admin/includes/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/includes/home.php -------------------------------------------------------------------------------- /admin/includes/result_add.php: -------------------------------------------------------------------------------- 1 | Add to j query page".$_GET['val']; 3 | ?> -------------------------------------------------------------------------------- /admin/includes/sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/includes/sql.php -------------------------------------------------------------------------------- /admin/includes/table/icon_reader.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/index.php -------------------------------------------------------------------------------- /admin/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery.js -------------------------------------------------------------------------------- /admin/jquery/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/contact.js -------------------------------------------------------------------------------- /admin/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/form.js -------------------------------------------------------------------------------- /admin/jquery/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/greybox.js -------------------------------------------------------------------------------- /admin/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/jquery.js -------------------------------------------------------------------------------- /admin/jquery/switcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/switcher.js -------------------------------------------------------------------------------- /admin/jquery/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/toggle.js -------------------------------------------------------------------------------- /admin/jquery/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/ui.core.js -------------------------------------------------------------------------------- /admin/jquery/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery/ui.tabs.js -------------------------------------------------------------------------------- /admin/jquery_tooltip.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquery_tooltip.rar -------------------------------------------------------------------------------- /admin/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/jquerybak.js -------------------------------------------------------------------------------- /admin/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/JsonXml.js -------------------------------------------------------------------------------- /admin/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.base.js -------------------------------------------------------------------------------- /admin/js/grid.celledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.celledit.js -------------------------------------------------------------------------------- /admin/js/grid.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.common.js -------------------------------------------------------------------------------- /admin/js/grid.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.custom.js -------------------------------------------------------------------------------- /admin/js/grid.formedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.formedit.js -------------------------------------------------------------------------------- /admin/js/grid.import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.import.js -------------------------------------------------------------------------------- /admin/js/grid.inlinedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.inlinedit.js -------------------------------------------------------------------------------- /admin/js/grid.locale-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-bg.js -------------------------------------------------------------------------------- /admin/js/grid.locale-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-cs.js -------------------------------------------------------------------------------- /admin/js/grid.locale-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-de.js -------------------------------------------------------------------------------- /admin/js/grid.locale-dk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-dk.js -------------------------------------------------------------------------------- /admin/js/grid.locale-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-el.js -------------------------------------------------------------------------------- /admin/js/grid.locale-en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-en.js -------------------------------------------------------------------------------- /admin/js/grid.locale-fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-fa.js -------------------------------------------------------------------------------- /admin/js/grid.locale-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-fi.js -------------------------------------------------------------------------------- /admin/js/grid.locale-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-fr.js -------------------------------------------------------------------------------- /admin/js/grid.locale-is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-is.js -------------------------------------------------------------------------------- /admin/js/grid.locale-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-it.js -------------------------------------------------------------------------------- /admin/js/grid.locale-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-pl.js -------------------------------------------------------------------------------- /admin/js/grid.locale-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-pt.js -------------------------------------------------------------------------------- /admin/js/grid.locale-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-ru.js -------------------------------------------------------------------------------- /admin/js/grid.locale-sp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-sp.js -------------------------------------------------------------------------------- /admin/js/grid.locale-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-sv.js -------------------------------------------------------------------------------- /admin/js/grid.locale-tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.locale-tr.js -------------------------------------------------------------------------------- /admin/js/grid.postext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.postext.js -------------------------------------------------------------------------------- /admin/js/grid.subgrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.subgrid.js -------------------------------------------------------------------------------- /admin/js/grid.tbltogrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.tbltogrid.js -------------------------------------------------------------------------------- /admin/js/grid.treegrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/grid.treegrid.js -------------------------------------------------------------------------------- /admin/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/jqDnR.js -------------------------------------------------------------------------------- /admin/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/jqModal.js -------------------------------------------------------------------------------- /admin/js/jquery.fmatter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/jquery.fmatter.js -------------------------------------------------------------------------------- /admin/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/json2.js -------------------------------------------------------------------------------- /admin/js/min/json2-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/js/min/json2-min.js -------------------------------------------------------------------------------- /admin/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/left.php -------------------------------------------------------------------------------- /admin/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/libraries.php -------------------------------------------------------------------------------- /admin/libraries_back.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/libraries_back.php -------------------------------------------------------------------------------- /admin/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/menu/script.js -------------------------------------------------------------------------------- /admin/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/menu/style.css -------------------------------------------------------------------------------- /admin/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/readme.txt -------------------------------------------------------------------------------- /admin/src/css/jscal2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/css/jscal2.css -------------------------------------------------------------------------------- /admin/src/css/shadow-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/css/shadow-b.png -------------------------------------------------------------------------------- /admin/src/js/jscal2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/jscal2.js -------------------------------------------------------------------------------- /admin/src/js/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/ca.js -------------------------------------------------------------------------------- /admin/src/js/lang/cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/cn.js -------------------------------------------------------------------------------- /admin/src/js/lang/cz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/cz.js -------------------------------------------------------------------------------- /admin/src/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/de.js -------------------------------------------------------------------------------- /admin/src/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/en.js -------------------------------------------------------------------------------- /admin/src/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/es.js -------------------------------------------------------------------------------- /admin/src/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/fr.js -------------------------------------------------------------------------------- /admin/src/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/it.js -------------------------------------------------------------------------------- /admin/src/js/lang/jp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/jp.js -------------------------------------------------------------------------------- /admin/src/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/nl.js -------------------------------------------------------------------------------- /admin/src/js/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/pl.js -------------------------------------------------------------------------------- /admin/src/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/pt.js -------------------------------------------------------------------------------- /admin/src/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/ro.js -------------------------------------------------------------------------------- /admin/src/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/ru.js -------------------------------------------------------------------------------- /admin/src/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/src/js/lang/sv.js -------------------------------------------------------------------------------- /admin/themes/jqModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/themes/jqModal.css -------------------------------------------------------------------------------- /admin/themes/sand/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/themes/sand/grid.css -------------------------------------------------------------------------------- /admin/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/tmp/Thumbs.db -------------------------------------------------------------------------------- /admin/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/admin/tmp/logo.gif -------------------------------------------------------------------------------- /agg_res1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/agg_res1.php -------------------------------------------------------------------------------- /brach_checker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/brach_checker.php -------------------------------------------------------------------------------- /branches.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/branches.php -------------------------------------------------------------------------------- /cal/cal/inbox_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/inbox_search.php -------------------------------------------------------------------------------- /cal/cal/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/index.php -------------------------------------------------------------------------------- /cal/cal/src/css/jscal2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/css/jscal2.css -------------------------------------------------------------------------------- /cal/cal/src/js/jscal2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/jscal2.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/ca.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/cn.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/cz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/cz.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/de.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/en.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/es.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/fr.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/it.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/jp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/jp.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/nl.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/pl.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/pt.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/ro.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/ru.js -------------------------------------------------------------------------------- /cal/cal/src/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/cal/cal/src/js/lang/sv.js -------------------------------------------------------------------------------- /css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/1col.css -------------------------------------------------------------------------------- /css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/2col.css -------------------------------------------------------------------------------- /css/back/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/1col.css -------------------------------------------------------------------------------- /css/back/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/2col.css -------------------------------------------------------------------------------- /css/back/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/contact.css -------------------------------------------------------------------------------- /css/back/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/demo.css -------------------------------------------------------------------------------- /css/back/login_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/login_style.css -------------------------------------------------------------------------------- /css/back/main-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/main-ie6.css -------------------------------------------------------------------------------- /css/back/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/main.css -------------------------------------------------------------------------------- /css/back/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /css/back/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/reset.css -------------------------------------------------------------------------------- /css/back/screen2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/screen2.css -------------------------------------------------------------------------------- /css/back/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/back/style.css -------------------------------------------------------------------------------- /css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/contact.css -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/form.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/form.css -------------------------------------------------------------------------------- /css/login_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/login_style.css -------------------------------------------------------------------------------- /css/main-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/main-ie6.css -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/main.css -------------------------------------------------------------------------------- /css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/reset.css -------------------------------------------------------------------------------- /css/screen2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/screen2.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css/style.css -------------------------------------------------------------------------------- /css_link_file.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/css_link_file.php -------------------------------------------------------------------------------- /custom/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/avatar.jpg -------------------------------------------------------------------------------- /custom/ball_black_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_black_16.png -------------------------------------------------------------------------------- /custom/ball_blue_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_blue_16.png -------------------------------------------------------------------------------- /custom/ball_green_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_green_16.png -------------------------------------------------------------------------------- /custom/ball_grey_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_grey_16.png -------------------------------------------------------------------------------- /custom/ball_purple_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_purple_16.png -------------------------------------------------------------------------------- /custom/ball_red_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_red_16.png -------------------------------------------------------------------------------- /custom/ball_yellow_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ball_yellow_16.png -------------------------------------------------------------------------------- /custom/cufon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/cufon.js -------------------------------------------------------------------------------- /custom/excanvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/excanvas.js -------------------------------------------------------------------------------- /custom/fancybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/fancybox.css -------------------------------------------------------------------------------- /custom/ico_active_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_active_16.png -------------------------------------------------------------------------------- /custom/ico_book_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_book_48.png -------------------------------------------------------------------------------- /custom/ico_chat_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_chat_64.png -------------------------------------------------------------------------------- /custom/ico_clock_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_clock_64.png -------------------------------------------------------------------------------- /custom/ico_delete_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_delete_16.png -------------------------------------------------------------------------------- /custom/ico_edit_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_edit_16.png -------------------------------------------------------------------------------- /custom/ico_folder_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_folder_64.png -------------------------------------------------------------------------------- /custom/ico_inactive_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_inactive_16.png -------------------------------------------------------------------------------- /custom/ico_page_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_page_64.png -------------------------------------------------------------------------------- /custom/ico_picture_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_picture_64.png -------------------------------------------------------------------------------- /custom/ico_settings_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_settings_16.png -------------------------------------------------------------------------------- /custom/ico_settings_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_settings_64.png -------------------------------------------------------------------------------- /custom/ico_users_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ico_users_64.png -------------------------------------------------------------------------------- /custom/jquery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery.css -------------------------------------------------------------------------------- /custom/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery.js -------------------------------------------------------------------------------- /custom/jquery_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_002.css -------------------------------------------------------------------------------- /custom/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_002.js -------------------------------------------------------------------------------- /custom/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_003.js -------------------------------------------------------------------------------- /custom/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_004.js -------------------------------------------------------------------------------- /custom/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_005.js -------------------------------------------------------------------------------- /custom/jquery_006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_006.js -------------------------------------------------------------------------------- /custom/jquery_007.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_007.js -------------------------------------------------------------------------------- /custom/jquery_008.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_008.js -------------------------------------------------------------------------------- /custom/jquery_009.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_009.js -------------------------------------------------------------------------------- /custom/jquery_010.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_010.js -------------------------------------------------------------------------------- /custom/jquery_011.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/jquery_011.js -------------------------------------------------------------------------------- /custom/logo_earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/logo_earth.png -------------------------------------------------------------------------------- /custom/logo_earth_bw50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/logo_earth_bw50.png -------------------------------------------------------------------------------- /custom/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/reset.css -------------------------------------------------------------------------------- /custom/reset_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/reset_bak.css -------------------------------------------------------------------------------- /custom/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/screen.css -------------------------------------------------------------------------------- /custom/screen2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/screen2.css -------------------------------------------------------------------------------- /custom/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/script.js -------------------------------------------------------------------------------- /custom/thumbnail1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/thumbnail1.jpg -------------------------------------------------------------------------------- /custom/thumbnail2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/thumbnail2.jpg -------------------------------------------------------------------------------- /custom/thumbnail3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/thumbnail3.jpg -------------------------------------------------------------------------------- /custom/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/ui.css -------------------------------------------------------------------------------- /custom/visualize-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/visualize-light.css -------------------------------------------------------------------------------- /custom/visualize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/visualize.css -------------------------------------------------------------------------------- /custom/window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom/window.css -------------------------------------------------------------------------------- /custom_css/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/avatar.jpg -------------------------------------------------------------------------------- /custom_css/back/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/avatar.jpg -------------------------------------------------------------------------------- /custom_css/back/cufon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/cufon.js -------------------------------------------------------------------------------- /custom_css/back/jquery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/jquery.css -------------------------------------------------------------------------------- /custom_css/back/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/jquery.js -------------------------------------------------------------------------------- /custom_css/back/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/reset.css -------------------------------------------------------------------------------- /custom_css/back/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/screen.css -------------------------------------------------------------------------------- /custom_css/back/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/script.js -------------------------------------------------------------------------------- /custom_css/back/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/ui.css -------------------------------------------------------------------------------- /custom_css/back/window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/back/window.css -------------------------------------------------------------------------------- /custom_css/ball_red_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ball_red_16.png -------------------------------------------------------------------------------- /custom_css/cufon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/cufon.js -------------------------------------------------------------------------------- /custom_css/excanvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/excanvas.js -------------------------------------------------------------------------------- /custom_css/fancybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/fancybox.css -------------------------------------------------------------------------------- /custom_css/ico_book_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ico_book_48.png -------------------------------------------------------------------------------- /custom_css/ico_chat_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ico_chat_64.png -------------------------------------------------------------------------------- /custom_css/ico_edit_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ico_edit_16.png -------------------------------------------------------------------------------- /custom_css/ico_page_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ico_page_64.png -------------------------------------------------------------------------------- /custom_css/jquery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery.css -------------------------------------------------------------------------------- /custom_css/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery.js -------------------------------------------------------------------------------- /custom_css/jquery_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_002.css -------------------------------------------------------------------------------- /custom_css/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_002.js -------------------------------------------------------------------------------- /custom_css/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_003.js -------------------------------------------------------------------------------- /custom_css/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_004.js -------------------------------------------------------------------------------- /custom_css/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_005.js -------------------------------------------------------------------------------- /custom_css/jquery_006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_006.js -------------------------------------------------------------------------------- /custom_css/jquery_007.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_007.js -------------------------------------------------------------------------------- /custom_css/jquery_008.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_008.js -------------------------------------------------------------------------------- /custom_css/jquery_009.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_009.js -------------------------------------------------------------------------------- /custom_css/jquery_010.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_010.js -------------------------------------------------------------------------------- /custom_css/jquery_011.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/jquery_011.js -------------------------------------------------------------------------------- /custom_css/logo_earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/logo_earth.png -------------------------------------------------------------------------------- /custom_css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/reset.css -------------------------------------------------------------------------------- /custom_css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/screen.css -------------------------------------------------------------------------------- /custom_css/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/script.js -------------------------------------------------------------------------------- /custom_css/thumbnail1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/thumbnail1.jpg -------------------------------------------------------------------------------- /custom_css/thumbnail2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/thumbnail2.jpg -------------------------------------------------------------------------------- /custom_css/thumbnail3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/thumbnail3.jpg -------------------------------------------------------------------------------- /custom_css/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/ui.css -------------------------------------------------------------------------------- /custom_css/visualize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/visualize.css -------------------------------------------------------------------------------- /custom_css/window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/custom_css/window.css -------------------------------------------------------------------------------- /dashboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard.php -------------------------------------------------------------------------------- /dashboard_buttons/ntbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard_buttons/ntbg.png -------------------------------------------------------------------------------- /dashboard_icon/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard_icon/1.png -------------------------------------------------------------------------------- /dashboard_icon/Exam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard_icon/Exam.gif -------------------------------------------------------------------------------- /dashboard_icon/hostel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard_icon/hostel.png -------------------------------------------------------------------------------- /dashboard_icon/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/dashboard_icon/library.png -------------------------------------------------------------------------------- /db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/db.php -------------------------------------------------------------------------------- /design/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/Thumbs.db -------------------------------------------------------------------------------- /design/btn-create-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/btn-create-left.gif -------------------------------------------------------------------------------- /design/content-h1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/content-h1.gif -------------------------------------------------------------------------------- /design/content.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/content.gif -------------------------------------------------------------------------------- /design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/dot.gif -------------------------------------------------------------------------------- /design/ico-delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ico-delete.gif -------------------------------------------------------------------------------- /design/ico-done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ico-done.gif -------------------------------------------------------------------------------- /design/ico-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ico-info.gif -------------------------------------------------------------------------------- /design/ico-warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ico-warning.gif -------------------------------------------------------------------------------- /design/menu-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/menu-left.gif -------------------------------------------------------------------------------- /design/menu-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/menu-right.gif -------------------------------------------------------------------------------- /design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/menu.gif -------------------------------------------------------------------------------- /design/separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/separator.gif -------------------------------------------------------------------------------- /design/submenu-active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/submenu-active.gif -------------------------------------------------------------------------------- /design/submenu-sub.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/submenu-sub.gif -------------------------------------------------------------------------------- /design/switcher-1col.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/switcher-1col.gif -------------------------------------------------------------------------------- /design/switcher-2col.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/switcher-2col.gif -------------------------------------------------------------------------------- /design/tabs-l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/tabs-l.gif -------------------------------------------------------------------------------- /design/tabs-r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/tabs-r.gif -------------------------------------------------------------------------------- /design/tray-logout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/tray-logout.gif -------------------------------------------------------------------------------- /design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/tray.gif -------------------------------------------------------------------------------- /design/ul-ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ul-ul.gif -------------------------------------------------------------------------------- /design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/design/ul.gif -------------------------------------------------------------------------------- /donate-Left-red/admin/css/back/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /donate-Left-red/admin/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /donate-Left-red/db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/donate-Left-red/db.sql -------------------------------------------------------------------------------- /donate-Left-red/member/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /exam/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/close.gif -------------------------------------------------------------------------------- /exam/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/1col.css -------------------------------------------------------------------------------- /exam/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/2col.css -------------------------------------------------------------------------------- /exam/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/close.gif -------------------------------------------------------------------------------- /exam/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/contact.css -------------------------------------------------------------------------------- /exam/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/demo.css -------------------------------------------------------------------------------- /exam/css/demo_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/demo_page.css -------------------------------------------------------------------------------- /exam/css/demo_table.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/demo_table.css -------------------------------------------------------------------------------- /exam/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/greybox.css -------------------------------------------------------------------------------- /exam/css/main-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/main-ie6.css -------------------------------------------------------------------------------- /exam/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/main.css -------------------------------------------------------------------------------- /exam/css/main_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/main_bak.css -------------------------------------------------------------------------------- /exam/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /exam/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/reset.css -------------------------------------------------------------------------------- /exam/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/screen.css -------------------------------------------------------------------------------- /exam/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/style.css -------------------------------------------------------------------------------- /exam/css/style_bak.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/css/style_bak.css -------------------------------------------------------------------------------- /exam/custom_css/001_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/001_45.png -------------------------------------------------------------------------------- /exam/custom_css/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/avatar.jpg -------------------------------------------------------------------------------- /exam/custom_css/cufon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/cufon.js -------------------------------------------------------------------------------- /exam/custom_css/jquery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/jquery.css -------------------------------------------------------------------------------- /exam/custom_css/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/jquery.js -------------------------------------------------------------------------------- /exam/custom_css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/reset.css -------------------------------------------------------------------------------- /exam/custom_css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/screen.css -------------------------------------------------------------------------------- /exam/custom_css/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/script.js -------------------------------------------------------------------------------- /exam/custom_css/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/ui.css -------------------------------------------------------------------------------- /exam/custom_css/window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/custom_css/window.css -------------------------------------------------------------------------------- /exam/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/db.php -------------------------------------------------------------------------------- /exam/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/demo.php -------------------------------------------------------------------------------- /exam/design/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/Thumbs.db -------------------------------------------------------------------------------- /exam/design/content-h1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/content-h1.gif -------------------------------------------------------------------------------- /exam/design/content.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/content.gif -------------------------------------------------------------------------------- /exam/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/dot.gif -------------------------------------------------------------------------------- /exam/design/ico-delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/ico-delete.gif -------------------------------------------------------------------------------- /exam/design/ico-done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/ico-done.gif -------------------------------------------------------------------------------- /exam/design/ico-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/ico-info.gif -------------------------------------------------------------------------------- /exam/design/menu-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/menu-left.gif -------------------------------------------------------------------------------- /exam/design/menu-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/menu-right.gif -------------------------------------------------------------------------------- /exam/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/menu.gif -------------------------------------------------------------------------------- /exam/design/separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/separator.gif -------------------------------------------------------------------------------- /exam/design/tabs-l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/tabs-l.gif -------------------------------------------------------------------------------- /exam/design/tabs-r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/tabs-r.gif -------------------------------------------------------------------------------- /exam/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/tray.gif -------------------------------------------------------------------------------- /exam/design/ul-ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/ul-ul.gif -------------------------------------------------------------------------------- /exam/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/design/ul.gif -------------------------------------------------------------------------------- /exam/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/footer.php -------------------------------------------------------------------------------- /exam/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/form.js -------------------------------------------------------------------------------- /exam/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox.css -------------------------------------------------------------------------------- /exam/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox.js -------------------------------------------------------------------------------- /exam/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox.php -------------------------------------------------------------------------------- /exam/greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/AJS.js -------------------------------------------------------------------------------- /exam/greybox/AJS_fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/AJS_fx.js -------------------------------------------------------------------------------- /exam/greybox/g_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/g_close.gif -------------------------------------------------------------------------------- /exam/greybox/gb_scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/gb_scripts.js -------------------------------------------------------------------------------- /exam/greybox/gb_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/gb_styles.css -------------------------------------------------------------------------------- /exam/greybox/header_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/header_bg.gif -------------------------------------------------------------------------------- /exam/greybox/indicator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/indicator.gif -------------------------------------------------------------------------------- /exam/greybox/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/next.gif -------------------------------------------------------------------------------- /exam/greybox/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/prev.gif -------------------------------------------------------------------------------- /exam/greybox/w_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/greybox/w_close.gif -------------------------------------------------------------------------------- /exam/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/header.php -------------------------------------------------------------------------------- /exam/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/header2.php -------------------------------------------------------------------------------- /exam/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/header3.php -------------------------------------------------------------------------------- /exam/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/Thumbs.db -------------------------------------------------------------------------------- /exam/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/favicon.ico -------------------------------------------------------------------------------- /exam/images/forms/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/forms/back.png -------------------------------------------------------------------------------- /exam/images/forms/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/forms/l.gif -------------------------------------------------------------------------------- /exam/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/sort_asc.png -------------------------------------------------------------------------------- /exam/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/sort_both.png -------------------------------------------------------------------------------- /exam/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/images/sort_desc.png -------------------------------------------------------------------------------- /exam/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/img/Thumbs.db -------------------------------------------------------------------------------- /exam/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/img/close.gif -------------------------------------------------------------------------------- /exam/img/contact/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/img/contact/Thumbs.db -------------------------------------------------------------------------------- /exam/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/img/member.jpg -------------------------------------------------------------------------------- /exam/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/includes/1.php -------------------------------------------------------------------------------- /exam/includes/dashboard.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /exam/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/includes/db.php -------------------------------------------------------------------------------- /exam/includes/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/includes/demo.php -------------------------------------------------------------------------------- /exam/includes/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/includes/home.php -------------------------------------------------------------------------------- /exam/includes/red_home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/includes/red_home.php -------------------------------------------------------------------------------- /exam/includes/table/icon_reader.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /exam/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/index.php -------------------------------------------------------------------------------- /exam/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery.js -------------------------------------------------------------------------------- /exam/jquery/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/contact.js -------------------------------------------------------------------------------- /exam/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/form.js -------------------------------------------------------------------------------- /exam/jquery/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/greybox.js -------------------------------------------------------------------------------- /exam/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/jquery.js -------------------------------------------------------------------------------- /exam/jquery/switcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/switcher.js -------------------------------------------------------------------------------- /exam/jquery/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/toggle.js -------------------------------------------------------------------------------- /exam/jquery/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/ui.core.js -------------------------------------------------------------------------------- /exam/jquery/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquery/ui.tabs.js -------------------------------------------------------------------------------- /exam/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/jquerybak.js -------------------------------------------------------------------------------- /exam/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/JsonXml.js -------------------------------------------------------------------------------- /exam/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.base.js -------------------------------------------------------------------------------- /exam/js/grid.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.common.js -------------------------------------------------------------------------------- /exam/js/grid.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.custom.js -------------------------------------------------------------------------------- /exam/js/grid.import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.import.js -------------------------------------------------------------------------------- /exam/js/grid.postext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.postext.js -------------------------------------------------------------------------------- /exam/js/grid.subgrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/grid.subgrid.js -------------------------------------------------------------------------------- /exam/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/jqDnR.js -------------------------------------------------------------------------------- /exam/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/jqModal.js -------------------------------------------------------------------------------- /exam/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/js/json2.js -------------------------------------------------------------------------------- /exam/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/left.php -------------------------------------------------------------------------------- /exam/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/libraries.php -------------------------------------------------------------------------------- /exam/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/menu/script.js -------------------------------------------------------------------------------- /exam/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/menu/style.css -------------------------------------------------------------------------------- /exam/promotion_form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/promotion_form.php -------------------------------------------------------------------------------- /exam/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/readme.txt -------------------------------------------------------------------------------- /exam/src/css/jscal2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/css/jscal2.css -------------------------------------------------------------------------------- /exam/src/js/jscal2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/jscal2.js -------------------------------------------------------------------------------- /exam/src/js/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/ca.js -------------------------------------------------------------------------------- /exam/src/js/lang/cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/cn.js -------------------------------------------------------------------------------- /exam/src/js/lang/cz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/cz.js -------------------------------------------------------------------------------- /exam/src/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/de.js -------------------------------------------------------------------------------- /exam/src/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/en.js -------------------------------------------------------------------------------- /exam/src/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/es.js -------------------------------------------------------------------------------- /exam/src/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/fr.js -------------------------------------------------------------------------------- /exam/src/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/it.js -------------------------------------------------------------------------------- /exam/src/js/lang/jp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/jp.js -------------------------------------------------------------------------------- /exam/src/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/nl.js -------------------------------------------------------------------------------- /exam/src/js/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/pl.js -------------------------------------------------------------------------------- /exam/src/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/pt.js -------------------------------------------------------------------------------- /exam/src/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/ro.js -------------------------------------------------------------------------------- /exam/src/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/ru.js -------------------------------------------------------------------------------- /exam/src/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/src/js/lang/sv.js -------------------------------------------------------------------------------- /exam/themes/jqModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/themes/jqModal.css -------------------------------------------------------------------------------- /exam/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/tmp/Thumbs.db -------------------------------------------------------------------------------- /exam/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/exam/tmp/logo.gif -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/footer.php -------------------------------------------------------------------------------- /greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/AJS.js -------------------------------------------------------------------------------- /greybox/AJS_fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/AJS_fx.js -------------------------------------------------------------------------------- /greybox/g_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/g_close.gif -------------------------------------------------------------------------------- /greybox/gb_scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/gb_scripts.js -------------------------------------------------------------------------------- /greybox/gb_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/gb_styles.css -------------------------------------------------------------------------------- /greybox/header_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/header_bg.gif -------------------------------------------------------------------------------- /greybox/indicator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/indicator.gif -------------------------------------------------------------------------------- /greybox/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/next.gif -------------------------------------------------------------------------------- /greybox/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/prev.gif -------------------------------------------------------------------------------- /greybox/w_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/greybox/w_close.gif -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/header.php -------------------------------------------------------------------------------- /header_back.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/header_back.php -------------------------------------------------------------------------------- /icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/icon.gif -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/Thumbs.db -------------------------------------------------------------------------------- /images/bg_label.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/bg_label.gif -------------------------------------------------------------------------------- /images/button-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/button-bg.png -------------------------------------------------------------------------------- /images/button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/button.jpg -------------------------------------------------------------------------------- /images/button2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/button2.jpg -------------------------------------------------------------------------------- /images/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/cog.png -------------------------------------------------------------------------------- /images/forms/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/Thumbs.db -------------------------------------------------------------------------------- /images/forms/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/back.png -------------------------------------------------------------------------------- /images/forms/goback.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/goback.jpg -------------------------------------------------------------------------------- /images/forms/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/l.gif -------------------------------------------------------------------------------- /images/forms/print3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/print3.png -------------------------------------------------------------------------------- /images/forms/step_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/step_1.gif -------------------------------------------------------------------------------- /images/forms/up_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/up_img.jpg -------------------------------------------------------------------------------- /images/forms/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/forms/update.jpg -------------------------------------------------------------------------------- /images/level.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/level.gif -------------------------------------------------------------------------------- /images/login/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/login/Thumbs.db -------------------------------------------------------------------------------- /images/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/photo.jpg -------------------------------------------------------------------------------- /images/pointer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/pointer.gif -------------------------------------------------------------------------------- /images/shared/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/shared/Thumbs.db -------------------------------------------------------------------------------- /images/shared/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/shared/blank.gif -------------------------------------------------------------------------------- /images/shared/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/shared/logo.png -------------------------------------------------------------------------------- /images/table/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/images/table/Thumbs.db -------------------------------------------------------------------------------- /img/contact/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/contact/Thumbs.db -------------------------------------------------------------------------------- /img/contact/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/contact/loading.gif -------------------------------------------------------------------------------- /img/line2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/line2.JPG -------------------------------------------------------------------------------- /img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/member.jpg -------------------------------------------------------------------------------- /img/memberadd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/memberadd.jpg -------------------------------------------------------------------------------- /img/tree.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/img/tree.JPG -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/index.php -------------------------------------------------------------------------------- /jquery/boxover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/boxover.js -------------------------------------------------------------------------------- /jquery/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/contact.js -------------------------------------------------------------------------------- /jquery/jquery.jqGrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/jquery.jqGrid.js -------------------------------------------------------------------------------- /jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/jquery.js -------------------------------------------------------------------------------- /jquery/switcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/switcher.js -------------------------------------------------------------------------------- /jquery/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/toggle.js -------------------------------------------------------------------------------- /jquery/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/ui.core.js -------------------------------------------------------------------------------- /jquery/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/jquery/ui.tabs.js -------------------------------------------------------------------------------- /js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/JsonXml.js -------------------------------------------------------------------------------- /js/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/contact.js -------------------------------------------------------------------------------- /js/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/form.js -------------------------------------------------------------------------------- /js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.base.js -------------------------------------------------------------------------------- /js/grid.celledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.celledit.js -------------------------------------------------------------------------------- /js/grid.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.common.js -------------------------------------------------------------------------------- /js/grid.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.custom.js -------------------------------------------------------------------------------- /js/grid.formedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.formedit.js -------------------------------------------------------------------------------- /js/grid.import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.import.js -------------------------------------------------------------------------------- /js/grid.inlinedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.inlinedit.js -------------------------------------------------------------------------------- /js/grid.locale-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-bg.js -------------------------------------------------------------------------------- /js/grid.locale-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-cs.js -------------------------------------------------------------------------------- /js/grid.locale-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-de.js -------------------------------------------------------------------------------- /js/grid.locale-dk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-dk.js -------------------------------------------------------------------------------- /js/grid.locale-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-el.js -------------------------------------------------------------------------------- /js/grid.locale-en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-en.js -------------------------------------------------------------------------------- /js/grid.locale-fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-fa.js -------------------------------------------------------------------------------- /js/grid.locale-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-fi.js -------------------------------------------------------------------------------- /js/grid.locale-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-fr.js -------------------------------------------------------------------------------- /js/grid.locale-is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-is.js -------------------------------------------------------------------------------- /js/grid.locale-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-it.js -------------------------------------------------------------------------------- /js/grid.locale-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-pl.js -------------------------------------------------------------------------------- /js/grid.locale-pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-pt-br.js -------------------------------------------------------------------------------- /js/grid.locale-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-pt.js -------------------------------------------------------------------------------- /js/grid.locale-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-ru.js -------------------------------------------------------------------------------- /js/grid.locale-sp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-sp.js -------------------------------------------------------------------------------- /js/grid.locale-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-sv.js -------------------------------------------------------------------------------- /js/grid.locale-tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.locale-tr.js -------------------------------------------------------------------------------- /js/grid.postext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.postext.js -------------------------------------------------------------------------------- /js/grid.setcolumns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.setcolumns.js -------------------------------------------------------------------------------- /js/grid.subgrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.subgrid.js -------------------------------------------------------------------------------- /js/grid.tbltogrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.tbltogrid.js -------------------------------------------------------------------------------- /js/grid.treegrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/grid.treegrid.js -------------------------------------------------------------------------------- /js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/jqDnR.js -------------------------------------------------------------------------------- /js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/jqModal.js -------------------------------------------------------------------------------- /js/jquery.fmatter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/jquery.fmatter.js -------------------------------------------------------------------------------- /js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/jquery.js -------------------------------------------------------------------------------- /js/jquery.tablednd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/jquery.tablednd.js -------------------------------------------------------------------------------- /js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/json2.js -------------------------------------------------------------------------------- /js/min/JsonXml-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/min/JsonXml-min.js -------------------------------------------------------------------------------- /js/min/grid.base-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/min/grid.base-min.js -------------------------------------------------------------------------------- /js/min/json2-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/min/json2-min.js -------------------------------------------------------------------------------- /js/switcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/switcher.js -------------------------------------------------------------------------------- /js/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/toggle.js -------------------------------------------------------------------------------- /js/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/ui.core.js -------------------------------------------------------------------------------- /js/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/js/ui.tabs.js -------------------------------------------------------------------------------- /left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/left.php -------------------------------------------------------------------------------- /left_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/left_2.php -------------------------------------------------------------------------------- /libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/libraries.php -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login.php -------------------------------------------------------------------------------- /login/button-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login/button-bg.png -------------------------------------------------------------------------------- /login/login-page-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login/login-page-bg.jpg -------------------------------------------------------------------------------- /login/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login/login.php -------------------------------------------------------------------------------- /login_bak.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login_bak.php -------------------------------------------------------------------------------- /login_check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/login_check.php -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/logout.php -------------------------------------------------------------------------------- /media/css/demo_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/media/css/demo_page.css -------------------------------------------------------------------------------- /media/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/media/images/Thumbs.db -------------------------------------------------------------------------------- /media/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/media/js/jquery.js -------------------------------------------------------------------------------- /media/src/DataTables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/media/src/DataTables.js -------------------------------------------------------------------------------- /menu/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/menu/images/Thumbs.db -------------------------------------------------------------------------------- /menu/images/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/menu/images/arrow.gif -------------------------------------------------------------------------------- /menu/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/menu/images/header.gif -------------------------------------------------------------------------------- /menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/menu/script.js -------------------------------------------------------------------------------- /menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/menu/style.css -------------------------------------------------------------------------------- /parents/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/close.gif -------------------------------------------------------------------------------- /parents/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/1col.css -------------------------------------------------------------------------------- /parents/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/2col.css -------------------------------------------------------------------------------- /parents/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/close.gif -------------------------------------------------------------------------------- /parents/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/contact.css -------------------------------------------------------------------------------- /parents/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/demo.css -------------------------------------------------------------------------------- /parents/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/greybox.css -------------------------------------------------------------------------------- /parents/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/main.css -------------------------------------------------------------------------------- /parents/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /parents/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/reset.css -------------------------------------------------------------------------------- /parents/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/screen.css -------------------------------------------------------------------------------- /parents/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/css/style.css -------------------------------------------------------------------------------- /parents/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/db.php -------------------------------------------------------------------------------- /parents/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/demo.php -------------------------------------------------------------------------------- /parents/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/design/dot.gif -------------------------------------------------------------------------------- /parents/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/design/menu.gif -------------------------------------------------------------------------------- /parents/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/design/tray.gif -------------------------------------------------------------------------------- /parents/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/design/ul.gif -------------------------------------------------------------------------------- /parents/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/footer.php -------------------------------------------------------------------------------- /parents/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/form.js -------------------------------------------------------------------------------- /parents/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/greybox.css -------------------------------------------------------------------------------- /parents/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/greybox.js -------------------------------------------------------------------------------- /parents/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/greybox.php -------------------------------------------------------------------------------- /parents/greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/greybox/AJS.js -------------------------------------------------------------------------------- /parents/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/header.php -------------------------------------------------------------------------------- /parents/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/header2.php -------------------------------------------------------------------------------- /parents/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/header3.php -------------------------------------------------------------------------------- /parents/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/img/Thumbs.db -------------------------------------------------------------------------------- /parents/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/img/close.gif -------------------------------------------------------------------------------- /parents/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/img/member.jpg -------------------------------------------------------------------------------- /parents/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/includes/1.php -------------------------------------------------------------------------------- /parents/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/includes/db.php -------------------------------------------------------------------------------- /parents/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/index.php -------------------------------------------------------------------------------- /parents/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/jquery.js -------------------------------------------------------------------------------- /parents/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/jquery/form.js -------------------------------------------------------------------------------- /parents/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/jquerybak.js -------------------------------------------------------------------------------- /parents/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/js/JsonXml.js -------------------------------------------------------------------------------- /parents/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/js/grid.base.js -------------------------------------------------------------------------------- /parents/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/js/jqDnR.js -------------------------------------------------------------------------------- /parents/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/js/jqModal.js -------------------------------------------------------------------------------- /parents/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/js/json2.js -------------------------------------------------------------------------------- /parents/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/left.php -------------------------------------------------------------------------------- /parents/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/libraries.php -------------------------------------------------------------------------------- /parents/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/menu/script.js -------------------------------------------------------------------------------- /parents/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/menu/style.css -------------------------------------------------------------------------------- /parents/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/readme.txt -------------------------------------------------------------------------------- /parents/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/tmp/Thumbs.db -------------------------------------------------------------------------------- /parents/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/parents/tmp/logo.gif -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/readme.txt -------------------------------------------------------------------------------- /result_sheet/ID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/result_sheet/ID.php -------------------------------------------------------------------------------- /result_sheet/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/result_sheet/Thumbs.db -------------------------------------------------------------------------------- /result_sheet/_tcpdf_5.0.002/cache/test_bng.txt: -------------------------------------------------------------------------------- 1 | আই ডি নাম 2 | -------------------------------------------------------------------------------- /result_sheet/_tcpdf_5.0.002/fonts/utils/pfm2afm.exe: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /result_sheet/_tcpdf_5.0.002/fonts/utils/ttf2ufm.exe: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /result_sheet/fpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/result_sheet/fpdf.php -------------------------------------------------------------------------------- /result_sheet/num.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/result_sheet/num.php -------------------------------------------------------------------------------- /result_sheet/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/result_sheet/test.php -------------------------------------------------------------------------------- /school_findings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/school_findings.txt -------------------------------------------------------------------------------- /src/css/gold/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/gold/Thumbs.db -------------------------------------------------------------------------------- /src/css/gold/coolbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/gold/coolbg.png -------------------------------------------------------------------------------- /src/css/gold/gold.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/gold/gold.css -------------------------------------------------------------------------------- /src/css/gold/gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/gold/gold.jpg -------------------------------------------------------------------------------- /src/css/img/cool-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/img/cool-bg.png -------------------------------------------------------------------------------- /src/css/img/drop-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/img/drop-up.gif -------------------------------------------------------------------------------- /src/css/img/time-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/img/time-up.png -------------------------------------------------------------------------------- /src/css/jscal2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/jscal2.css -------------------------------------------------------------------------------- /src/css/shadow-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/shadow-b.png -------------------------------------------------------------------------------- /src/css/steel/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/steel/Thumbs.db -------------------------------------------------------------------------------- /src/css/steel/steel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/steel/steel.css -------------------------------------------------------------------------------- /src/css/steel/steel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/steel/steel.jpg -------------------------------------------------------------------------------- /src/css/win2k/win2k.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/css/win2k/win2k.css -------------------------------------------------------------------------------- /src/js/jscal2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/jscal2.js -------------------------------------------------------------------------------- /src/js/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/ca.js -------------------------------------------------------------------------------- /src/js/lang/cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/cn.js -------------------------------------------------------------------------------- /src/js/lang/cz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/cz.js -------------------------------------------------------------------------------- /src/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/de.js -------------------------------------------------------------------------------- /src/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/en.js -------------------------------------------------------------------------------- /src/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/es.js -------------------------------------------------------------------------------- /src/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/fr.js -------------------------------------------------------------------------------- /src/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/it.js -------------------------------------------------------------------------------- /src/js/lang/jp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/jp.js -------------------------------------------------------------------------------- /src/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/nl.js -------------------------------------------------------------------------------- /src/js/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/pl.js -------------------------------------------------------------------------------- /src/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/pt.js -------------------------------------------------------------------------------- /src/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/ro.js -------------------------------------------------------------------------------- /src/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/ru.js -------------------------------------------------------------------------------- /src/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/src/js/lang/sv.js -------------------------------------------------------------------------------- /std_id_print.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/std_id_print.php -------------------------------------------------------------------------------- /student/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/close.gif -------------------------------------------------------------------------------- /student/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/1col.css -------------------------------------------------------------------------------- /student/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/2col.css -------------------------------------------------------------------------------- /student/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/close.gif -------------------------------------------------------------------------------- /student/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/contact.css -------------------------------------------------------------------------------- /student/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/demo.css -------------------------------------------------------------------------------- /student/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/greybox.css -------------------------------------------------------------------------------- /student/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/main.css -------------------------------------------------------------------------------- /student/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /student/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/reset.css -------------------------------------------------------------------------------- /student/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/screen.css -------------------------------------------------------------------------------- /student/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/css/style.css -------------------------------------------------------------------------------- /student/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/db.php -------------------------------------------------------------------------------- /student/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/demo.php -------------------------------------------------------------------------------- /student/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/design/dot.gif -------------------------------------------------------------------------------- /student/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/design/menu.gif -------------------------------------------------------------------------------- /student/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/design/tray.gif -------------------------------------------------------------------------------- /student/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/design/ul.gif -------------------------------------------------------------------------------- /student/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/footer.php -------------------------------------------------------------------------------- /student/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/form.js -------------------------------------------------------------------------------- /student/graybox/GreyBox_v5_54/compressing_greybox.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/graybox/GreyBox_v5_54/compression_lib/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /student/graybox/about.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/graybox/compression_lib/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /student/graybox/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/graybox/db.php -------------------------------------------------------------------------------- /student/graybox/greybox_source/base/loader_frame.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/greybox.css -------------------------------------------------------------------------------- /student/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/greybox.js -------------------------------------------------------------------------------- /student/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/greybox.php -------------------------------------------------------------------------------- /student/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/header.php -------------------------------------------------------------------------------- /student/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/header2.php -------------------------------------------------------------------------------- /student/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/header3.php -------------------------------------------------------------------------------- /student/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/img/Thumbs.db -------------------------------------------------------------------------------- /student/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/img/close.gif -------------------------------------------------------------------------------- /student/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/img/member.jpg -------------------------------------------------------------------------------- /student/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/includes/1.php -------------------------------------------------------------------------------- /student/includes/dashboard.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/includes/db.php -------------------------------------------------------------------------------- /student/includes/result_add.php: -------------------------------------------------------------------------------- 1 | Add to j query page".$_GET['val']; 3 | ?> -------------------------------------------------------------------------------- /student/includes/student_admission_list_chng.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/includes/table/icon_reader.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/index.php -------------------------------------------------------------------------------- /student/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/jquery.js -------------------------------------------------------------------------------- /student/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/jquery/form.js -------------------------------------------------------------------------------- /student/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/jquerybak.js -------------------------------------------------------------------------------- /student/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/js/JsonXml.js -------------------------------------------------------------------------------- /student/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/js/grid.base.js -------------------------------------------------------------------------------- /student/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/js/jqDnR.js -------------------------------------------------------------------------------- /student/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/js/jqModal.js -------------------------------------------------------------------------------- /student/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/js/json2.js -------------------------------------------------------------------------------- /student/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/left.php -------------------------------------------------------------------------------- /student/left_back.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/left_back.php -------------------------------------------------------------------------------- /student/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/libraries.php -------------------------------------------------------------------------------- /student/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/menu/script.js -------------------------------------------------------------------------------- /student/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/menu/style.css -------------------------------------------------------------------------------- /student/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/readme.txt -------------------------------------------------------------------------------- /student/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/tmp/Thumbs.db -------------------------------------------------------------------------------- /student/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/student/tmp/logo.gif -------------------------------------------------------------------------------- /teacher/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/close.gif -------------------------------------------------------------------------------- /teacher/css/1col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/1col.css -------------------------------------------------------------------------------- /teacher/css/2col.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/2col.css -------------------------------------------------------------------------------- /teacher/css/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/close.gif -------------------------------------------------------------------------------- /teacher/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/contact.css -------------------------------------------------------------------------------- /teacher/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/demo.css -------------------------------------------------------------------------------- /teacher/css/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/greybox.css -------------------------------------------------------------------------------- /teacher/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/main.css -------------------------------------------------------------------------------- /teacher/css/mystyle.css: -------------------------------------------------------------------------------- 1 | /* WRITE YOUR CSS CODE HERE */ -------------------------------------------------------------------------------- /teacher/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/reset.css -------------------------------------------------------------------------------- /teacher/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/screen.css -------------------------------------------------------------------------------- /teacher/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/css/style.css -------------------------------------------------------------------------------- /teacher/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/db.php -------------------------------------------------------------------------------- /teacher/demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/demo.php -------------------------------------------------------------------------------- /teacher/design/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/design/dot.gif -------------------------------------------------------------------------------- /teacher/design/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/design/menu.gif -------------------------------------------------------------------------------- /teacher/design/tray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/design/tray.gif -------------------------------------------------------------------------------- /teacher/design/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/design/ul.gif -------------------------------------------------------------------------------- /teacher/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/footer.php -------------------------------------------------------------------------------- /teacher/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/form.js -------------------------------------------------------------------------------- /teacher/greybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/greybox.css -------------------------------------------------------------------------------- /teacher/greybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/greybox.js -------------------------------------------------------------------------------- /teacher/greybox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/greybox.php -------------------------------------------------------------------------------- /teacher/greybox/AJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/greybox/AJS.js -------------------------------------------------------------------------------- /teacher/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/header.php -------------------------------------------------------------------------------- /teacher/header2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/header2.php -------------------------------------------------------------------------------- /teacher/header3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/header3.php -------------------------------------------------------------------------------- /teacher/img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/img/Thumbs.db -------------------------------------------------------------------------------- /teacher/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/img/close.gif -------------------------------------------------------------------------------- /teacher/img/member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/img/member.jpg -------------------------------------------------------------------------------- /teacher/includes/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/includes/1.php -------------------------------------------------------------------------------- /teacher/includes/dashboard.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /teacher/includes/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/includes/db.php -------------------------------------------------------------------------------- /teacher/includes/table/icon_reader.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /teacher/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/index.php -------------------------------------------------------------------------------- /teacher/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/jquery.js -------------------------------------------------------------------------------- /teacher/jquery/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/jquery/form.js -------------------------------------------------------------------------------- /teacher/jquerybak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/jquerybak.js -------------------------------------------------------------------------------- /teacher/js/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/js/JsonXml.js -------------------------------------------------------------------------------- /teacher/js/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/js/grid.base.js -------------------------------------------------------------------------------- /teacher/js/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/js/jqDnR.js -------------------------------------------------------------------------------- /teacher/js/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/js/jqModal.js -------------------------------------------------------------------------------- /teacher/js/json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/js/json2.js -------------------------------------------------------------------------------- /teacher/left.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/left.php -------------------------------------------------------------------------------- /teacher/libraries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/libraries.php -------------------------------------------------------------------------------- /teacher/menu/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/menu/script.js -------------------------------------------------------------------------------- /teacher/menu/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/menu/style.css -------------------------------------------------------------------------------- /teacher/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/readme.txt -------------------------------------------------------------------------------- /teacher/tmp/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/tmp/Thumbs.db -------------------------------------------------------------------------------- /teacher/tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/teacher/tmp/logo.gif -------------------------------------------------------------------------------- /themes/basic/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/basic/grid.css -------------------------------------------------------------------------------- /themes/coffee/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/coffee/grid.css -------------------------------------------------------------------------------- /themes/green/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/green/grid.css -------------------------------------------------------------------------------- /themes/jqModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/jqModal.css -------------------------------------------------------------------------------- /themes/sand/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/sand/grid.css -------------------------------------------------------------------------------- /themes/steel/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/themes/steel/grid.css -------------------------------------------------------------------------------- /tmp/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamerKhokon/School-Management-System-PHP/HEAD/tmp/logo.gif -------------------------------------------------------------------------------- /upload/desktop.ini: -------------------------------------------------------------------------------- 1 | [ViewState] 2 | Mode= 3 | Vid= 4 | FolderType=Generic 5 | --------------------------------------------------------------------------------