- Timestamp:
- 2007/11/01 13:53:18 (15 years ago)
- Location:
- branches/beta
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/Smarty/templates/admin/mail/index.tpl
r14676 r16648 370 370 </td> 371 371 <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="8" height="1" alt=""></td> 372 <td><input type="submit" name="subm" value="ÇÛ¿®ÆâÍÆ¤òÀßÄꤹ¤ë" onclick="document.form1['mode'].value='input';"/></td> 372 <td><input type="submit" name="subm" value="ÇÛ¿®ÆâÍÆ¤òÀßÄꤹ¤ë" onclick="document.form1['mode'].value='input';"/> 373 <!--{* ¥³¥ó¥Ó¡¼¥º¥â¥¸¥å¡¼¥ëÏ¢·ÈÍÑ *}--> 374 <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_combz/combz_mail.tpl}--> 375 <!--{if file_exists($path)}--> 376 <!--{include file=$path}--> 377 <!--{/if}--> 378 </td> 373 379 </tr> 374 380 </table> -
branches/beta/html/admin/mail/index.php
r14676 r16648 7 7 require_once("../require.php"); 8 8 require_once("./inc_mailmagazine.php"); 9 10 if(file_exists(MODULE_PATH . 'mdl_combz/mdl_combz.inc')) { 11 require_once(MODULE_PATH . 'mdl_combz/mdl_combz.inc'); 12 } 9 13 10 14 class LC_Page { … … 128 132 case 'search': 129 133 case 'back': 134 // ¥³¥ó¥Ó¡¼¥ºÏ¢·ÈÍÑ 135 case 'combz': 130 136 //-- ÆþÎÏÃÍ¥³¥ó¥Ð¡¼¥È 131 137 $objPage->list_data = lfConvertParam($_POST, $arrSearchColumn); … … 170 176 //¸½ºß»þ¹ï¤Î¼èÆÀ 171 177 $objPage->arrNowDate = lfGetNowDate(); 178 } 179 180 if($_POST['mode'] == 'combz' && function_exists('sfCombzPost')) { 181 $objPage->combz_return = sfCombzPost($_POST['combz_type'], $where, $arrval); 172 182 } 173 183 break;
Note: See TracChangeset
for help on using the changeset viewer.