hp
lt; div gt;
lt; h3 gt; Пошук lt;/h3 gt;
lt; div gt;
lt; select gt;
lt; option value= 1 gt; по імені вчителя lt;/option gt;
lt; option value= 2 gt; по імені учня lt;/option gt;
lt; option value= 3 gt; успеваемтось потоку за рік lt;/option gt;
lt;/select gt;
lt; input gt;
lt; input type= text gt;
lt;/div gt;
lt;/div gt;
Файл: subject.php
lt; div gt;
lt; h3 gt; Предмети lt;/h3 gt;
lt; table id= table gt;
lt; thead gt;
lt; tr gt;
lt; th gt; Предмети lt;/th gt;
lt; th width= 196 gt; Дії lt;/th gt;
lt;/tr gt;
lt;/thead gt;
lt; tbody id= subjects_cont gt;
lt;? php foreach ($ this- gt; subjects as $ subject= gt; $ subject_name):? gt;
lt; tr gt;
lt; td gt;
lt; td width= 200 gt;
lt; button id= edit type= button gt;
lt;/td gt;
lt;/tr gt;
lt;? php endforeach; ? gt;
lt;/tbody gt;
lt;/table gt;
lt; input gt;
lt;! - MODAL ADD/EDIT TEACHER - gt;
lt; div gt;
lt; div gt;
lt; div gt;
lt; div gt;
lt; button type= button gt;
lt; h4 gt;
lt;/div gt;
lt; div gt;
lt; form role= form gt;
lt; div gt;
lt; label for= exampleInput gt; Назва предмета lt;/label gt;
lt; input id= subject type= text name= name gt;
lt; input id= subjectid type= hidden name= id gt;
lt;/div gt;
lt;/form gt;
lt;/div gt;
lt; div gt;
lt; button type= button gt;
lt; button id= send_subject type= button gt;
lt;/div gt;
lt;/div gt;
lt;! - /.modal-content - gt;
lt;/div gt;
lt;! - /.modal-dialog - gt;
lt;/div gt;
lt;! - /.modal - gt;
lt;/div gt;
lt; script gt; edit_subject ($ this)
{
$(laquo;#subjectidraquo;).val($($this).parent().parent()ildren(laquo;.subjraquo;)tr(laquo;idraquo;));
$(laquo;#subjectraquo;).val($($this).parent().parent()ildren(laquo;.subjraquo;).text());
} send_change () {
$ id=$ ( # subjectid ). val ();
$ name=$ ( # subject ). val ();
$. post ( lt;?=URL. ajax_admin/save_subject laquo ;;? gt; raquo ;, { id raquo ;: $ id, name raquo ;: $ name} , function (data) {($ ( # subjectid ). val ()!=- 1)
{
$ ( # + $ ( # subjectid ). val ()). text ($ ( # subject ). val ());
} else if ($ .isNumeric (data)) {
$ ( # subjects_cont ). append ($ (
' lt; tr gt; lt; td gt;
}
});
$ ( # editSubject ). click ();
} clean_form () {
$ ( # subjectid ). val (- 1);
$ ( # subject ). val ( );
}
$ (document) .ready (function () {
$ ( # table ). tablesorter ({: {
: {: false
}
}
});
}
);
lt;/script gt;
Файл: study.php
lt; div gt;
lt; input gt;
lt;/div gt;
Файл: teacher...