-
- 0) {
- $defaul_tv = 'adv.line';
- $show_form_mode = 'adv.line';
- $defaul_btn = strtok($defaul_btn, '@');
- $defaul_advline = strtok('@');
- }
- if ($line_id == 0) {
- $show_form_mode = 'line';
- }
- if (stripos($defaul_btn, '!') >0) {
- $defaul_btn = strtok($defaul_btn, '!');
- $defaul_tv = 'silent';
- $def_silent = 'checked';
- }
- if ($defaul_tv == "feature") {
- $defaul_ftr = $defaul_opt[0];
- $defaul_fcod = (empty($defaul_opt[1])) ? '': $defaul_opt[1];
-// print_r($defaul_fcod);
- }
-
- foreach ($defaul_opt as $data_i) {
- if (strpos($data_i, '@')>0) {
- $test_btn = strtok($data_i, '@');
- $def_hint = 'checked';
- $defaul_btn = $data_i;
- $def_hint_btn = $data_i;
- if ($test_btn == $defaul_opt[0]) {
- foreach ($lines_list as $data) {
- if ($data['id']==$test_btn) {
- $show_form_mode = 'line';
- $defaul_tv = 'monitor';
- $defaul_btn = $test_btn;
- break;
- }
- }
- }
- }
- }
-// print_r($def_hint_btn);
-// print_r($defaul_opt);
-
- echo '';
- echo '
-
- ';
- }
-
- ?>
-
-
-
-
-