| 48 |
|
|
| 49 |
function section_setting(f) |
function section_setting(f) |
| 50 |
{ |
{ |
| 51 |
instance.post('section_setting_service.php', { |
instance.post('section_service_setting.php', { |
| 52 |
sid: <?= $result_set["data"]["sid"]; ?>, |
sid: <?= $result_set["data"]["sid"]; ?>, |
| 53 |
sname: f.sname.value, |
sname: f.sname.value, |
| 54 |
title: f.title.value, |
title: f.title.value, |
| 98 |
|
|
| 99 |
function ex_dir_op(f, op) |
function ex_dir_op(f, op) |
| 100 |
{ |
{ |
| 101 |
instance.post('ex_dir_service.php', { |
instance.post('section_service_dir.php', { |
| 102 |
sid: <?= $result_set["data"]["sid"]; ?>, |
sid: <?= $result_set["data"]["sid"]; ?>, |
| 103 |
current_dir: f.current_dir.value, |
current_dir: f.current_dir.value, |
| 104 |
dir: f.dir.value, |
dir: f.dir.value, |
| 143 |
|
|
| 144 |
function master_op(f, op, username) |
function master_op(f, op, username) |
| 145 |
{ |
{ |
| 146 |
instance.post('section_master_service.php', { |
instance.post('section_service_master.php', { |
| 147 |
sid: <?= $result_set["data"]["sid"]; ?>, |
sid: <?= $result_set["data"]["sid"]; ?>, |
| 148 |
op: op, |
op: op, |
| 149 |
username: (username != null ? username : f.master_username.value), |
username: (username != null ? username : f.master_username.value), |