diff --git a/#**scratch**# b/#**scratch**# new file mode 100644 index 0000000..7f52490 --- /dev/null +++ b/#**scratch**# @@ -0,0 +1,28 @@ + function mark(id, title, marks) { + + try { + + $('
').dialog({ + modal: true, + title: 'Mark submission', + buttons: { + 'Submit': function() { + $('#submit-form').submit(); + $(this).dialog('close'); + }, + 'Cancel': function() { + $(this).dialog('close'); + } + + } + }); + + } catch (e) { + alert(e); + } + } + \ No newline at end of file diff --git a/.#**scratch** b/.#**scratch** new file mode 120000 index 0000000..66d8b5f --- /dev/null +++ b/.#**scratch** @@ -0,0 +1 @@ +root@lenovo-xiaoxin-2019.49005:1690466109 \ No newline at end of file diff --git a/Footer.php b/Footer.php index de442d2..9dd24d1 100644 --- a/Footer.php +++ b/Footer.php @@ -1,4 +1,2 @@