@@ -24,5 +24,5 @@ |
||
24 | 24 | // along with this program; if not, write to the Free Software // |
25 | 25 | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // |
26 | 26 | // ------------------------------------------------------------------------ // |
27 | -include __DIR__ . '/../../mainfile.php'; |
|
28 | -include XOOPS_ROOT_PATH . '/include/comment_reply.php'; |
|
27 | +include __DIR__.'/../../mainfile.php'; |
|
28 | +include XOOPS_ROOT_PATH.'/include/comment_reply.php'; |
@@ -1,10 +1,10 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once __DIR__ . '/../../../include/cp_header.php'; |
|
4 | -include __DIR__ . '/../../../class/xoopsformloader.php'; |
|
5 | -include_once __DIR__ . '/admin_header.php'; |
|
6 | -include_once __DIR__ . '/../class/utilities.php'; |
|
7 | -include_once __DIR__ . '/../include/constantes.php'; |
|
3 | +include_once __DIR__.'/../../../include/cp_header.php'; |
|
4 | +include __DIR__.'/../../../class/xoopsformloader.php'; |
|
5 | +include_once __DIR__.'/admin_header.php'; |
|
6 | +include_once __DIR__.'/../class/utilities.php'; |
|
7 | +include_once __DIR__.'/../include/constantes.php'; |
|
8 | 8 | |
9 | 9 | $gepeto = array_merge($_GET, $_POST); |
10 | 10 | while (list($k, $v) = each($gepeto)) { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | $form->addElement(new XoopsFormText(_AM_EXTCAL_WEIGHT, 'cat_weight', 30, 5, 0), false); |
62 | 62 | $form->addElement(new XoopsFormColorPicker(_AM_EXTCAL_COLOR, 'cat_color', '#FF0000')); |
63 | 63 | |
64 | - $file_path = __DIR__ . '/../assets/css/images'; |
|
64 | + $file_path = __DIR__.'/../assets/css/images'; |
|
65 | 65 | $tf = XoopsLists::getImgListAsArray($file_path); |
66 | 66 | array_unshift($tf, _MD_EXTCAL_NONE); |
67 | 67 | //$xfIcones = new XoopsFormSelect(_AM_EXTCAL_ICONE, "cat_icone", $cat->getVar('cat_icone'), ''); |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | |
74 | 74 | $form->display(); |
75 | 75 | |
76 | - include_once __DIR__ . '/admin_footer.php'; |
|
76 | + include_once __DIR__.'/admin_footer.php'; |
|
77 | 77 | break; |
78 | 78 | |
79 | 79 | case 'edit': |
@@ -86,15 +86,15 @@ discard block |
||
86 | 86 | $cat = $catHandler->getCat($cat_id, true); |
87 | 87 | } |
88 | 88 | |
89 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _AM_EXTCAL_EDIT_CATEGORY . '</legend>'; |
|
89 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">'._AM_EXTCAL_EDIT_CATEGORY.'</legend>'; |
|
90 | 90 | |
91 | 91 | $form = new XoopsThemeForm(_AM_EXTCAL_ADD_CATEGORY, 'add_cat', 'cat.php?op=enreg', 'post', true); |
92 | 92 | $form->addElement(new XoopsFormText(_AM_EXTCAL_NAME, 'cat_name', 30, 255, $cat->getVar('cat_name')), true); |
93 | 93 | $form->addElement(new XoopsFormDhtmlTextArea(_AM_EXTCAL_DESCRIPTION, 'cat_desc', $cat->getVar('cat_desc')), false); |
94 | 94 | $form->addElement(new XoopsFormText(_AM_EXTCAL_WEIGHT, 'cat_weight', 30, 5, $cat->getVar('cat_weight')), false); |
95 | - $form->addElement(new XoopsFormColorPicker(_AM_EXTCAL_COLOR, 'cat_color', '#' . $cat->getVar('cat_color'))); |
|
95 | + $form->addElement(new XoopsFormColorPicker(_AM_EXTCAL_COLOR, 'cat_color', '#'.$cat->getVar('cat_color'))); |
|
96 | 96 | |
97 | - $file_path = __DIR__ . '/../assets/css/images'; |
|
97 | + $file_path = __DIR__.'/../assets/css/images'; |
|
98 | 98 | $tf = XoopsLists::getImgListAsArray($file_path); |
99 | 99 | array_unshift($tf, _MD_EXTCAL_NONE); |
100 | 100 | $xfIcones = new XoopsFormSelect(_AM_EXTCAL_ICONE, 'cat_icone', $cat->getVar('cat_icone'), ''); |
@@ -250,6 +250,6 @@ discard block |
||
250 | 250 | //$xoopsTpl->assign("module_dirname", $xoopsModule->getVar("dirname") ); |
251 | 251 | |
252 | 252 | $xoopsTpl->display('db:admin/extcal_admin_cat_list.tpl'); |
253 | - include_once __DIR__ . '/admin_footer.php'; |
|
253 | + include_once __DIR__.'/admin_footer.php'; |
|
254 | 254 | break; |
255 | 255 | } |
@@ -5,8 +5,8 @@ discard block |
||
5 | 5 | $step = $_POST['step']; |
6 | 6 | } |
7 | 7 | |
8 | -include_once __DIR__ . '/../../../include/cp_header.php'; |
|
9 | -include __DIR__ . '/function.php'; |
|
8 | +include_once __DIR__.'/../../../include/cp_header.php'; |
|
9 | +include __DIR__.'/function.php'; |
|
10 | 10 | |
11 | 11 | // Change this variable if you use a cloned version of eXtGallery |
12 | 12 | $localModuleDir = 'extcal'; |
@@ -16,9 +16,9 @@ discard block |
||
16 | 16 | $downloadServer = 'http://downloads.sourceforge.net/zoullou/'; |
17 | 17 | |
18 | 18 | $lastVersion = @file_get_contents($versionFile); |
19 | -$lastVersionString = substr($lastVersion, 0, 1) . '.' . substr($lastVersion, 1, 1) . '.' . substr($lastVersion, 2, 1); |
|
20 | -$moduleFileName = $moduleName . '-' . $lastVersionString . '.tar.gz'; |
|
21 | -$langFileName = $moduleName . '-lang-' . $lastVersionString . '_' . $xoopsConfig['language'] . '.tar.gz'; |
|
19 | +$lastVersionString = substr($lastVersion, 0, 1).'.'.substr($lastVersion, 1, 1).'.'.substr($lastVersion, 2, 1); |
|
20 | +$moduleFileName = $moduleName.'-'.$lastVersionString.'.tar.gz'; |
|
21 | +$langFileName = $moduleName.'-lang-'.$lastVersionString.'_'.$xoopsConfig['language'].'.tar.gz'; |
|
22 | 22 | |
23 | 23 | switch ($step) { |
24 | 24 | case 'download': |
@@ -30,12 +30,12 @@ discard block |
||
30 | 30 | break; |
31 | 31 | } |
32 | 32 | |
33 | - if (!$handle = @fopen($downloadServer . $moduleFileName, 'r')) { |
|
33 | + if (!$handle = @fopen($downloadServer.$moduleFileName, 'r')) { |
|
34 | 34 | printf(_AM_EXTCAL_MD_FILE_DONT_EXIST, $downloadServer, $moduleFileName); |
35 | 35 | xoops_cp_footer(); |
36 | 36 | break; |
37 | 37 | } |
38 | - $localHandle = @fopen(XOOPS_ROOT_PATH . '/uploads/' . $moduleFileName, 'w+'); |
|
38 | + $localHandle = @fopen(XOOPS_ROOT_PATH.'/uploads/'.$moduleFileName, 'w+'); |
|
39 | 39 | |
40 | 40 | // Downlad module archive |
41 | 41 | if ($handle) { |
@@ -49,10 +49,10 @@ discard block |
||
49 | 49 | |
50 | 50 | // English file are included on module package |
51 | 51 | if ($xoopsConfig['language'] !== 'english') { |
52 | - if (!$handle = @fopen($downloadServer . $langFileName, 'r')) { |
|
52 | + if (!$handle = @fopen($downloadServer.$langFileName, 'r')) { |
|
53 | 53 | printf(_AM_EXTCAL_LG_FILE_DONT_EXIST, $downloadServer, $langFileName); |
54 | 54 | } else { |
55 | - $localHandle = @fopen(XOOPS_ROOT_PATH . '/uploads/' . $langFileName, 'w+'); |
|
55 | + $localHandle = @fopen(XOOPS_ROOT_PATH.'/uploads/'.$langFileName, 'w+'); |
|
56 | 56 | // Download language archive |
57 | 57 | if ($handle) { |
58 | 58 | while (!feof($handle)) { |
@@ -75,35 +75,35 @@ discard block |
||
75 | 75 | xoops_cp_header(); |
76 | 76 | adminMenu(); |
77 | 77 | |
78 | - if (!file_exists(XOOPS_ROOT_PATH . '/uploads/' . $moduleFileName)) { |
|
78 | + if (!file_exists(XOOPS_ROOT_PATH.'/uploads/'.$moduleFileName)) { |
|
79 | 79 | echo _AM_EXTCAL_MD_FILE_DONT_EXIST_SHORT; |
80 | 80 | xoops_cp_footer(); |
81 | 81 | |
82 | 82 | break; |
83 | 83 | } |
84 | 84 | |
85 | - $gPcltarLibDir = XOOPS_ROOT_PATH . '/modules/' . $localModuleDir . '/class'; |
|
86 | - include __DIR__ . '/../class/pcltar.lib.php'; |
|
85 | + $gPcltarLibDir = XOOPS_ROOT_PATH.'/modules/'.$localModuleDir.'/class'; |
|
86 | + include __DIR__.'/../class/pcltar.lib.php'; |
|
87 | 87 | |
88 | 88 | //TrOn(5); |
89 | 89 | |
90 | 90 | // Extract module files |
91 | - PclTarExtract(XOOPS_ROOT_PATH . '/uploads/' . $moduleFileName, XOOPS_ROOT_PATH . '/modules/' . $localModuleDir . '/', 'modules/' . $moduleName . '/'); |
|
91 | + PclTarExtract(XOOPS_ROOT_PATH.'/uploads/'.$moduleFileName, XOOPS_ROOT_PATH.'/modules/'.$localModuleDir.'/', 'modules/'.$moduleName.'/'); |
|
92 | 92 | // Delete downloaded module's files |
93 | - unlink(XOOPS_ROOT_PATH . '/uploads/' . $moduleFileName); |
|
93 | + unlink(XOOPS_ROOT_PATH.'/uploads/'.$moduleFileName); |
|
94 | 94 | |
95 | - if (file_exists(XOOPS_ROOT_PATH . '/uploads/' . $langFileName)) { |
|
95 | + if (file_exists(XOOPS_ROOT_PATH.'/uploads/'.$langFileName)) { |
|
96 | 96 | // Extract language files |
97 | - PclTarExtract(XOOPS_ROOT_PATH . '/uploads/' . $langFileName, XOOPS_ROOT_PATH . '/modules/' . $localModuleDir . '/', 'modules/' . $moduleName . '/'); |
|
97 | + PclTarExtract(XOOPS_ROOT_PATH.'/uploads/'.$langFileName, XOOPS_ROOT_PATH.'/modules/'.$localModuleDir.'/', 'modules/'.$moduleName.'/'); |
|
98 | 98 | // Delete downloaded module's files |
99 | - unlink(XOOPS_ROOT_PATH . '/uploads/' . $langFileName); |
|
99 | + unlink(XOOPS_ROOT_PATH.'/uploads/'.$langFileName); |
|
100 | 100 | } |
101 | 101 | |
102 | 102 | // Delete template_c file |
103 | - if ($handle = opendir(XOOPS_ROOT_PATH . '/templates_c')) { |
|
103 | + if ($handle = opendir(XOOPS_ROOT_PATH.'/templates_c')) { |
|
104 | 104 | while (false !== ($file = readdir($handle))) { |
105 | 105 | if ($file !== '.' && $file !== '..' && $file !== 'index.html') { |
106 | - unlink(XOOPS_ROOT_PATH . '/templates_c/' . $file); |
|
106 | + unlink(XOOPS_ROOT_PATH.'/templates_c/'.$file); |
|
107 | 107 | } |
108 | 108 | } |
109 | 109 | |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | } |
112 | 112 | //TrDisplay(); |
113 | 113 | |
114 | - xoops_confirm(array('dirname' => $localModuleDir, 'op' => 'update_ok', 'fct' => 'modulesadmin'), XOOPS_URL . '/modules/system/admin.php', _AM_EXTCAL_INSTALL_DONE, _AM_EXTCAL_UPDATE); |
|
114 | + xoops_confirm(array('dirname' => $localModuleDir, 'op' => 'update_ok', 'fct' => 'modulesadmin'), XOOPS_URL.'/modules/system/admin.php', _AM_EXTCAL_INSTALL_DONE, _AM_EXTCAL_UPDATE); |
|
115 | 115 | |
116 | 116 | xoops_cp_footer(); |
117 | 117 |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once __DIR__ . '/../../../include/cp_header.php'; |
|
4 | -include_once XOOPS_ROOT_PATH . '/class/xoopsform/grouppermform.php'; |
|
5 | -include_once __DIR__ . '/admin_header.php'; |
|
3 | +include_once __DIR__.'/../../../include/cp_header.php'; |
|
4 | +include_once XOOPS_ROOT_PATH.'/class/xoopsform/grouppermform.php'; |
|
5 | +include_once __DIR__.'/admin_header.php'; |
|
6 | 6 | |
7 | 7 | $step = 'default'; |
8 | 8 | if (isset($_POST['step'])) { |
@@ -76,36 +76,36 @@ discard block |
||
76 | 76 | * Public category permission mask |
77 | 77 | */ |
78 | 78 | echo '<fieldset id="defaultBookmark"><legend><a href="#defaultBookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\'default\'); toggleIcon(\'defaultIcon\');"><img id="defaultIcon" src="../assets/images/icons/minus.gif" /> ' |
79 | - . _AM_EXTCAL_PUBLIC_PERM_MASK . '</a></legend><div id="default">'; |
|
80 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
79 | + . _AM_EXTCAL_PUBLIC_PERM_MASK.'</a></legend><div id="default">'; |
|
80 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
81 | 81 | echo _AM_EXTCAL_PUBLIC_PERM_MASK_INFO; |
82 | 82 | echo '</fieldset><br>'; |
83 | 83 | echo '<table class="outer" style="width:100%;">'; |
84 | 84 | echo '<form method="post" action="permissions.php">'; |
85 | 85 | echo '<tr>'; |
86 | - echo '<th colspan="8" style="text-align:center;">' . _AM_EXTCAL_PUBLIC_PERM_MASK . '</th>'; |
|
86 | + echo '<th colspan="8" style="text-align:center;">'._AM_EXTCAL_PUBLIC_PERM_MASK.'</th>'; |
|
87 | 87 | echo '</tr>'; |
88 | 88 | echo '<tr>'; |
89 | - echo '<td class="head" style="text-align:center;">' . _AM_EXTCAL_GROUP_NAME . '</td>'; |
|
90 | - echo '<td class="head" style="text-align:center;">' . _AM_EXTCAL_CAN_VIEW . '</td>'; |
|
91 | - echo '<td class="head" style="text-align:center;">' . _AM_EXTCAL_CAN_SUBMIT . '</td>'; |
|
92 | - echo '<td class="head" style="text-align:center;">' . _AM_EXTCAL_AUTO_APPROVE . '</td>'; |
|
93 | - echo '<td class="head" style="text-align:center;">' . _AM_EXTCAL_CAN_EDIT . '</td>'; |
|
89 | + echo '<td class="head" style="text-align:center;">'._AM_EXTCAL_GROUP_NAME.'</td>'; |
|
90 | + echo '<td class="head" style="text-align:center;">'._AM_EXTCAL_CAN_VIEW.'</td>'; |
|
91 | + echo '<td class="head" style="text-align:center;">'._AM_EXTCAL_CAN_SUBMIT.'</td>'; |
|
92 | + echo '<td class="head" style="text-align:center;">'._AM_EXTCAL_AUTO_APPROVE.'</td>'; |
|
93 | + echo '<td class="head" style="text-align:center;">'._AM_EXTCAL_CAN_EDIT.'</td>'; |
|
94 | 94 | echo '</tr>'; |
95 | 95 | $i = 0; |
96 | 96 | foreach ($glist as $k => $v) { |
97 | 97 | $style = (++$i % 2 == 0) ? 'odd' : 'even'; |
98 | 98 | echo '<tr>'; |
99 | - echo '<td class="' . $style . '">' . $v . '</td>'; |
|
100 | - echo '<td class="' . $style . '" style="text-align:center;"><input name="perms[extcal_perm_mask][group][' . $k . '][1]" type="checkbox"' . getChecked($viewGroup, $k) . ' /></td>'; |
|
101 | - echo '<td class="' . $style . '" style="text-align:center;"><input name="perms[extcal_perm_mask][group][' . $k . '][2]" type="checkbox"' . getChecked($submitGroup, $k) . ' /></td>'; |
|
102 | - echo '<td class="' . $style . '" style="text-align:center;"><input name="perms[extcal_perm_mask][group][' . $k . '][4]" type="checkbox"' . getChecked($autoApproveGroup, $k) . ' /></td>'; |
|
103 | - echo '<td class="' . $style . '" style="text-align:center;"><input name="perms[extcal_perm_mask][group][' . $k . '][8]" type="checkbox"' . getChecked($editGroup, $k) . ' /></td>'; |
|
99 | + echo '<td class="'.$style.'">'.$v.'</td>'; |
|
100 | + echo '<td class="'.$style.'" style="text-align:center;"><input name="perms[extcal_perm_mask][group]['.$k.'][1]" type="checkbox"'.getChecked($viewGroup, $k).' /></td>'; |
|
101 | + echo '<td class="'.$style.'" style="text-align:center;"><input name="perms[extcal_perm_mask][group]['.$k.'][2]" type="checkbox"'.getChecked($submitGroup, $k).' /></td>'; |
|
102 | + echo '<td class="'.$style.'" style="text-align:center;"><input name="perms[extcal_perm_mask][group]['.$k.'][4]" type="checkbox"'.getChecked($autoApproveGroup, $k).' /></td>'; |
|
103 | + echo '<td class="'.$style.'" style="text-align:center;"><input name="perms[extcal_perm_mask][group]['.$k.'][8]" type="checkbox"'.getChecked($editGroup, $k).' /></td>'; |
|
104 | 104 | echo '</tr>'; |
105 | 105 | } |
106 | 106 | echo '<input type="hidden" name="type" value="public" />'; |
107 | 107 | echo '<input type="hidden" name="step" value="enreg" />'; |
108 | - echo '<tr><td colspan="8" style="text-align:center;" class="head"><input type="submit" value="' . _SUBMIT . '" /></td></tr></form>'; |
|
108 | + echo '<tr><td colspan="8" style="text-align:center;" class="head"><input type="submit" value="'._SUBMIT.'" /></td></tr></form>'; |
|
109 | 109 | echo '</table><br>'; |
110 | 110 | |
111 | 111 | echo '</div></fieldset><br>'; |
@@ -125,14 +125,14 @@ discard block |
||
125 | 125 | $form->addItem($cat->getVar('cat_id'), $cat->getVar('cat_name')); |
126 | 126 | } |
127 | 127 | |
128 | - echo '<fieldset id="' . $permName . 'Bookmark"><legend><a href="#' . $permName . 'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\'' . $permName . '\'); toggleIcon(\'' . $permName . 'Icon\');"><img id="' . $permName |
|
129 | - . 'Icon" src="../assets/images/icons/minus.gif" /> ' . $titleOfForm . '</a></legend><div id="' . $permName . '">'; |
|
130 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
128 | + echo '<fieldset id="'.$permName.'Bookmark"><legend><a href="#'.$permName.'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\''.$permName.'\'); toggleIcon(\''.$permName.'Icon\');"><img id="'.$permName |
|
129 | + . 'Icon" src="../assets/images/icons/minus.gif" /> '.$titleOfForm.'</a></legend><div id="'.$permName.'">'; |
|
130 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
131 | 131 | echo $permDesc; |
132 | 132 | echo '</fieldset>'; |
133 | 133 | |
134 | 134 | if ($catHandler->getCount()) { |
135 | - echo $form->render() . '<br>'; |
|
135 | + echo $form->render().'<br>'; |
|
136 | 136 | } else { |
137 | 137 | redirect_header('cat.php', 2, _AM_EXTCAL_NOPERMSSET, false); |
138 | 138 | } |
@@ -150,13 +150,13 @@ discard block |
||
150 | 150 | $form->addItem($cat->getVar('cat_id'), $cat->getVar('cat_name')); |
151 | 151 | } |
152 | 152 | |
153 | - echo '<fieldset id="' . $permName . 'Bookmark"><legend><a href="#' . $permName . 'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\'' . $permName . '\'); toggleIcon(\'' . $permName . 'Icon\');"><img id="' . $permName |
|
154 | - . 'Icon" src="../assets/images/icons/minus.gif" /> ' . $titleOfForm . '</a></legend><div id="' . $permName . '">'; |
|
155 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
153 | + echo '<fieldset id="'.$permName.'Bookmark"><legend><a href="#'.$permName.'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\''.$permName.'\'); toggleIcon(\''.$permName.'Icon\');"><img id="'.$permName |
|
154 | + . 'Icon" src="../assets/images/icons/minus.gif" /> '.$titleOfForm.'</a></legend><div id="'.$permName.'">'; |
|
155 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
156 | 156 | echo $permDesc; |
157 | 157 | echo '</fieldset>'; |
158 | 158 | if ($catHandler->getCount()) { |
159 | - echo $form->render() . '<br>'; |
|
159 | + echo $form->render().'<br>'; |
|
160 | 160 | } else { |
161 | 161 | redirect_header('cat.php', 2, _AM_EXTCAL_NOPERMSSET, false); |
162 | 162 | } |
@@ -174,13 +174,13 @@ discard block |
||
174 | 174 | $form->addItem($cat->getVar('cat_id'), $cat->getVar('cat_name')); |
175 | 175 | } |
176 | 176 | |
177 | - echo '<fieldset id="' . $permName . 'Bookmark"><legend><a href="#' . $permName . 'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\'' . $permName . '\'); toggleIcon(\'' . $permName . 'Icon\');"><img id="' . $permName |
|
178 | - . 'Icon" src="../assets/images/icons/minus.gif" /> ' . $titleOfForm . '</a></legend><div id="' . $permName . '">'; |
|
179 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
177 | + echo '<fieldset id="'.$permName.'Bookmark"><legend><a href="#'.$permName.'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\''.$permName.'\'); toggleIcon(\''.$permName.'Icon\');"><img id="'.$permName |
|
178 | + . 'Icon" src="../assets/images/icons/minus.gif" /> '.$titleOfForm.'</a></legend><div id="'.$permName.'">'; |
|
179 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
180 | 180 | echo $permDesc; |
181 | 181 | echo '</fieldset>'; |
182 | 182 | if ($catHandler->getCount()) { |
183 | - echo $form->render() . '<br>'; |
|
183 | + echo $form->render().'<br>'; |
|
184 | 184 | } else { |
185 | 185 | redirect_header('cat.php', 2, _AM_EXTCAL_NOPERMSSET, false); |
186 | 186 | } |
@@ -198,13 +198,13 @@ discard block |
||
198 | 198 | $form->addItem($cat->getVar('cat_id'), $cat->getVar('cat_name')); |
199 | 199 | } |
200 | 200 | |
201 | - echo '<fieldset id="' . $permName . 'Bookmark"><legend><a href="#' . $permName . 'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\'' . $permName . '\'); toggleIcon(\'' . $permName . 'Icon\');"><img id="' . $permName |
|
202 | - . 'Icon" src="../assets/images/icons/minus.gif" /> ' . $titleOfForm . '</a></legend><div id="' . $permName . '">'; |
|
203 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
201 | + echo '<fieldset id="'.$permName.'Bookmark"><legend><a href="#'.$permName.'Bookmark" style="font-weight:bold; color:#990000;" onClick="toggle(\''.$permName.'\'); toggleIcon(\''.$permName.'Icon\');"><img id="'.$permName |
|
202 | + . 'Icon" src="../assets/images/icons/minus.gif" /> '.$titleOfForm.'</a></legend><div id="'.$permName.'">'; |
|
203 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
204 | 204 | echo $permDesc; |
205 | 205 | echo '</fieldset>'; |
206 | 206 | if ($catHandler->getCount()) { |
207 | - echo $form->render() . '<br>'; |
|
207 | + echo $form->render().'<br>'; |
|
208 | 208 | } else { |
209 | 209 | redirect_header('cat.php', 2, _AM_EXTCAL_NOPERMSSET, false); |
210 | 210 | } |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | echo 'toggle(\'extcal_cat_edit\'); toggleIcon (\'extcal_cat_editIcon\');'; |
222 | 222 | echo '</script>'; |
223 | 223 | |
224 | - include_once __DIR__ . '/admin_footer.php'; |
|
224 | + include_once __DIR__.'/admin_footer.php'; |
|
225 | 225 | |
226 | 226 | break; |
227 | 227 |
@@ -18,19 +18,19 @@ discard block |
||
18 | 18 | */ |
19 | 19 | |
20 | 20 | // Include xoops admin header |
21 | -include_once __DIR__ . '/../../../include/cp_header.php'; |
|
22 | -include_once __DIR__ . '/../class/ExtcalPersistableObjectHandler.php'; |
|
23 | -include_once __DIR__ . '/../../../kernel/module.php'; |
|
24 | -include_once __DIR__ . '/../../../class/xoopsformloader.php'; |
|
25 | -include_once __DIR__ . '/../../../class/tree.php'; |
|
26 | -include_once __DIR__ . '/../../../class/xoopslists.php'; |
|
27 | -include_once __DIR__ . '/../../../class/pagenav.php'; |
|
28 | -include_once __DIR__ . '/../../../class/xoopsform/grouppermform.php'; |
|
29 | -include_once __DIR__ . '/../../../class/uploader.php'; |
|
30 | -include_once __DIR__ . '/../class/etablissement.php'; |
|
31 | -include_once __DIR__ . '/../include/constantes.php'; |
|
32 | - |
|
33 | -include_once __DIR__ . '/admin_header.php'; |
|
21 | +include_once __DIR__.'/../../../include/cp_header.php'; |
|
22 | +include_once __DIR__.'/../class/ExtcalPersistableObjectHandler.php'; |
|
23 | +include_once __DIR__.'/../../../kernel/module.php'; |
|
24 | +include_once __DIR__.'/../../../class/xoopsformloader.php'; |
|
25 | +include_once __DIR__.'/../../../class/tree.php'; |
|
26 | +include_once __DIR__.'/../../../class/xoopslists.php'; |
|
27 | +include_once __DIR__.'/../../../class/pagenav.php'; |
|
28 | +include_once __DIR__.'/../../../class/xoopsform/grouppermform.php'; |
|
29 | +include_once __DIR__.'/../../../class/uploader.php'; |
|
30 | +include_once __DIR__.'/../class/etablissement.php'; |
|
31 | +include_once __DIR__.'/../include/constantes.php'; |
|
32 | + |
|
33 | +include_once __DIR__.'/admin_header.php'; |
|
34 | 34 | |
35 | 35 | //include_once("functions.php"); |
36 | 36 | //include_once("../include/functions.php"); |
@@ -38,10 +38,10 @@ discard block |
||
38 | 38 | if ($xoopsUser) { |
39 | 39 | $xoopsModule = XoopsModule::getByDirname('extcal'); |
40 | 40 | if (!$xoopsUser->isAdmin($xoopsModule->mid())) { |
41 | - redirect_header(XOOPS_URL . '/', 3, _NOPERM); |
|
41 | + redirect_header(XOOPS_URL.'/', 3, _NOPERM); |
|
42 | 42 | } |
43 | 43 | } else { |
44 | - redirect_header(XOOPS_URL . '/', 3, _NOPERM); |
|
44 | + redirect_header(XOOPS_URL.'/', 3, _NOPERM); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | // Include language file |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | $etablissement_arr = $etablissementHandler->getObjects($criteria); |
99 | 99 | $numrows = $etablissementHandler->getCount($criteria); |
100 | 100 | if ($numrows > $limit) { |
101 | - $pagenav = new XoopsPageNav($numrows, $limit, $start, 'start', 'op=liste&limit=' . $limit); |
|
101 | + $pagenav = new XoopsPageNav($numrows, $limit, $start, 'start', 'op=liste&limit='.$limit); |
|
102 | 102 | $pagenav = $pagenav->renderNav(4); |
103 | 103 | } else { |
104 | 104 | $pagenav = ''; |
@@ -107,11 +107,11 @@ discard block |
||
107 | 107 | if ($numrows > 0) { |
108 | 108 | echo '<table width="100%" cellspacing="1" class="outer">'; |
109 | 109 | echo '<tr>'; |
110 | - echo '<th align="center">' . _AM_EXTCAL_ETABLISSEMENT_FORM_NOM . '</th>'; |
|
111 | - echo '<th align="center" width="20%">' . _AM_EXTCAL_ETABLISSEMENT_FORM_ADRESSE . '</th>'; |
|
112 | - echo '<th align="center" width="20%">' . _AM_EXTCAL_ETABLISSEMENT_FORM_CITY . '</th>'; |
|
113 | - echo '<th align="center" width="15%">' . _AM_EXTCAL_ETABLISSEMENT_FORM_TELEPHONE . '</th>'; |
|
114 | - echo '<th align="center" width="15%">' . _AM_EXTCAL_ETABLISSEMENT_FORM_ACTION . '</th>'; |
|
110 | + echo '<th align="center">'._AM_EXTCAL_ETABLISSEMENT_FORM_NOM.'</th>'; |
|
111 | + echo '<th align="center" width="20%">'._AM_EXTCAL_ETABLISSEMENT_FORM_ADRESSE.'</th>'; |
|
112 | + echo '<th align="center" width="20%">'._AM_EXTCAL_ETABLISSEMENT_FORM_CITY.'</th>'; |
|
113 | + echo '<th align="center" width="15%">'._AM_EXTCAL_ETABLISSEMENT_FORM_TELEPHONE.'</th>'; |
|
114 | + echo '<th align="center" width="15%">'._AM_EXTCAL_ETABLISSEMENT_FORM_ACTION.'</th>'; |
|
115 | 115 | echo '</tr>'; |
116 | 116 | $class = 'odd'; |
117 | 117 | foreach (array_keys($etablissement_arr) as $i) { |
@@ -121,23 +121,23 @@ discard block |
||
121 | 121 | $etablissement_adresse = $etablissement_arr[$i]->getVar('adresse'); |
122 | 122 | $etablissement_city = $etablissement_arr[$i]->getVar('ville'); |
123 | 123 | $etablissement_telephone = $etablissement_arr[$i]->getVar('tel_fixe'); |
124 | - echo '<tr class="' . $class . '">'; |
|
125 | - echo '<td align="left">' . '<a href="etablissement.php?op=edit_etablissement&etablissement_id=' . $etablissement_id . '">' . $etablissement_nom . '</a>' . '</td>'; |
|
124 | + echo '<tr class="'.$class.'">'; |
|
125 | + echo '<td align="left">'.'<a href="etablissement.php?op=edit_etablissement&etablissement_id='.$etablissement_id.'">'.$etablissement_nom.'</a>'.'</td>'; |
|
126 | 126 | |
127 | - echo '<td align="center"><b>' . $etablissement_adresse . '</td>'; |
|
128 | - echo '<td align="center"><b>' . $etablissement_city . '</td>'; |
|
129 | - echo '<td align="center"><b>' . $etablissement_telephone . '</td>'; |
|
127 | + echo '<td align="center"><b>'.$etablissement_adresse.'</td>'; |
|
128 | + echo '<td align="center"><b>'.$etablissement_city.'</td>'; |
|
129 | + echo '<td align="center"><b>'.$etablissement_telephone.'</td>'; |
|
130 | 130 | echo '<td align="center" width="15%">'; |
131 | - echo '<a href="etablissement.php?op=edit_etablissement&etablissement_id=' . $etablissement_id . '"><img src=' . $pathIcon16 . '/edit.png alt="' . _AM_EXTCAL_ETABLISSEMENT_FORM_EDIT . '" title="' . _AM_EXTCAL_ETABLISSEMENT_FORM_EDIT |
|
131 | + echo '<a href="etablissement.php?op=edit_etablissement&etablissement_id='.$etablissement_id.'"><img src='.$pathIcon16.'/edit.png alt="'._AM_EXTCAL_ETABLISSEMENT_FORM_EDIT.'" title="'._AM_EXTCAL_ETABLISSEMENT_FORM_EDIT |
|
132 | 132 | . '"></a> '; |
133 | - echo '<a href="etablissement.php?op=delete_etablissement&etablissement_id=' . $etablissement_id . '"><img src=' . $pathIcon16 . '/delete.png alt="' . _AM_EXTCAL_ETABLISSEMENT_FORM_DELETE . '" title="' |
|
134 | - . _AM_EXTCAL_ETABLISSEMENT_FORM_DELETE . '"></a> '; |
|
133 | + echo '<a href="etablissement.php?op=delete_etablissement&etablissement_id='.$etablissement_id.'"><img src='.$pathIcon16.'/delete.png alt="'._AM_EXTCAL_ETABLISSEMENT_FORM_DELETE.'" title="' |
|
134 | + . _AM_EXTCAL_ETABLISSEMENT_FORM_DELETE.'"></a> '; |
|
135 | 135 | echo '</td>'; |
136 | 136 | } |
137 | 137 | echo '</table><br>'; |
138 | - echo '<br><div align=right>' . $pagenav . '</div><br>'; |
|
138 | + echo '<br><div align=right>'.$pagenav.'</div><br>'; |
|
139 | 139 | } else { |
140 | - echo '<div class="errorMsg" style="text-align: center;">' . _AM_EXTCAL_ERREUR_NO_ETABLISSEMENT . '</div>'; |
|
140 | + echo '<div class="errorMsg" style="text-align: center;">'._AM_EXTCAL_ERREUR_NO_ETABLISSEMENT.'</div>'; |
|
141 | 141 | } |
142 | 142 | |
143 | 143 | // Affichage du formulaire |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | 'ok' => 1, |
161 | 161 | 'etablissement_id' => $_REQUEST['etablissement_id'], |
162 | 162 | 'op' => 'delete_etablissement', |
163 | - ), $_SERVER['REQUEST_URI'], _AM_EXTCAL_ETABLISSEMENT_SURDEL . '<br>'); |
|
163 | + ), $_SERVER['REQUEST_URI'], _AM_EXTCAL_ETABLISSEMENT_SURDEL.'<br>'); |
|
164 | 164 | } |
165 | 165 | break; |
166 | 166 | |
@@ -202,11 +202,11 @@ discard block |
||
202 | 202 | $obj->setVar('map', $_REQUEST['map']); |
203 | 203 | |
204 | 204 | //Logo |
205 | - $uploaddir_etablissement = XOOPS_ROOT_PATH . '/uploads/extcal/etablissement/'; |
|
206 | - $uploadurl_etablissement = XOOPS_URL . '/uploads/extcal/etablissement/'; |
|
205 | + $uploaddir_etablissement = XOOPS_ROOT_PATH.'/uploads/extcal/etablissement/'; |
|
206 | + $uploadurl_etablissement = XOOPS_URL.'/uploads/extcal/etablissement/'; |
|
207 | 207 | |
208 | 208 | $delimg = @$_REQUEST['delimg']; |
209 | - $delimg = isset($delimg) ? (int)$delimg : 0; |
|
209 | + $delimg = isset($delimg) ? (int) $delimg : 0; |
|
210 | 210 | if ($delimg == 0 && !empty($_REQUEST['xoops_upload_file'][0])) { |
211 | 211 | $upload = new XoopsMediaUploader($uploaddir_etablissement, array( |
212 | 212 | 'image/gif', |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | } |
230 | 230 | } else { |
231 | 231 | $logo = ''; |
232 | - $url_etablissement = XOOPS_ROOT_PATH . '/uploads/extcal/etablissement/' . $_REQUEST['file']; |
|
232 | + $url_etablissement = XOOPS_ROOT_PATH.'/uploads/extcal/etablissement/'.$_REQUEST['file']; |
|
233 | 233 | if (is_file($url_etablissement)) { |
234 | 234 | chmod($url_etablissement, 0777); |
235 | 235 | unlink($url_etablissement); |
@@ -249,4 +249,4 @@ discard block |
||
249 | 249 | break; |
250 | 250 | } |
251 | 251 | |
252 | -include_once __DIR__ . '/admin_footer.php'; |
|
252 | +include_once __DIR__.'/admin_footer.php'; |
@@ -51,176 +51,194 @@ discard block |
||
51 | 51 | |
52 | 52 | switch ($op) { |
53 | 53 | |
54 | - case 'enreg': |
|
55 | - |
|
56 | - $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
57 | - $fileHandler = xoops_getModuleHandler(_EXTCAL_CLS_FILE, _EXTCAL_MODULE); |
|
58 | - // $t = print_r($_POST,true); |
|
59 | - // echo "<pre>{$t}</pre><br>"; |
|
60 | - // exit; |
|
61 | - // If the date format is wrong |
|
62 | - // if ( |
|
63 | - // !preg_match(_EXTCAL_MOTIF_DATE, $_POST['event_start']['date']) |
|
64 | - // || !preg_match(_EXTCAL_MOTIF_DATE, $_POST['event_end']['date']) |
|
65 | - // ) { |
|
66 | - // redirect_header( |
|
67 | - // 'event.php', 3, _MD_EXTCAL_WRONG_DATE_FORMAT . "<br>" |
|
68 | - // . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors()) |
|
69 | - // ); |
|
70 | - // exit; |
|
71 | - // } |
|
72 | - |
|
73 | - //exit; |
|
74 | - /////////////////////////////////////////////////////////////////////////////// |
|
75 | - ExtcalUtilities::extcal_loadImg($_REQUEST, $event_picture1, $event_picture2); |
|
76 | - /////////////////////////////////////////////////////////////////////////////// |
|
77 | - $data = array( |
|
78 | - 'event_title' => $_POST['event_title'], |
|
79 | - 'cat_id' => $_POST['cat_id'], |
|
80 | - 'event_desc' => $_POST['event_desc'], |
|
81 | - 'event_nbmember' => $_POST['event_nbmember'], |
|
82 | - 'event_organisateur' => $_POST['event_organisateur'], |
|
83 | - 'event_contact' => $_POST['event_contact'], |
|
84 | - 'event_url' => $_POST['event_url'], |
|
85 | - 'event_email' => $_POST['event_email'], |
|
86 | - 'event_address' => $_POST['event_address'], |
|
87 | - 'event_approved' => 1, |
|
88 | - 'event_start' => $_POST['event_start'], |
|
89 | - 'have_end' => $_POST['have_end'], |
|
90 | - 'event_end' => $_POST['event_end'], |
|
91 | - 'event_picture1' => @$event_picture1, |
|
92 | - 'event_picture2' => @$event_picture2, |
|
93 | - 'event_price' => @$_POST['event_price'], |
|
94 | - 'event_etablissement' => $_POST['event_etablissement'], |
|
95 | - 'dohtml' => $extcalConfig['allow_html'], |
|
96 | - 'event_icone' => $_POST['event_icone'], |
|
97 | - ); |
|
98 | - |
|
99 | - // Event edited |
|
100 | - if (isset($_POST['event_id'])) { |
|
101 | - if (!$eventHandler->modifyEvent($_POST['event_id'], $data)) { |
|
102 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDIT_FAILED, false); |
|
54 | + case 'enreg': |
|
55 | + |
|
56 | + $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
57 | + $fileHandler = xoops_getModuleHandler(_EXTCAL_CLS_FILE, _EXTCAL_MODULE); |
|
58 | + // $t = print_r($_POST,true); |
|
59 | + // echo "<pre>{$t}</pre><br>"; |
|
60 | + // exit; |
|
61 | + // If the date format is wrong |
|
62 | + // if ( |
|
63 | + // !preg_match(_EXTCAL_MOTIF_DATE, $_POST['event_start']['date']) |
|
64 | + // || !preg_match(_EXTCAL_MOTIF_DATE, $_POST['event_end']['date']) |
|
65 | + // ) { |
|
66 | + // redirect_header( |
|
67 | + // 'event.php', 3, _MD_EXTCAL_WRONG_DATE_FORMAT . "<br>" |
|
68 | + // . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors()) |
|
69 | + // ); |
|
70 | + // exit; |
|
71 | + // } |
|
72 | + |
|
73 | + //exit; |
|
74 | + /////////////////////////////////////////////////////////////////////////////// |
|
75 | + ExtcalUtilities::extcal_loadImg($_REQUEST, $event_picture1, $event_picture2); |
|
76 | + /////////////////////////////////////////////////////////////////////////////// |
|
77 | + $data = array( |
|
78 | + 'event_title' => $_POST['event_title'], |
|
79 | + 'cat_id' => $_POST['cat_id'], |
|
80 | + 'event_desc' => $_POST['event_desc'], |
|
81 | + 'event_nbmember' => $_POST['event_nbmember'], |
|
82 | + 'event_organisateur' => $_POST['event_organisateur'], |
|
83 | + 'event_contact' => $_POST['event_contact'], |
|
84 | + 'event_url' => $_POST['event_url'], |
|
85 | + 'event_email' => $_POST['event_email'], |
|
86 | + 'event_address' => $_POST['event_address'], |
|
87 | + 'event_approved' => 1, |
|
88 | + 'event_start' => $_POST['event_start'], |
|
89 | + 'have_end' => $_POST['have_end'], |
|
90 | + 'event_end' => $_POST['event_end'], |
|
91 | + 'event_picture1' => @$event_picture1, |
|
92 | + 'event_picture2' => @$event_picture2, |
|
93 | + 'event_price' => @$_POST['event_price'], |
|
94 | + 'event_etablissement' => $_POST['event_etablissement'], |
|
95 | + 'dohtml' => $extcalConfig['allow_html'], |
|
96 | + 'event_icone' => $_POST['event_icone'], |
|
97 | + ); |
|
98 | + |
|
99 | + // Event edited |
|
100 | + if (isset($_POST['event_id'])) { |
|
101 | + if (!$eventHandler->modifyEvent($_POST['event_id'], $data)) { |
|
102 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDIT_FAILED, false); |
|
103 | + } else { |
|
104 | + $fileHandler->createFile((int)$_POST['event_id']); |
|
105 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDITED, false); |
|
106 | + } |
|
107 | + |
|
108 | + // New event |
|
103 | 109 | } else { |
104 | - $fileHandler->createFile((int)$_POST['event_id']); |
|
105 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDITED, false); |
|
110 | + $notificationHandler = xoops_getHandler('notification'); |
|
111 | + /** @var ExtcalCatHandler $catHandler */ |
|
112 | + $catHandler = xoops_getModuleHandler(_EXTCAL_CLS_CAT, _EXTCAL_MODULE); |
|
113 | + |
|
114 | + $data['event_submitter'] = $xoopsUser ? $xoopsUser->getVar('uid') : 0; |
|
115 | + $data['event_submitdate'] = time(); |
|
116 | + |
|
117 | + if ($eventHandler->createEvent($data, $_POST)) { |
|
118 | + $fileHandler->createFile($eventHandler->getInsertId()); |
|
119 | + $cat = $catHandler->getCat($_POST['cat_id'], $xoopsUser, 'all'); |
|
120 | + $notificationHandler->triggerEvent('global', 0, 'new_event', array('EVENT_TITLE' => $_POST['event_title'])); |
|
121 | + $notificationHandler->triggerEvent('cat', $_POST['cat_id'], 'new_event_cat', array( |
|
122 | + 'EVENT_TITLE' => $_POST['event_title'], |
|
123 | + 'CAT_NAME' => $cat->getVar('cat_name'), |
|
124 | + )); |
|
125 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENT_CREATED, false); |
|
126 | + } else { |
|
127 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENT_CREATE_FAILED, false); |
|
128 | + } |
|
106 | 129 | } |
130 | + break; |
|
107 | 131 | |
108 | - // New event |
|
109 | - } else { |
|
110 | - $notificationHandler = xoops_getHandler('notification'); |
|
111 | - /** @var ExtcalCatHandler $catHandler */ |
|
112 | - $catHandler = xoops_getModuleHandler(_EXTCAL_CLS_CAT, _EXTCAL_MODULE); |
|
113 | - |
|
114 | - $data['event_submitter'] = $xoopsUser ? $xoopsUser->getVar('uid') : 0; |
|
115 | - $data['event_submitdate'] = time(); |
|
116 | - |
|
117 | - if ($eventHandler->createEvent($data, $_POST)) { |
|
118 | - $fileHandler->createFile($eventHandler->getInsertId()); |
|
119 | - $cat = $catHandler->getCat($_POST['cat_id'], $xoopsUser, 'all'); |
|
120 | - $notificationHandler->triggerEvent('global', 0, 'new_event', array('EVENT_TITLE' => $_POST['event_title'])); |
|
121 | - $notificationHandler->triggerEvent('cat', $_POST['cat_id'], 'new_event_cat', array( |
|
122 | - 'EVENT_TITLE' => $_POST['event_title'], |
|
123 | - 'CAT_NAME' => $cat->getVar('cat_name'), |
|
124 | - )); |
|
125 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENT_CREATED, false); |
|
126 | - } else { |
|
127 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENT_CREATE_FAILED, false); |
|
132 | + case 'clone': /* sur validation du formulaire */ |
|
133 | + case 'modify': |
|
134 | + $action = (($op === 'clone') ? 'clone' : 'edit'); |
|
135 | + xoops_cp_header(); |
|
136 | + //================================================ |
|
137 | + // include_once (XOOPS_ROOT_PATH . '/class/xoopsform/tc_calendar/formtccalendar.php'); |
|
138 | + // |
|
139 | + // // Call the calendar constructor - use the desired form and format, according to the instructions/samples provided on triconsole.com |
|
140 | + // $dateBirthday = new XoopsTcCalendar("datez1", true, false); |
|
141 | + // //$dateBirthday->setIcon("/images/iconCalendar.gif"); |
|
142 | + // $dateBirthday->setIcon("/class/xoopsform/tc_calendar/images/iconCalendar.gif"); |
|
143 | + // //$dateBirthday->rtl=false; |
|
144 | + // $dateBirthday->setAutoHide(false); |
|
145 | + // |
|
146 | + // //$myCalendar->setDate(date('d'), date('m'), date('Y')); |
|
147 | + // //$dateBirthday->setDate($p['date1_day'], $p['date1_month'], $p['date1_year']); |
|
148 | + // $dateBirthday->setDate(date('d'), date('m'), date('Y')); |
|
149 | + // |
|
150 | + // $dateBirthday->setPath(XOOPS_URL . "/class/xoopsform/tc_calendar/"); |
|
151 | + // $dateBirthday->zindex = 150; //default 1 |
|
152 | + // $dateBirthday->setYearInterval(1995, date('Y')); |
|
153 | + // $dateBirthday->dateAllow('1960-03-01', date('Y-m-d')); |
|
154 | + // //$dateBirthday->autoSubmit(true, "calendar"); |
|
155 | + // $dateBirthday->disabledDay("sat"); |
|
156 | + // $dateBirthday->disabledDay("sun"); |
|
157 | + // $dateBirthday->setSpecificDate(array("2011-04-14", "2010-12-25"), 0, 'month'); |
|
158 | + // $dateBirthday->setSpecificDate(array("2011-04-01"), 0, 'year'); |
|
159 | + // $dateBirthday->setAlignment('right', 'bottom'); //optional |
|
160 | + // echo "<table><tr><td>zzzzz</td><td></td><td>"; |
|
161 | + // echo $dateBirthday->render(); |
|
162 | + // echo "</td></tr></table>"; |
|
163 | + //echo $dateBirthday->render(); |
|
164 | + //================================================ |
|
165 | + // @author Gregory Mage (Aka Mage) |
|
166 | + //*************************************************************************************** |
|
167 | + // include_once XOOPS_ROOT_PATH . "/modules/extcal/class/admin.php"; |
|
168 | + $eventAdmin = new ModuleAdmin(); |
|
169 | + echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
170 | + //*************************************************************************************** |
|
171 | + |
|
172 | + $eventId = $_GET['event_id']; |
|
173 | + $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
174 | + |
|
175 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_EDIT_EVENT . '</legend>'; |
|
176 | + |
|
177 | + if ($form = $eventHandler->getEventForm('admin', $action, array('event_id' => $eventId))) { |
|
178 | + $form->display(); |
|
128 | 179 | } |
129 | - } |
|
130 | - break; |
|
131 | - |
|
132 | - case 'clone': /* sur validation du formulaire */ |
|
133 | - case 'modify': |
|
134 | - $action = (($op === 'clone') ? 'clone' : 'edit'); |
|
135 | - xoops_cp_header(); |
|
136 | - //================================================ |
|
137 | - // include_once (XOOPS_ROOT_PATH . '/class/xoopsform/tc_calendar/formtccalendar.php'); |
|
138 | - // |
|
139 | - // // Call the calendar constructor - use the desired form and format, according to the instructions/samples provided on triconsole.com |
|
140 | - // $dateBirthday = new XoopsTcCalendar("datez1", true, false); |
|
141 | - // //$dateBirthday->setIcon("/images/iconCalendar.gif"); |
|
142 | - // $dateBirthday->setIcon("/class/xoopsform/tc_calendar/images/iconCalendar.gif"); |
|
143 | - // //$dateBirthday->rtl=false; |
|
144 | - // $dateBirthday->setAutoHide(false); |
|
145 | - // |
|
146 | - // //$myCalendar->setDate(date('d'), date('m'), date('Y')); |
|
147 | - // //$dateBirthday->setDate($p['date1_day'], $p['date1_month'], $p['date1_year']); |
|
148 | - // $dateBirthday->setDate(date('d'), date('m'), date('Y')); |
|
149 | - // |
|
150 | - // $dateBirthday->setPath(XOOPS_URL . "/class/xoopsform/tc_calendar/"); |
|
151 | - // $dateBirthday->zindex = 150; //default 1 |
|
152 | - // $dateBirthday->setYearInterval(1995, date('Y')); |
|
153 | - // $dateBirthday->dateAllow('1960-03-01', date('Y-m-d')); |
|
154 | - // //$dateBirthday->autoSubmit(true, "calendar"); |
|
155 | - // $dateBirthday->disabledDay("sat"); |
|
156 | - // $dateBirthday->disabledDay("sun"); |
|
157 | - // $dateBirthday->setSpecificDate(array("2011-04-14", "2010-12-25"), 0, 'month'); |
|
158 | - // $dateBirthday->setSpecificDate(array("2011-04-01"), 0, 'year'); |
|
159 | - // $dateBirthday->setAlignment('right', 'bottom'); //optional |
|
160 | - // echo "<table><tr><td>zzzzz</td><td></td><td>"; |
|
161 | - // echo $dateBirthday->render(); |
|
162 | - // echo "</td></tr></table>"; |
|
163 | - //echo $dateBirthday->render(); |
|
164 | - //================================================ |
|
165 | - // @author Gregory Mage (Aka Mage) |
|
166 | - //*************************************************************************************** |
|
167 | - // include_once XOOPS_ROOT_PATH . "/modules/extcal/class/admin.php"; |
|
168 | - $eventAdmin = new ModuleAdmin(); |
|
169 | - echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
170 | - //*************************************************************************************** |
|
171 | - |
|
172 | - $eventId = $_GET['event_id']; |
|
173 | - $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
174 | - |
|
175 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_EDIT_EVENT . '</legend>'; |
|
176 | - |
|
177 | - if ($form = $eventHandler->getEventForm('admin', $action, array('event_id' => $eventId))) { |
|
178 | - $form->display(); |
|
179 | - } |
|
180 | 180 | |
181 | - echo '</fieldset><br>'; |
|
181 | + echo '</fieldset><br>'; |
|
182 | 182 | |
183 | - xoops_cp_footer(); |
|
183 | + xoops_cp_footer(); |
|
184 | 184 | |
185 | - break; |
|
185 | + break; |
|
186 | 186 | |
187 | - case 'clone2': /* sur clique de l'icone du formulaire*/ |
|
187 | + case 'clone2': /* sur clique de l'icone du formulaire*/ |
|
188 | 188 | |
189 | - //$newEventId = 1; |
|
190 | - $eventId = $_GET['event_id']; |
|
191 | - $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
192 | - $event = $eventHandler->getEvent($eventId); |
|
193 | - $t = $event->getVars(); |
|
194 | - $data = array(); |
|
195 | - while (list($key, $val) = each($t)) { |
|
196 | - $data[$key] = $val['value']; |
|
197 | - } |
|
189 | + //$newEventId = 1; |
|
190 | + $eventId = $_GET['event_id']; |
|
191 | + $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
192 | + $event = $eventHandler->getEvent($eventId); |
|
193 | + $t = $event->getVars(); |
|
194 | + $data = array(); |
|
195 | + while (list($key, $val) = each($t)) { |
|
196 | + $data[$key] = $val['value']; |
|
197 | + } |
|
198 | 198 | |
199 | - $data['event_id'] = 0; |
|
200 | - $data['event_title'] .= ' (' . _AM_EXTCAL_CLONE_OF . $eventId . ')'; |
|
199 | + $data['event_id'] = 0; |
|
200 | + $data['event_title'] .= ' (' . _AM_EXTCAL_CLONE_OF . $eventId . ')'; |
|
201 | 201 | |
202 | - $newEvent = $eventHandler->create(); |
|
203 | - $newEvent->setVars($data); |
|
204 | - $t = $eventHandler->insert($newEvent, true); |
|
202 | + $newEvent = $eventHandler->create(); |
|
203 | + $newEvent->setVars($data); |
|
204 | + $t = $eventHandler->insert($newEvent, true); |
|
205 | 205 | |
206 | - $newEventId = $newEvent->getVar('event_id'); |
|
207 | - $ts = print_r($newEventId, true); |
|
206 | + $newEventId = $newEvent->getVar('event_id'); |
|
207 | + $ts = print_r($newEventId, true); |
|
208 | 208 | |
209 | - redirect_header("event.php?op=modify&event_id={$newEventId}", 3, _AM_EXTCAL_EVENT_DELETED, false); |
|
210 | - break; |
|
209 | + redirect_header("event.php?op=modify&event_id={$newEventId}", 3, _AM_EXTCAL_EVENT_DELETED, false); |
|
210 | + break; |
|
211 | 211 | |
212 | - case 'delete': |
|
212 | + case 'delete': |
|
213 | 213 | |
214 | - if (isset($_POST['confirm'])) { |
|
215 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
216 | - redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
217 | - exit; |
|
214 | + if (isset($_POST['confirm'])) { |
|
215 | + if (!$GLOBALS['xoopsSecurity']->check()) { |
|
216 | + redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
217 | + exit; |
|
218 | + } |
|
219 | + // $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
220 | + // $eventHandler->deleteEvent($_POST['event_id']); |
|
221 | + deleteEvents($_POST['event_id']); |
|
222 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENT_DELETED, false); |
|
223 | + } else { |
|
224 | + xoops_cp_header(); |
|
225 | + // @author Gregory Mage (Aka Mage) |
|
226 | + //*************************************************************************************** |
|
227 | + //include_once XOOPS_ROOT_PATH . "/modules/extcal/class/admin.php"; |
|
228 | + $eventAdmin = new ModuleAdmin(); |
|
229 | + echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
230 | + //*************************************************************************************** |
|
231 | + |
|
232 | + $hiddens = array('event_id' => $_GET['event_id'], 'form_delete' => '', 'confirm' => 1); |
|
233 | + xoops_confirm($hiddens, 'event.php?op=delete', _AM_EXTCAL_CONFIRM_DELETE_EVENT, _DELETE, 'event.php'); |
|
234 | + |
|
235 | + xoops_cp_footer(); |
|
218 | 236 | } |
219 | - // $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
220 | - // $eventHandler->deleteEvent($_POST['event_id']); |
|
221 | - deleteEvents($_POST['event_id']); |
|
222 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENT_DELETED, false); |
|
223 | - } else { |
|
237 | + |
|
238 | + break; |
|
239 | + |
|
240 | + case 'deleteSelection': |
|
241 | + |
|
224 | 242 | xoops_cp_header(); |
225 | 243 | // @author Gregory Mage (Aka Mage) |
226 | 244 | //*************************************************************************************** |
@@ -228,186 +246,168 @@ discard block |
||
228 | 246 | $eventAdmin = new ModuleAdmin(); |
229 | 247 | echo $eventAdmin->addNavigation(basename(__FILE__)); |
230 | 248 | //*************************************************************************************** |
249 | + if (isset($_POST['deleteSelection'][0])) { |
|
250 | + $msg = _AM_EXTCAL_CONFIRM_DELETE_ALL; |
|
251 | + $ids = array_keys($_POST['deleteAllEvents']); |
|
252 | + } else { |
|
253 | + $msg = _AM_EXTCAL_CONFIRM_DELETE_SELECTION; |
|
254 | + $ids = array_keys($_POST['deleteEvents']); |
|
255 | + } |
|
231 | 256 | |
232 | - $hiddens = array('event_id' => $_GET['event_id'], 'form_delete' => '', 'confirm' => 1); |
|
233 | - xoops_confirm($hiddens, 'event.php?op=delete', _AM_EXTCAL_CONFIRM_DELETE_EVENT, _DELETE, 'event.php'); |
|
257 | + // $msg = ((isset($_POST['deleteSelection'][0])) ? _AM_EXTCAL_CONFIRM_DELETE_ALL : _AM_EXTCAL_CONFIRM_DELETE_SELECTION); |
|
258 | + // $ids = array_keys($_POST['deleteEvents']); |
|
259 | + $ids = implode(',', $ids); |
|
260 | + //echo $ids.'<br>'; |
|
261 | + $hiddens = array('event_ids' => $ids, 'form_delete' => '', 'confirm' => 1); |
|
262 | + //$hiddens = array('event_ids' => $_POST['deleteEvents'], 'form_delete' => '', 'confirm' => 1); |
|
263 | + xoops_confirm($hiddens, 'event.php?op=deleteSelectionOK', $msg, _DELETE, 'event.php'); |
|
234 | 264 | |
235 | 265 | xoops_cp_footer(); |
236 | - } |
|
237 | 266 | |
238 | - break; |
|
239 | - |
|
240 | - case 'deleteSelection': |
|
241 | - |
|
242 | - xoops_cp_header(); |
|
243 | - // @author Gregory Mage (Aka Mage) |
|
244 | - //*************************************************************************************** |
|
245 | - //include_once XOOPS_ROOT_PATH . "/modules/extcal/class/admin.php"; |
|
246 | - $eventAdmin = new ModuleAdmin(); |
|
247 | - echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
248 | - //*************************************************************************************** |
|
249 | - if (isset($_POST['deleteSelection'][0])) { |
|
250 | - $msg = _AM_EXTCAL_CONFIRM_DELETE_ALL; |
|
251 | - $ids = array_keys($_POST['deleteAllEvents']); |
|
252 | - } else { |
|
253 | - $msg = _AM_EXTCAL_CONFIRM_DELETE_SELECTION; |
|
254 | - $ids = array_keys($_POST['deleteEvents']); |
|
255 | - } |
|
267 | + break; |
|
256 | 268 | |
257 | - // $msg = ((isset($_POST['deleteSelection'][0])) ? _AM_EXTCAL_CONFIRM_DELETE_ALL : _AM_EXTCAL_CONFIRM_DELETE_SELECTION); |
|
258 | - // $ids = array_keys($_POST['deleteEvents']); |
|
259 | - $ids = implode(',', $ids); |
|
260 | - //echo $ids.'<br>'; |
|
261 | - $hiddens = array('event_ids' => $ids, 'form_delete' => '', 'confirm' => 1); |
|
262 | - //$hiddens = array('event_ids' => $_POST['deleteEvents'], 'form_delete' => '', 'confirm' => 1); |
|
263 | - xoops_confirm($hiddens, 'event.php?op=deleteSelectionOK', $msg, _DELETE, 'event.php'); |
|
264 | - |
|
265 | - xoops_cp_footer(); |
|
266 | - |
|
267 | - break; |
|
268 | - |
|
269 | - case 'deleteSelectionOK': |
|
270 | - //----------------------------------------- |
|
271 | - // $t = print_r($_GET,true); |
|
272 | - // echo "<hr><pre>{$t}</pre><hr>"; |
|
273 | - // |
|
274 | - // $t = print_r($_POST,true); |
|
275 | - // echo "<hr><pre>{$t}</pre><hr>"; |
|
276 | - // exit; |
|
277 | - //----------------------------------------- |
|
278 | - |
|
279 | - if (isset($_POST['deleteSelection'][0])) { |
|
280 | - } else { |
|
281 | - if (!$GLOBALS['xoopsSecurity']->check()) { |
|
282 | - redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
283 | - exit; |
|
284 | - } |
|
269 | + case 'deleteSelectionOK': |
|
270 | + //----------------------------------------- |
|
271 | + // $t = print_r($_GET,true); |
|
272 | + // echo "<hr><pre>{$t}</pre><hr>"; |
|
273 | + // |
|
274 | + // $t = print_r($_POST,true); |
|
275 | + // echo "<hr><pre>{$t}</pre><hr>"; |
|
276 | + // exit; |
|
277 | + //----------------------------------------- |
|
285 | 278 | |
286 | - deleteEvents($_POST['event_ids']); |
|
279 | + if (isset($_POST['deleteSelection'][0])) { |
|
280 | + } else { |
|
281 | + if (!$GLOBALS['xoopsSecurity']->check()) { |
|
282 | + redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
283 | + exit; |
|
284 | + } |
|
287 | 285 | |
288 | - redirect_header('event.php', 3, _AM_EXTCAL_EVENTS_DELETED, false); |
|
289 | - } |
|
286 | + deleteEvents($_POST['event_ids']); |
|
290 | 287 | |
291 | - break; |
|
288 | + redirect_header('event.php', 3, _AM_EXTCAL_EVENTS_DELETED, false); |
|
289 | + } |
|
292 | 290 | |
293 | - case 'default': |
|
294 | - default: |
|
291 | + break; |
|
295 | 292 | |
296 | - //global $extcalConfig; |
|
297 | - $extcalConfig = ExtcalConfig::getHandler(); |
|
298 | - $xoopsModuleConfig = $extcalConfig->getModuleConfig(); |
|
293 | + case 'default': |
|
294 | + default: |
|
299 | 295 | |
300 | - $start = isset($_GET['start']) ? $_GET['start'] : 0; |
|
301 | - $nbEventsByPage = $xoopsModuleConfig['nbEventsByPage']; |
|
296 | + //global $extcalConfig; |
|
297 | + $extcalConfig = ExtcalConfig::getHandler(); |
|
298 | + $xoopsModuleConfig = $extcalConfig->getModuleConfig(); |
|
302 | 299 | |
303 | - xoops_cp_header(); |
|
304 | - // @author Gregory Mage (Aka Mage) |
|
305 | - //*************************************************************************************** |
|
300 | + $start = isset($_GET['start']) ? $_GET['start'] : 0; |
|
301 | + $nbEventsByPage = $xoopsModuleConfig['nbEventsByPage']; |
|
306 | 302 | |
307 | - $eventAdmin = new ModuleAdmin(); |
|
308 | - echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
309 | - //*************************************************************************************** |
|
303 | + xoops_cp_header(); |
|
304 | + // @author Gregory Mage (Aka Mage) |
|
305 | + //*************************************************************************************** |
|
310 | 306 | |
311 | - $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
312 | - $events = $eventHandler->objectToArray($eventHandler->getNewEvent($start, $nbEventsByPage, 0, true), array('cat_id')); |
|
313 | - $eventHandler->formatEventsDate($events, _SHORTDATESTRING); |
|
307 | + $eventAdmin = new ModuleAdmin(); |
|
308 | + echo $eventAdmin->addNavigation(basename(__FILE__)); |
|
309 | + //*************************************************************************************** |
|
314 | 310 | |
315 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _AM_EXTCAL_APPROVED_EVENT . '</legend>'; |
|
316 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
317 | - //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/edit.png' .' '.'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
|
318 | - //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/delete.png'. ' '."style=vertical-align:middle;/> ". _AM_EXTCAL_INFO_DELETE; |
|
311 | + $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
|
312 | + $events = $eventHandler->objectToArray($eventHandler->getNewEvent($start, $nbEventsByPage, 0, true), array('cat_id')); |
|
313 | + $eventHandler->formatEventsDate($events, _SHORTDATESTRING); |
|
319 | 314 | |
320 | - echo '<img src=' . $pathIcon16 . '/edit.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
|
321 | - echo '<img src=' . $pathIcon16 . '/delete.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_DELETE . '<br>'; |
|
315 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _AM_EXTCAL_APPROVED_EVENT . '</legend>'; |
|
316 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
317 | + //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/edit.png' .' '.'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
|
318 | + //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/delete.png'. ' '."style=vertical-align:middle;/> ". _AM_EXTCAL_INFO_DELETE; |
|
322 | 319 | |
323 | - echo '</fieldset><br>'; |
|
320 | + echo '<img src=' . $pathIcon16 . '/edit.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
|
321 | + echo '<img src=' . $pathIcon16 . '/delete.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_DELETE . '<br>'; |
|
324 | 322 | |
325 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _MD_EXTCAL_SUBMITED_EVENT . '</legend>'; |
|
323 | + echo '</fieldset><br>'; |
|
326 | 324 | |
327 | - echo '<form method="POST" action="event.php">'; |
|
328 | - echo '<input type="hidden" name="op" value="deleteSelection" />'; |
|
325 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _MD_EXTCAL_SUBMITED_EVENT . '</legend>'; |
|
329 | 326 | |
330 | - echo '<table class="outer" style="width:100%;">'; |
|
331 | - echo '<tr style="text-align:center;">'; |
|
332 | - echo '<th>' . _AM_EXTCAL_DELETE . '</th>'; |
|
333 | - echo '<th>#</th>'; |
|
334 | - echo '<th>' . _AM_EXTCAL_CATEGORY . '</th>'; |
|
335 | - echo '<th>' . _AM_EXTCAL_TITLE . '</th>'; |
|
336 | - echo '<th>' . _AM_EXTCAL_START_DATE . '</th>'; |
|
337 | - echo '<th>' . _AM_EXTCAL_END_DATE . '</th>'; |
|
338 | - echo '<th>' . _AM_EXTCAL_RECURRENT . '</th>'; |
|
339 | - echo '<th>' . _AM_EXTCAL_START_RULES . '</th>'; |
|
340 | - echo '<th>' . _AM_EXTCAL_ACTION . '</th>'; |
|
327 | + echo '<form method="POST" action="event.php">'; |
|
328 | + echo '<input type="hidden" name="op" value="deleteSelection" />'; |
|
341 | 329 | |
342 | - echo '</tr>'; |
|
330 | + echo '<table class="outer" style="width:100%;">'; |
|
331 | + echo '<tr style="text-align:center;">'; |
|
332 | + echo '<th>' . _AM_EXTCAL_DELETE . '</th>'; |
|
333 | + echo '<th>#</th>'; |
|
334 | + echo '<th>' . _AM_EXTCAL_CATEGORY . '</th>'; |
|
335 | + echo '<th>' . _AM_EXTCAL_TITLE . '</th>'; |
|
336 | + echo '<th>' . _AM_EXTCAL_START_DATE . '</th>'; |
|
337 | + echo '<th>' . _AM_EXTCAL_END_DATE . '</th>'; |
|
338 | + echo '<th>' . _AM_EXTCAL_RECURRENT . '</th>'; |
|
339 | + echo '<th>' . _AM_EXTCAL_START_RULES . '</th>'; |
|
340 | + echo '<th>' . _AM_EXTCAL_ACTION . '</th>'; |
|
343 | 341 | |
344 | - if (count($events) > 0) { |
|
345 | - $i = 0; |
|
346 | - foreach ($events as $event) { |
|
347 | - $class = (++$i % 2 == 0) ? 'even' : 'odd'; |
|
348 | - echo '<tr style="text-align:left;" class="' . $class . '">'; |
|
349 | - echo "<td width='10%' align='center'>"; |
|
350 | - echo "<input type='checkbox' name='deleteEvents[{$event['event_id']}]' value='1' >"; |
|
351 | - echo "<input type='hidden' name='deleteAllEvents[{$event['event_id']}]' value='1' />"; |
|
352 | - echo '</td>'; |
|
353 | - echo "<td align = 'center' width='5%'>" . $event['event_id'] . '</td>'; |
|
354 | - echo "<td width='10%'>" . '<a href=cat.php?op=modify&cat_id=' . $event['cat']['cat_id'] . '&form_modify' . '>' . $event['cat']['cat_name'] . '</a>' . '</td>'; |
|
355 | - |
|
356 | - echo '<td>' . '<a href=event.php?op=modify&event_id=' . $event['event_id'] . '>' . $event['event_title'] . '</a>' . '</td>'; |
|
357 | - |
|
358 | - // if ($event['event_isrecur']) { |
|
359 | - // echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
|
360 | - // } else { |
|
361 | - // echo '<td>' . $event['formated_event_start'] . '</td>'; |
|
362 | - // } |
|
363 | - |
|
364 | - echo "<td align = 'center' width='10%'>" . $event['formated_event_start'] . '</td>'; |
|
365 | - echo "<td align = 'center' width='10%'>" . $event['formated_event_end'] . '</td>'; |
|
366 | - echo '<td align="center">' . (($event['event_isrecur'] == 1) ? _YES : _NO) . '</td>'; |
|
367 | - if (!isset($event['formated_reccur_rule'])) { |
|
368 | - $event['formated_reccur_rule'] = ''; |
|
342 | + echo '</tr>'; |
|
343 | + |
|
344 | + if (count($events) > 0) { |
|
345 | + $i = 0; |
|
346 | + foreach ($events as $event) { |
|
347 | + $class = (++$i % 2 == 0) ? 'even' : 'odd'; |
|
348 | + echo '<tr style="text-align:left;" class="' . $class . '">'; |
|
349 | + echo "<td width='10%' align='center'>"; |
|
350 | + echo "<input type='checkbox' name='deleteEvents[{$event['event_id']}]' value='1' >"; |
|
351 | + echo "<input type='hidden' name='deleteAllEvents[{$event['event_id']}]' value='1' />"; |
|
352 | + echo '</td>'; |
|
353 | + echo "<td align = 'center' width='5%'>" . $event['event_id'] . '</td>'; |
|
354 | + echo "<td width='10%'>" . '<a href=cat.php?op=modify&cat_id=' . $event['cat']['cat_id'] . '&form_modify' . '>' . $event['cat']['cat_name'] . '</a>' . '</td>'; |
|
355 | + |
|
356 | + echo '<td>' . '<a href=event.php?op=modify&event_id=' . $event['event_id'] . '>' . $event['event_title'] . '</a>' . '</td>'; |
|
357 | + |
|
358 | + // if ($event['event_isrecur']) { |
|
359 | + // echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
|
360 | + // } else { |
|
361 | + // echo '<td>' . $event['formated_event_start'] . '</td>'; |
|
362 | + // } |
|
363 | + |
|
364 | + echo "<td align = 'center' width='10%'>" . $event['formated_event_start'] . '</td>'; |
|
365 | + echo "<td align = 'center' width='10%'>" . $event['formated_event_end'] . '</td>'; |
|
366 | + echo '<td align="center">' . (($event['event_isrecur'] == 1) ? _YES : _NO) . '</td>'; |
|
367 | + if (!isset($event['formated_reccur_rule'])) { |
|
368 | + $event['formated_reccur_rule'] = ''; |
|
369 | + } |
|
370 | + echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
|
371 | + |
|
372 | + echo '<td style="width:10%; text-align:center;">'; |
|
373 | + echo '<a href=event.php?op=modify&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/edit.png' title='" . _AM_EXTCAL_ICONE_EDIT . "' /></a> "; |
|
374 | + echo '<a href=event.php?op=delete&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/delete.png' title='" . _AM_EXTCAL_ICONE_DELETE . "' /></a> "; |
|
375 | + echo '<a href=event.php?op=clone&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/editcopy.png' title='" . _AM_EXTCAL_ICONE_CLONE . "' /></a>"; |
|
376 | + echo '</td>'; |
|
377 | + |
|
378 | + echo '</tr>'; |
|
369 | 379 | } |
370 | - echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
|
380 | + //--------------------------------------------------------- |
|
381 | + $pageNav = new XoopsPageNav($eventHandler->getCountNewEvent(), $nbEventsByPage, $start); |
|
371 | 382 | |
372 | - echo '<td style="width:10%; text-align:center;">'; |
|
373 | - echo '<a href=event.php?op=modify&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/edit.png' title='" . _AM_EXTCAL_ICONE_EDIT . "' /></a> "; |
|
374 | - echo '<a href=event.php?op=delete&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/delete.png' title='" . _AM_EXTCAL_ICONE_DELETE . "' /></a> "; |
|
375 | - echo '<a href=event.php?op=clone&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/editcopy.png' title='" . _AM_EXTCAL_ICONE_CLONE . "' /></a>"; |
|
383 | + echo '<tr><td colspan="2" style="text-align: right;">'; |
|
384 | + echo $pageNav->renderNav(2); |
|
376 | 385 | echo '</td>'; |
377 | 386 | |
378 | - echo '</tr>'; |
|
379 | - } |
|
380 | - //--------------------------------------------------------- |
|
381 | - $pageNav = new XoopsPageNav($eventHandler->getCountNewEvent(), $nbEventsByPage, $start); |
|
387 | + echo '<td colspan="2" style="text-align: right;">'; |
|
382 | 388 | |
383 | - echo '<tr><td colspan="2" style="text-align: right;">'; |
|
384 | - echo $pageNav->renderNav(2); |
|
385 | - echo '</td>'; |
|
389 | + echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_ALL . '" name="deleteSelection[0]">'; |
|
390 | + echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_SELECTION . '" name="deleteSelection[1]">'; |
|
386 | 391 | |
387 | - echo '<td colspan="2" style="text-align: right;">'; |
|
388 | - |
|
389 | - echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_ALL . '" name="deleteSelection[0]">'; |
|
390 | - echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_SELECTION . '" name="deleteSelection[1]">'; |
|
391 | - |
|
392 | - echo '</td>'; |
|
393 | - echo '</tr>'; |
|
394 | - } else { |
|
395 | - echo '<tr><td colspan="5">' . _AM_EXTCAL_NO_PENDING_EVENT . '</td></tr>'; |
|
396 | - } |
|
397 | - echo '</table>'; |
|
398 | - echo '</form>'; |
|
392 | + echo '</td>'; |
|
393 | + echo '</tr>'; |
|
394 | + } else { |
|
395 | + echo '<tr><td colspan="5">' . _AM_EXTCAL_NO_PENDING_EVENT . '</td></tr>'; |
|
396 | + } |
|
397 | + echo '</table>'; |
|
398 | + echo '</form>'; |
|
399 | 399 | |
400 | - echo '</fieldset>'; |
|
401 | - echo '</fieldset><br><br>'; |
|
402 | - //Fin de la liste des evennement ------------------------------------- |
|
403 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_SUBMIT_EVENT . '</legend>'; |
|
400 | + echo '</fieldset>'; |
|
401 | + echo '</fieldset><br><br>'; |
|
402 | + //Fin de la liste des evennement ------------------------------------- |
|
403 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_SUBMIT_EVENT . '</legend>'; |
|
404 | 404 | |
405 | - $form = $eventHandler->getEventForm('admin'); |
|
406 | - $form->display(); |
|
405 | + $form = $eventHandler->getEventForm('admin'); |
|
406 | + $form->display(); |
|
407 | 407 | |
408 | - echo '</fieldset>'; |
|
408 | + echo '</fieldset>'; |
|
409 | 409 | |
410 | - include_once __DIR__ . '/admin_footer.php'; |
|
410 | + include_once __DIR__ . '/admin_footer.php'; |
|
411 | 411 | |
412 | - break; |
|
412 | + break; |
|
413 | 413 | } |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once __DIR__ . '/../../../include/cp_header.php'; |
|
4 | -include_once XOOPS_ROOT_PATH . '/class/xoopsformloader.php'; |
|
5 | -include_once XOOPS_ROOT_PATH . '/class/pagenav.php'; |
|
6 | -include_once __DIR__ . '/../class/form/extcalform.php'; |
|
7 | -include_once __DIR__ . '/admin_header.php'; |
|
8 | -include_once __DIR__ . '/../class/utilities.php'; |
|
3 | +include_once __DIR__.'/../../../include/cp_header.php'; |
|
4 | +include_once XOOPS_ROOT_PATH.'/class/xoopsformloader.php'; |
|
5 | +include_once XOOPS_ROOT_PATH.'/class/pagenav.php'; |
|
6 | +include_once __DIR__.'/../class/form/extcalform.php'; |
|
7 | +include_once __DIR__.'/admin_header.php'; |
|
8 | +include_once __DIR__.'/../class/utilities.php'; |
|
9 | 9 | |
10 | 10 | $gepeto = array_merge($_GET, $_POST); |
11 | 11 | while (list($k, $v) = each($gepeto)) { |
@@ -31,15 +31,15 @@ discard block |
||
31 | 31 | |
32 | 32 | while (list($k, $t) = each($rst)) { |
33 | 33 | if ($t['event_picture1'] != '') { |
34 | - $f = XOOPS_ROOT_PATH . '/uploads/extcal/' . $t['event_picture1']; |
|
34 | + $f = XOOPS_ROOT_PATH.'/uploads/extcal/'.$t['event_picture1']; |
|
35 | 35 | unlink($f); |
36 | - echo $f . '<br>'; |
|
36 | + echo $f.'<br>'; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | if ($t['event_picture2'] != '') { |
40 | - $f = XOOPS_ROOT_PATH . '/uploads/extcal/' . $t['event_picture1']; |
|
40 | + $f = XOOPS_ROOT_PATH.'/uploads/extcal/'.$t['event_picture1']; |
|
41 | 41 | unlink($f); |
42 | - echo $f . '<br>'; |
|
42 | + echo $f.'<br>'; |
|
43 | 43 | } |
44 | 44 | } |
45 | 45 | |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | if (!$eventHandler->modifyEvent($_POST['event_id'], $data)) { |
102 | 102 | redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDIT_FAILED, false); |
103 | 103 | } else { |
104 | - $fileHandler->createFile((int)$_POST['event_id']); |
|
104 | + $fileHandler->createFile((int) $_POST['event_id']); |
|
105 | 105 | redirect_header('event.php', 3, _AM_EXTCAL_EVENT_EDITED, false); |
106 | 106 | } |
107 | 107 | |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | $eventId = $_GET['event_id']; |
173 | 173 | $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
174 | 174 | |
175 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_EDIT_EVENT . '</legend>'; |
|
175 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">'._MD_EXTCAL_EDIT_EVENT.'</legend>'; |
|
176 | 176 | |
177 | 177 | if ($form = $eventHandler->getEventForm('admin', $action, array('event_id' => $eventId))) { |
178 | 178 | $form->display(); |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | } |
198 | 198 | |
199 | 199 | $data['event_id'] = 0; |
200 | - $data['event_title'] .= ' (' . _AM_EXTCAL_CLONE_OF . $eventId . ')'; |
|
200 | + $data['event_title'] .= ' ('._AM_EXTCAL_CLONE_OF.$eventId.')'; |
|
201 | 201 | |
202 | 202 | $newEvent = $eventHandler->create(); |
203 | 203 | $newEvent->setVars($data); |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | |
214 | 214 | if (isset($_POST['confirm'])) { |
215 | 215 | if (!$GLOBALS['xoopsSecurity']->check()) { |
216 | - redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
216 | + redirect_header('index.php', 3, _NOPERM.'<br>'.implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
217 | 217 | exit; |
218 | 218 | } |
219 | 219 | // $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | if (isset($_POST['deleteSelection'][0])) { |
280 | 280 | } else { |
281 | 281 | if (!$GLOBALS['xoopsSecurity']->check()) { |
282 | - redirect_header('index.php', 3, _NOPERM . '<br>' . implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
282 | + redirect_header('index.php', 3, _NOPERM.'<br>'.implode('<br>', $GLOBALS['xoopsSecurity']->getErrors())); |
|
283 | 283 | exit; |
284 | 284 | } |
285 | 285 | |
@@ -312,32 +312,32 @@ discard block |
||
312 | 312 | $events = $eventHandler->objectToArray($eventHandler->getNewEvent($start, $nbEventsByPage, 0, true), array('cat_id')); |
313 | 313 | $eventHandler->formatEventsDate($events, _SHORTDATESTRING); |
314 | 314 | |
315 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _AM_EXTCAL_APPROVED_EVENT . '</legend>'; |
|
316 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _AM_EXTCAL_INFORMATION . '</legend>'; |
|
315 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">'._AM_EXTCAL_APPROVED_EVENT.'</legend>'; |
|
316 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._AM_EXTCAL_INFORMATION.'</legend>'; |
|
317 | 317 | //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/edit.png' .' '.'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
318 | 318 | //echo'<img src='. XOOPS_URL .'/'. $moduleInfo->getInfo('dirmoduleadmin').'/assets/images/action/delete.png'. ' '."style=vertical-align:middle;/> ". _AM_EXTCAL_INFO_DELETE; |
319 | 319 | |
320 | - echo '<img src=' . $pathIcon16 . '/edit.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_EDIT . '<br>'; |
|
321 | - echo '<img src=' . $pathIcon16 . '/delete.png' . ' ' . 'style=vertical-align:middle;/> ' . _AM_EXTCAL_INFO_DELETE . '<br>'; |
|
320 | + echo '<img src='.$pathIcon16.'/edit.png'.' '.'style=vertical-align:middle;/> '._AM_EXTCAL_INFO_EDIT.'<br>'; |
|
321 | + echo '<img src='.$pathIcon16.'/delete.png'.' '.'style=vertical-align:middle;/> '._AM_EXTCAL_INFO_DELETE.'<br>'; |
|
322 | 322 | |
323 | 323 | echo '</fieldset><br>'; |
324 | 324 | |
325 | - echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">' . _MD_EXTCAL_SUBMITED_EVENT . '</legend>'; |
|
325 | + echo '<fieldset><legend style="font-weight:bold; color:#0A3760;">'._MD_EXTCAL_SUBMITED_EVENT.'</legend>'; |
|
326 | 326 | |
327 | 327 | echo '<form method="POST" action="event.php">'; |
328 | 328 | echo '<input type="hidden" name="op" value="deleteSelection" />'; |
329 | 329 | |
330 | 330 | echo '<table class="outer" style="width:100%;">'; |
331 | 331 | echo '<tr style="text-align:center;">'; |
332 | - echo '<th>' . _AM_EXTCAL_DELETE . '</th>'; |
|
332 | + echo '<th>'._AM_EXTCAL_DELETE.'</th>'; |
|
333 | 333 | echo '<th>#</th>'; |
334 | - echo '<th>' . _AM_EXTCAL_CATEGORY . '</th>'; |
|
335 | - echo '<th>' . _AM_EXTCAL_TITLE . '</th>'; |
|
336 | - echo '<th>' . _AM_EXTCAL_START_DATE . '</th>'; |
|
337 | - echo '<th>' . _AM_EXTCAL_END_DATE . '</th>'; |
|
338 | - echo '<th>' . _AM_EXTCAL_RECURRENT . '</th>'; |
|
339 | - echo '<th>' . _AM_EXTCAL_START_RULES . '</th>'; |
|
340 | - echo '<th>' . _AM_EXTCAL_ACTION . '</th>'; |
|
334 | + echo '<th>'._AM_EXTCAL_CATEGORY.'</th>'; |
|
335 | + echo '<th>'._AM_EXTCAL_TITLE.'</th>'; |
|
336 | + echo '<th>'._AM_EXTCAL_START_DATE.'</th>'; |
|
337 | + echo '<th>'._AM_EXTCAL_END_DATE.'</th>'; |
|
338 | + echo '<th>'._AM_EXTCAL_RECURRENT.'</th>'; |
|
339 | + echo '<th>'._AM_EXTCAL_START_RULES.'</th>'; |
|
340 | + echo '<th>'._AM_EXTCAL_ACTION.'</th>'; |
|
341 | 341 | |
342 | 342 | echo '</tr>'; |
343 | 343 | |
@@ -345,15 +345,15 @@ discard block |
||
345 | 345 | $i = 0; |
346 | 346 | foreach ($events as $event) { |
347 | 347 | $class = (++$i % 2 == 0) ? 'even' : 'odd'; |
348 | - echo '<tr style="text-align:left;" class="' . $class . '">'; |
|
348 | + echo '<tr style="text-align:left;" class="'.$class.'">'; |
|
349 | 349 | echo "<td width='10%' align='center'>"; |
350 | 350 | echo "<input type='checkbox' name='deleteEvents[{$event['event_id']}]' value='1' >"; |
351 | 351 | echo "<input type='hidden' name='deleteAllEvents[{$event['event_id']}]' value='1' />"; |
352 | 352 | echo '</td>'; |
353 | - echo "<td align = 'center' width='5%'>" . $event['event_id'] . '</td>'; |
|
354 | - echo "<td width='10%'>" . '<a href=cat.php?op=modify&cat_id=' . $event['cat']['cat_id'] . '&form_modify' . '>' . $event['cat']['cat_name'] . '</a>' . '</td>'; |
|
353 | + echo "<td align = 'center' width='5%'>".$event['event_id'].'</td>'; |
|
354 | + echo "<td width='10%'>".'<a href=cat.php?op=modify&cat_id='.$event['cat']['cat_id'].'&form_modify'.'>'.$event['cat']['cat_name'].'</a>'.'</td>'; |
|
355 | 355 | |
356 | - echo '<td>' . '<a href=event.php?op=modify&event_id=' . $event['event_id'] . '>' . $event['event_title'] . '</a>' . '</td>'; |
|
356 | + echo '<td>'.'<a href=event.php?op=modify&event_id='.$event['event_id'].'>'.$event['event_title'].'</a>'.'</td>'; |
|
357 | 357 | |
358 | 358 | // if ($event['event_isrecur']) { |
359 | 359 | // echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
@@ -361,18 +361,18 @@ discard block |
||
361 | 361 | // echo '<td>' . $event['formated_event_start'] . '</td>'; |
362 | 362 | // } |
363 | 363 | |
364 | - echo "<td align = 'center' width='10%'>" . $event['formated_event_start'] . '</td>'; |
|
365 | - echo "<td align = 'center' width='10%'>" . $event['formated_event_end'] . '</td>'; |
|
366 | - echo '<td align="center">' . (($event['event_isrecur'] == 1) ? _YES : _NO) . '</td>'; |
|
364 | + echo "<td align = 'center' width='10%'>".$event['formated_event_start'].'</td>'; |
|
365 | + echo "<td align = 'center' width='10%'>".$event['formated_event_end'].'</td>'; |
|
366 | + echo '<td align="center">'.(($event['event_isrecur'] == 1) ? _YES : _NO).'</td>'; |
|
367 | 367 | if (!isset($event['formated_reccur_rule'])) { |
368 | 368 | $event['formated_reccur_rule'] = ''; |
369 | 369 | } |
370 | - echo '<td>' . $event['formated_reccur_rule'] . '</td>'; |
|
370 | + echo '<td>'.$event['formated_reccur_rule'].'</td>'; |
|
371 | 371 | |
372 | 372 | echo '<td style="width:10%; text-align:center;">'; |
373 | - echo '<a href=event.php?op=modify&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/edit.png' title='" . _AM_EXTCAL_ICONE_EDIT . "' /></a> "; |
|
374 | - echo '<a href=event.php?op=delete&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/delete.png' title='" . _AM_EXTCAL_ICONE_DELETE . "' /></a> "; |
|
375 | - echo '<a href=event.php?op=clone&event_id=' . $event['event_id'] . "><img src='" . $pathIcon16 . "/editcopy.png' title='" . _AM_EXTCAL_ICONE_CLONE . "' /></a>"; |
|
373 | + echo '<a href=event.php?op=modify&event_id='.$event['event_id']."><img src='".$pathIcon16."/edit.png' title='"._AM_EXTCAL_ICONE_EDIT."' /></a> "; |
|
374 | + echo '<a href=event.php?op=delete&event_id='.$event['event_id']."><img src='".$pathIcon16."/delete.png' title='"._AM_EXTCAL_ICONE_DELETE."' /></a> "; |
|
375 | + echo '<a href=event.php?op=clone&event_id='.$event['event_id']."><img src='".$pathIcon16."/editcopy.png' title='"._AM_EXTCAL_ICONE_CLONE."' /></a>"; |
|
376 | 376 | echo '</td>'; |
377 | 377 | |
378 | 378 | echo '</tr>'; |
@@ -386,13 +386,13 @@ discard block |
||
386 | 386 | |
387 | 387 | echo '<td colspan="2" style="text-align: right;">'; |
388 | 388 | |
389 | - echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_ALL . '" name="deleteSelection[0]">'; |
|
390 | - echo '<input type="submit" value="' . _AM_EXTCAL_DELETE_SELECTION . '" name="deleteSelection[1]">'; |
|
389 | + echo '<input type="submit" value="'._AM_EXTCAL_DELETE_ALL.'" name="deleteSelection[0]">'; |
|
390 | + echo '<input type="submit" value="'._AM_EXTCAL_DELETE_SELECTION.'" name="deleteSelection[1]">'; |
|
391 | 391 | |
392 | 392 | echo '</td>'; |
393 | 393 | echo '</tr>'; |
394 | 394 | } else { |
395 | - echo '<tr><td colspan="5">' . _AM_EXTCAL_NO_PENDING_EVENT . '</td></tr>'; |
|
395 | + echo '<tr><td colspan="5">'._AM_EXTCAL_NO_PENDING_EVENT.'</td></tr>'; |
|
396 | 396 | } |
397 | 397 | echo '</table>'; |
398 | 398 | echo '</form>'; |
@@ -400,14 +400,14 @@ discard block |
||
400 | 400 | echo '</fieldset>'; |
401 | 401 | echo '</fieldset><br><br>'; |
402 | 402 | //Fin de la liste des evennement ------------------------------------- |
403 | - echo '<fieldset><legend style="font-weight:bold; color:#990000;">' . _MD_EXTCAL_SUBMIT_EVENT . '</legend>'; |
|
403 | + echo '<fieldset><legend style="font-weight:bold; color:#990000;">'._MD_EXTCAL_SUBMIT_EVENT.'</legend>'; |
|
404 | 404 | |
405 | 405 | $form = $eventHandler->getEventForm('admin'); |
406 | 406 | $form->display(); |
407 | 407 | |
408 | 408 | echo '</fieldset>'; |
409 | 409 | |
410 | - include_once __DIR__ . '/admin_footer.php'; |
|
410 | + include_once __DIR__.'/admin_footer.php'; |
|
411 | 411 | |
412 | 412 | break; |
413 | 413 | } |
@@ -1,16 +1,16 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include __DIR__ . '/../../mainfile.php'; |
|
4 | -include_once __DIR__ . '/include/constantes.php'; |
|
3 | +include __DIR__.'/../../mainfile.php'; |
|
4 | +include_once __DIR__.'/include/constantes.php'; |
|
5 | 5 | $params = array('view' => _EXTCAL_NAV_WEEK, 'file' => _EXTCAL_FILE_WEEK); |
6 | 6 | $GLOBALS['xoopsOption']['template_main'] = "extcal_view_{$params['view']}.tpl"; |
7 | -include_once __DIR__ . '/header.php'; |
|
7 | +include_once __DIR__.'/header.php'; |
|
8 | 8 | |
9 | 9 | /* ========================================================================== */ |
10 | -$year = isset($_GET['year']) ? (int)$_GET['year'] : date('Y'); |
|
11 | -$month = isset($_GET['month']) ? (int)$_GET['month'] : date('n'); |
|
12 | -$day = isset($_GET['day']) ? (int)$_GET['day'] : date('j'); |
|
13 | -$cat = isset($_GET['cat']) ? (int)$_GET['cat'] : 0; |
|
10 | +$year = isset($_GET['year']) ? (int) $_GET['year'] : date('Y'); |
|
11 | +$month = isset($_GET['month']) ? (int) $_GET['month'] : date('n'); |
|
12 | +$day = isset($_GET['day']) ? (int) $_GET['day'] : date('j'); |
|
13 | +$cat = isset($_GET['cat']) ? (int) $_GET['cat'] : 0; |
|
14 | 14 | /* ========================================================================== */ |
15 | 15 | |
16 | 16 | // Validate the date (day, month and year) |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | 'cat' => $cat, |
46 | 46 | 'externalKeys' => 'cat_id', |
47 | 47 | ); |
48 | -$events = $eventHandler->getEventsOnPeriode($criteres); |
|
48 | +$events = $eventHandler->getEventsOnPeriode($criteres); |
|
49 | 49 | /**********************************************************************/ |
50 | 50 | $eventsArray = $events; |
51 | 51 | // Formating date |
@@ -86,21 +86,21 @@ discard block |
||
86 | 86 | $nWeekCalObj = $weekCalObj->nextWeek('object'); |
87 | 87 | $navig = array( |
88 | 88 | 'prev' => array( |
89 | - 'uri' => 'year=' . $pWeekCalObj->thisYear() . '&month=' . $pWeekCalObj->thisMonth() . '&day=' . $pWeekCalObj->thisDay(), |
|
89 | + 'uri' => 'year='.$pWeekCalObj->thisYear().'&month='.$pWeekCalObj->thisMonth().'&day='.$pWeekCalObj->thisDay(), |
|
90 | 90 | 'name' => $extcalTimeHandler->getFormatedDate($extcalConfig['nav_date_week'], $pWeekCalObj->getTimestamp()), |
91 | 91 | ), |
92 | 92 | 'this' => array( |
93 | - 'uri' => 'year=' . $weekCalObj->thisYear() . '&month=' . $weekCalObj->thisMonth() . '&day=' . $weekCalObj->thisDay(), |
|
93 | + 'uri' => 'year='.$weekCalObj->thisYear().'&month='.$weekCalObj->thisMonth().'&day='.$weekCalObj->thisDay(), |
|
94 | 94 | 'name' => $extcalTimeHandler->getFormatedDate($extcalConfig['nav_date_week'], $weekCalObj->getTimestamp()), |
95 | 95 | ), |
96 | 96 | 'next' => array( |
97 | - 'uri' => 'year=' . $nWeekCalObj->thisYear() . '&month=' . $nWeekCalObj->thisMonth() . '&day=' . $nWeekCalObj->thisDay(), |
|
97 | + 'uri' => 'year='.$nWeekCalObj->thisYear().'&month='.$nWeekCalObj->thisMonth().'&day='.$nWeekCalObj->thisDay(), |
|
98 | 98 | 'name' => $extcalTimeHandler->getFormatedDate($extcalConfig['nav_date_week'], $nWeekCalObj->getTimestamp()), |
99 | 99 | ), |
100 | 100 | ); |
101 | 101 | |
102 | 102 | // Title of the page |
103 | -$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name') . ' ' . $navig['this']['name']); |
|
103 | +$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name').' '.$navig['this']['name']); |
|
104 | 104 | |
105 | 105 | // Assigning navig data to the template |
106 | 106 | $xoopsTpl->assign('navig', $navig); |
@@ -160,4 +160,4 @@ discard block |
||
160 | 160 | $xoopsTpl->assign('lang', $lang); |
161 | 161 | $xoopsTpl->assign('view', 'week'); |
162 | 162 | |
163 | -include XOOPS_ROOT_PATH . '/footer.php'; |
|
163 | +include XOOPS_ROOT_PATH.'/footer.php'; |
@@ -1,13 +1,13 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include __DIR__ . '/../../mainfile.php'; |
|
4 | -include_once __DIR__ . '/include/constantes.php'; |
|
5 | -$params = array( |
|
3 | +include __DIR__.'/../../mainfile.php'; |
|
4 | +include_once __DIR__.'/include/constantes.php'; |
|
5 | +$params = array( |
|
6 | 6 | 'view' => _EXTCAL_NAV_SEARCH, |
7 | 7 | 'file' => _EXTCAL_FILE_SEARCH, |
8 | 8 | ); |
9 | 9 | $GLOBALS['xoopsOption']['template_main'] = "extcal_view_{$params['view']}.tpl"; |
10 | -include_once __DIR__ . '/header.php'; |
|
10 | +include_once __DIR__.'/header.php'; |
|
11 | 11 | |
12 | 12 | $recurEventsArray = array(); |
13 | 13 | //needed to save the state of the form, so we don't show on the first time the list of available events |
@@ -19,10 +19,10 @@ discard block |
||
19 | 19 | /***************************************************************/ |
20 | 20 | $searchExp = isset($_POST['searchExp']) ? $_POST['searchExp'] : ''; |
21 | 21 | $andor = isset($_POST['andor']) ? $_POST['andor'] : ''; |
22 | -$year = isset($_POST['year']) ? (int)$_POST['year'] : date('Y'); |
|
23 | -$month = isset($_POST['month']) ? (int)$_POST['month'] : date('n'); |
|
24 | -$day = isset($_POST['day']) ? (int)$_POST['day'] : 0; |
|
25 | -$cat = isset($_POST['cat']) ? (int)$_POST['cat'] : 0; |
|
22 | +$year = isset($_POST['year']) ? (int) $_POST['year'] : date('Y'); |
|
23 | +$month = isset($_POST['month']) ? (int) $_POST['month'] : date('n'); |
|
24 | +$day = isset($_POST['day']) ? (int) $_POST['day'] : 0; |
|
25 | +$cat = isset($_POST['cat']) ? (int) $_POST['cat'] : 0; |
|
26 | 26 | $orderby1 = isset($_POST['orderby1']) ? $_POST['orderby1'] : 'cat_name ASC'; |
27 | 27 | $orderby2 = isset($_POST['orderby2']) ? $_POST['orderby2'] : 'event_title ASC'; |
28 | 28 | $orderby3 = isset($_POST['orderby3']) ? $_POST['orderby3'] : ''; |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | } |
144 | 144 | } |
145 | 145 | |
146 | -$eventsArray = array_merge((array)$eventsArray, (array)$recurEventsArray); |
|
146 | +$eventsArray = array_merge((array) $eventsArray, (array) $recurEventsArray); |
|
147 | 147 | |
148 | 148 | // Sort event array by event start |
149 | 149 | //usort($eventsArray, "orderEvents"); |
@@ -234,4 +234,4 @@ discard block |
||
234 | 234 | $xoopsTpl->assign('lang', $lang); |
235 | 235 | $xoopsTpl->assign('view', 'search'); |
236 | 236 | |
237 | -include XOOPS_ROOT_PATH . '/footer.php'; |
|
237 | +include XOOPS_ROOT_PATH.'/footer.php'; |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include __DIR__ . '/../../mainfile.php'; |
|
4 | -include_once __DIR__ . '/include/constantes.php'; |
|
5 | -include_once __DIR__ . '/header.php'; |
|
3 | +include __DIR__.'/../../mainfile.php'; |
|
4 | +include_once __DIR__.'/include/constantes.php'; |
|
5 | +include_once __DIR__.'/header.php'; |
|
6 | 6 | |
7 | 7 | // Getting eXtCal object's handler |
8 | 8 | $eventHandler = xoops_getModuleHandler(_EXTCAL_CLS_EVENT, _EXTCAL_MODULE); |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | $permHandler = ExtcalPerm::getHandler(); |
11 | 11 | $xoopsUser = $xoopsUser ?: null; |
12 | 12 | if (count($permHandler->getAuthorizedCat($xoopsUser, 'extcal_cat_submit')) > 0) { |
13 | - include XOOPS_ROOT_PATH . '/header.php'; |
|
13 | + include XOOPS_ROOT_PATH.'/header.php'; |
|
14 | 14 | |
15 | 15 | // Title of the page |
16 | 16 | $xoopsTpl->assign('xoops_pagetitle', _MI_EXTCAL_SUBMIT_EVENT); |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | |
21 | 21 | //$form->display(); |
22 | 22 | |
23 | - include XOOPS_ROOT_PATH . '/footer.php'; |
|
23 | + include XOOPS_ROOT_PATH.'/footer.php'; |
|
24 | 24 | } else { |
25 | 25 | redirect_header('index.php', 3); |
26 | 26 | } |