@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | // Получаем объект категории |
61 | 61 | $objInscat = $categoryHandler->get($cid); |
62 | 62 | // Если нет такой категории |
63 | - if (!is_object($objInscat)) { |
|
63 | + if ( ! is_object($objInscat)) { |
|
64 | 64 | redirect_header('cat.php', 3, _AM_INSTRUCTION_ERR_CATNOTSELECT); |
65 | 65 | } |
66 | 66 | } |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | case 'saveinstr': |
167 | 167 | |
168 | 168 | // Проверка |
169 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
169 | + if ( ! $GLOBALS['xoopsSecurity']->check()) { |
|
170 | 170 | redirect_header('instr.php', 3, implode(',', $GLOBALS['xoopsSecurity']->getErrors())); |
171 | 171 | } |
172 | 172 | // Если мы редактируем |
@@ -197,18 +197,18 @@ discard block |
||
197 | 197 | $objInsinstr->setVar('metadescription', Request::getString('metadescription', '')); |
198 | 198 | |
199 | 199 | // Проверка категорий |
200 | - if (!$cid) { |
|
201 | - $err = true; |
|
200 | + if ( ! $cid) { |
|
201 | + $err = true; |
|
202 | 202 | $message_err .= _AM_INSTRUCTION_ERR_CAT . '<br>'; |
203 | 203 | } |
204 | 204 | // Проверка названия |
205 | - if (!$instr_title) { |
|
206 | - $err = true; |
|
205 | + if ( ! $instr_title) { |
|
206 | + $err = true; |
|
207 | 207 | $message_err .= _AM_INSTR_ERR_TITLE . '<br>'; |
208 | 208 | } |
209 | 209 | // Проверка основного текста |
210 | - if (!$instr_description) { |
|
211 | - $err = true; |
|
210 | + if ( ! $instr_description) { |
|
211 | + $err = true; |
|
212 | 212 | $message_err .= _AM_INSTR_ERR_DESCRIPTION . '<br>'; |
213 | 213 | } |
214 | 214 | |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | if ($ok) { |
314 | 314 | |
315 | 315 | // Проверка |
316 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
316 | + if ( ! $GLOBALS['xoopsSecurity']->check()) { |
|
317 | 317 | redirect_header('instr.php', 3, implode(',', $GLOBALS['xoopsSecurity']->getErrors())); |
318 | 318 | } |
319 | 319 | // Находим все страницы, пренадлежащие этой инструкции |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | $message_err = ''; |
401 | 401 | |
402 | 402 | // Проверка сессии |
403 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
403 | + if ( ! $GLOBALS['xoopsSecurity']->check()) { |
|
404 | 404 | $err = true; |
405 | 405 | $err_txt = implode(', ', $GLOBALS['xoopsSecurity']->getErrors()); |
406 | 406 | $message_err .= $err_txt . '<br>'; |
@@ -458,28 +458,28 @@ discard block |
||
458 | 458 | $objInspage->setVar('dobr', $dobr); |
459 | 459 | |
460 | 460 | // |
461 | - if (!$pageid && !$instrid) { |
|
462 | - $err = true; |
|
461 | + if ( ! $pageid && ! $instrid) { |
|
462 | + $err = true; |
|
463 | 463 | $message_err .= _AM_INSTRUCTION_ERR_INSTR . '<br>'; |
464 | 464 | } |
465 | 465 | // Проверка веса |
466 | 466 | if (0 == $weight) { |
467 | - $err = true; |
|
467 | + $err = true; |
|
468 | 468 | $message_err .= _AM_INSTRUCTION_ERR_WEIGHT . '<br>'; |
469 | 469 | } |
470 | 470 | // Проверка родительской страницы |
471 | 471 | if ($pageid && ($pageid == $pid)) { |
472 | - $err = true; |
|
472 | + $err = true; |
|
473 | 473 | $message_err .= _AM_INSTRUCTION_ERR_PPAGE . '<br>'; |
474 | 474 | } |
475 | 475 | // Проверка названия |
476 | - if (!$page_title) { |
|
477 | - $err = true; |
|
476 | + if ( ! $page_title) { |
|
477 | + $err = true; |
|
478 | 478 | $message_err .= _AM_INSTR_ERR_TITLE . '<br>'; |
479 | 479 | } |
480 | 480 | // Проверка основного текста |
481 | - if (!$page_hometext) { |
|
482 | - $err = true; |
|
481 | + if ( ! $page_hometext) { |
|
482 | + $err = true; |
|
483 | 483 | $message_err .= _AM_INSTR_ERR_HOMETEXT . '<br>'; |
484 | 484 | } |
485 | 485 | |
@@ -547,7 +547,7 @@ discard block |
||
547 | 547 | if ($ok) { |
548 | 548 | |
549 | 549 | // Проверка |
550 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
550 | + if ( ! $GLOBALS['xoopsSecurity']->check()) { |
|
551 | 551 | redirect_header('instr.php', 3, implode(',', $GLOBALS['xoopsSecurity']->getErrors())); |
552 | 552 | } |
553 | 553 | // ID инструкции |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | |
42 | 42 | // Права на просмотр инструкции |
43 | 43 | $categories = Xoopsmodules\instruction\Utility::getItemIds(); |
44 | -if (!in_array($objInsinstr->getVar('cid'), $categories)) { |
|
44 | +if ( ! in_array($objInsinstr->getVar('cid'), $categories)) { |
|
45 | 45 | redirect_header(XOOPS_URL . '/modules/' . $moduleDirName . '/', 3, _NOPERM); |
46 | 46 | exit(); |
47 | 47 | } |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | . $moduleDirName |
63 | 63 | . '/admin/instr.php?op=editinstr&instrid=' |
64 | 64 | . $instrid |
65 | - . '"><img style="width:16px;" src="'. $pathIcon16 . '/edit.png" alt=' |
|
65 | + . '"><img style="width:16px;" src="' . $pathIcon16 . '/edit.png" alt=' |
|
66 | 66 | . _EDIT |
67 | 67 | . ' title=' |
68 | 68 | . _EDIT |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | . $moduleDirName |
73 | 73 | . '/admin/instr.php?op=delinstr&instrid=' |
74 | 74 | . $instrid |
75 | - . '"><img style="width:16px;" src="'. $pathIcon16 . '/delete.png" alt=' |
|
75 | + . '"><img style="width:16px;" src="' . $pathIcon16 . '/delete.png" alt=' |
|
76 | 76 | . _DELETE |
77 | 77 | . ' title=' |
78 | 78 | . _DELETE |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | */ |
33 | 33 | public function _makePagesAdminOptions($key, &$ret, $prefix_orig, $objInsinstr, $class = 'odd', $prefix_curr = '') |
34 | 34 | { |
35 | - $pathIcon16 = \Xmf\Module\Admin::iconUrl('', 16); |
|
35 | + $pathIcon16 = \Xmf\Module\Admin::iconUrl('', 16); |
|
36 | 36 | if ($key > 0) { |
37 | 37 | |
38 | 38 | // |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | // Действие - удаление |
60 | 60 | $act_del = ($num_childs > 0) ? '<img src="../assets/images/icons/16/application_key.png" alt="' . _AM_INSTR_NODELPAGE . '" title="' . _AM_INSTR_NODELPAGE . '" />' : '<a href="instr.php?op=delpage&pageid=' |
61 | 61 | . $pageid |
62 | - . '"><img src="'. $pathIcon16 . '/delete.png" alt="' |
|
62 | + . '"><img src="' . $pathIcon16 . '/delete.png" alt="' |
|
63 | 63 | . _AM_INSTRUCTION_DEL |
64 | 64 | . '" title="' |
65 | 65 | . _AM_INSTRUCTION_DEL |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | // Просмотре без кэша |
78 | 78 | $ret .= ' <a href="' . XOOPS_URL . '/modules/' . INST_DIRNAME . '/page.php?id=' . $pageid . '&nocache=1"><img src="../assets/images/icons/16/database_black.png" alt="' . _AM_INSTR_DISPLAY_NOCACHE . '" title="' . _AM_INSTR_DISPLAY_NOCACHE . '" /></a> '; |
79 | 79 | // Добавить подстраницу |
80 | - $ret .= ' <a href="instr.php?op=editpage&instrid=' . $instrid . '&pid=' . $pageid . '"><img src="'. $pathIcon16 . '/add.png" alt="' . _AM_INSTRUCTION_ADDSUBPAGE . '" title="' . _AM_INSTRUCTION_ADDSUBPAGE . '" /></a> '; |
|
80 | + $ret .= ' <a href="instr.php?op=editpage&instrid=' . $instrid . '&pid=' . $pageid . '"><img src="' . $pathIcon16 . '/add.png" alt="' . _AM_INSTRUCTION_ADDSUBPAGE . '" title="' . _AM_INSTRUCTION_ADDSUBPAGE . '" /></a> '; |
|
81 | 81 | |
82 | 82 | if ($pagestatus) { |
83 | 83 | $ret .= ' <img src="../assets/images/icons/16/lock.png" alt="' . _AM_INSTRUCTION_LOCK . '" title="' . _AM_INSTRUCTION_LOCK . '"> '; |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | $ret .= ' <img src="../assets/images/icons/16/lock_open.png" alt="' . _AM_INSTRUCTION_UNLOCK . '" title="' . _AM_INSTRUCTION_UNLOCK . '"> '; |
86 | 86 | } |
87 | 87 | |
88 | - $ret .= ' <a href="instr.php?op=editpage&pageid=' . $pageid . '"><img src="'. $pathIcon16 . '/edit.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> ' . $act_del . ' |
|
88 | + $ret .= ' <a href="instr.php?op=editpage&pageid=' . $pageid . '"><img src="' . $pathIcon16 . '/edit.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> ' . $act_del . ' |
|
89 | 89 | </td> |
90 | 90 | </tr>'; |
91 | 91 | |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | $prefix_curr .= $prefix_orig; |
94 | 94 | } |
95 | 95 | |
96 | - if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) { |
|
96 | + if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) { |
|
97 | 97 | foreach ($this->tree[$key]['child'] as $childkey) { |
98 | 98 | $this->_makePagesAdminOptions($childkey, $ret, $prefix_orig, $objInsinstr, $class, $prefix_curr); |
99 | 99 | } |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | $this->_makePagesAdminOptions($key, $ret, $prefix, $objInsinstr); |
124 | 124 | |
125 | 125 | $ret .= '<tr class="foot"> |
126 | - <td><a href="instr.php?op=editpage&instrid=' . $objInsinstr->getVar('instrid') . '"><img src="'. $pathIcon16 . '/add.png" alt="' . _AM_INSTRUCTION_ADDPAGE . '" title="' . _AM_INSTRUCTION_ADDPAGE . '"></a></td> |
|
126 | + <td><a href="instr.php?op=editpage&instrid=' . $objInsinstr->getVar('instrid') . '"><img src="' . $pathIcon16 . '/add.png" alt="' . _AM_INSTRUCTION_ADDPAGE . '" title="' . _AM_INSTRUCTION_ADDPAGE . '"></a></td> |
|
127 | 127 | <td colspan="2"> |
128 | 128 | <input type="hidden" name="instrid" value="' . $objInsinstr->getVar('instrid') . '" /> |
129 | 129 | <input type="hidden" name="op" value="updpage" /> |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | */ |
151 | 151 | public function _makeCatsAdminOptions($key, &$ret, $prefix_orig, $cidinstrids = [], &$class = 'odd', $prefix_curr = '') |
152 | 152 | { |
153 | - $pathIcon16 = \Xmf\Module\Admin::iconUrl('', 16); |
|
153 | + $pathIcon16 = \Xmf\Module\Admin::iconUrl('', 16); |
|
154 | 154 | if ($key > 0) { |
155 | 155 | |
156 | 156 | // |
@@ -173,15 +173,15 @@ discard block |
||
173 | 173 | $num_instrs = isset($cidinstrids[$catid]) ? $cidinstrids[$catid] : 0; |
174 | 174 | |
175 | 175 | // Действие - удаление |
176 | - $act_del = (($num_instrs > 0) || ($num_childs > 0)) ? '<img src="'. $pathIcon16 . '/delete.png" alt="' . _AM_INSTR_NODELCAT . '" title="' . _AM_INSTR_NODELCAT . '" />' : '<a href="cat.php?op=delcat&cid=' |
|
176 | + $act_del = (($num_instrs > 0) || ($num_childs > 0)) ? '<img src="' . $pathIcon16 . '/delete.png" alt="' . _AM_INSTR_NODELCAT . '" title="' . _AM_INSTR_NODELCAT . '" />' : '<a href="cat.php?op=delcat&cid=' |
|
177 | 177 | . $catid |
178 | - . '"><img src="'. $pathIcon16 . '/delete.png" alt="' |
|
178 | + . '"><img src="' . $pathIcon16 . '/delete.png" alt="' |
|
179 | 179 | . _AM_INSTRUCTION_DEL |
180 | 180 | . '" title="' |
181 | 181 | . _AM_INSTRUCTION_DEL |
182 | 182 | . '" /></a>'; |
183 | 183 | // Действие - просмотр |
184 | - $act_view = ($num_instrs > 0) ? '<a href="instr.php?cid=' . $catid . '"><img src="'. $pathIcon16 . '/view.png" alt="' . _AM_INSTR_VIEWINSTR . '" title="' . _AM_INSTR_VIEWINSTR . '" /></a>' : '<img src="../assets/images/icons/16/document_protect.png" alt="' |
|
184 | + $act_view = ($num_instrs > 0) ? '<a href="instr.php?cid=' . $catid . '"><img src="' . $pathIcon16 . '/view.png" alt="' . _AM_INSTR_VIEWINSTR . '" title="' . _AM_INSTR_VIEWINSTR . '" /></a>' : '<img src="../assets/images/icons/16/document_protect.png" alt="' |
|
185 | 185 | . _AM_INSTR_NOVIEWINSTR |
186 | 186 | . '" title="' |
187 | 187 | . _AM_INSTR_NOVIEWINSTR |
@@ -193,7 +193,7 @@ discard block |
||
193 | 193 | <td align="center" width="100">' . $num_instrs . '</td> |
194 | 194 | <td align="center" width="150"> |
195 | 195 | ' . $act_view . ' |
196 | - <a href="cat.php?op=editcat&cid=' . $catid . '"><img src="'. $pathIcon16 . '/edit.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> |
|
196 | + <a href="cat.php?op=editcat&cid=' . $catid . '"><img src="' . $pathIcon16 . '/edit.png" alt="' . _AM_INSTRUCTION_EDIT . '" title="' . _AM_INSTRUCTION_EDIT . '"></a> |
|
197 | 197 | ' . $act_del . ' |
198 | 198 | </td> |
199 | 199 | </tr>'; |
@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | $prefix_curr .= $prefix_orig; |
203 | 203 | } |
204 | 204 | |
205 | - if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) { |
|
205 | + if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) { |
|
206 | 206 | foreach ($this->tree[$key]['child'] as $childkey) { |
207 | 207 | $this->_makeCatsAdminOptions($childkey, $ret, $prefix_orig, $cidinstrids, $class, $prefix_curr); |
208 | 208 | } |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | } |
333 | 333 | |
334 | 334 | // Рекурсия |
335 | - if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) { |
|
335 | + if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) { |
|
336 | 336 | foreach ($this->tree[$key]['child'] as $childkey) { |
337 | 337 | $this->_makePagesUserTree($childkey, $ret, $currpageid, $lastpageids, $level); |
338 | 338 | } |
@@ -401,7 +401,7 @@ discard block |
||
401 | 401 | } |
402 | 402 | |
403 | 403 | // Рекурсия |
404 | - if (isset($this->tree[$key]['child']) && !empty($this->tree[$key]['child'])) { |
|
404 | + if (isset($this->tree[$key]['child']) && ! empty($this->tree[$key]['child'])) { |
|
405 | 405 | foreach ($this->tree[$key]['child'] as $childkey) { |
406 | 406 | $this->_makePagesUserCalc($childkey, $currpageid, $prevpages, $nextpages, $lastpageids, $level); |
407 | 407 | } |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | |
60 | 60 | // Права на просмотр инструкции |
61 | 61 | $categories = Xoopsmodules\instruction\Utility::getItemIds(); |
62 | -if (!in_array($objInsinstr->getVar('cid'), $categories)) { |
|
62 | +if ( ! in_array($objInsinstr->getVar('cid'), $categories)) { |
|
63 | 63 | redirect_header(XOOPS_URL . '/modules/' . $moduleDirName . '/', 3, _NOPERM); |
64 | 64 | exit(); |
65 | 65 | } |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | . $moduleDirName |
96 | 96 | . '/admin/instr.php?op=editpage&pageid=' |
97 | 97 | . $pages['pageid'] |
98 | - . '"><img style="width:16px;" src="'. $pathIcon16 . '/edit.png" alt=' |
|
98 | + . '"><img style="width:16px;" src="' . $pathIcon16 . '/edit.png" alt=' |
|
99 | 99 | . _EDIT |
100 | 100 | . ' title=' |
101 | 101 | . _EDIT |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | . $moduleDirName |
106 | 106 | . '/admin/instr.php?op=delpage&pageid=' |
107 | 107 | . $pages['pageid'] |
108 | - . '"><img style="width:16px;" src="'. $pathIcon16 . '/delete.png" alt=' |
|
108 | + . '"><img style="width:16px;" src="' . $pathIcon16 . '/delete.png" alt=' |
|
109 | 109 | . _DELETE |
110 | 110 | . ' title=' |
111 | 111 | . _DELETE |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | $pages['adminlink'] = ' '; |
115 | 115 | // Если можно редактировать |
116 | 116 | if ($gpermHandler->checkRight($moduleDirName . '_edit', $objInsinstr->getVar('cid'), $groups, $GLOBALS['xoopsModule']->getVar('mid'))) { |
117 | - $pages['adminlink'] .= '<a href="' . XOOPS_URL . '/modules/' . $moduleDirName . '/submit.php?op=editpage&pageid=' . $pages['pageid'] . '"><img style="width:16px;" src="'. $pathIcon16 . '/edit.png" alt=' . _EDIT . ' title=' . _EDIT . '></a>'; |
|
117 | + $pages['adminlink'] .= '<a href="' . XOOPS_URL . '/modules/' . $moduleDirName . '/submit.php?op=editpage&pageid=' . $pages['pageid'] . '"><img style="width:16px;" src="' . $pathIcon16 . '/edit.png" alt=' . _EDIT . ' title=' . _EDIT . '></a>'; |
|
118 | 118 | } |
119 | 119 | |
120 | 120 | $pages['adminlink'] .= ' '; |