- Timestamp:
- 2006/10/25 20:19:51 (20 years ago)
- Location:
- temp/trunk/data/downloads/module
- Files:
-
- 2 edited
-
ebis_tag.php (modified) (2 diffs)
-
ebis_tag.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/ebis_tag.php
r6739 r6740 25 25 $objFormParam = new SC_FormParam(); 26 26 $objFormParam = lfInitParam($objFormParam); 27 // POSTÃͤμèÆÀ 28 $objFormParam->setParam($_POST); 27 29 28 30 switch($_POST['mode']) { … … 34 36 } 35 37 38 $objPage->arrForm = $objFormParam->getFormParamList(); 36 39 $objView->assignobj($objPage); //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 37 40 $objView->display($objPage->tpl_mainpage); //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ
Note: See TracChangeset
for help on using the changeset viewer.
