Changeset 10331 for temp/trunk
- Timestamp:
- 2006/12/06 13:38:35 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/design/upload.tpl (modified) (1 diff)
-
data/conf/conf.php (modified) (1 diff)
-
html/admin/design/upload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/Smarty/templates/admin/design/upload.tpl
r10330 r10331 8 8 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 9 9 <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data"> 10 <input type="hidden" name="mode" value="upload"> 10 11 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 11 12 <tr valign="top"> -
temp/trunk/data/conf/conf.php
r10227 r10331 217 217 define("PDF_SIZE", 5000); // PDF¥µ¥¤¥ºÀ©¸Â(KB):¾¦Éʾܺ٥ե¡¥¤¥ëÅù 218 218 define("FILE_SIZE", 10000); // ¥Õ¥¡¥¤¥ë´ÉÍý²èÌÌ¥¢¥Ã¥×À©¸Â(KB) 219 define("TEMPLATE_SIZE", 10000); // ¥¢¥Ã¥×¤Ç¤¤ë¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÀ©¸Â(KB) 219 220 define("LEVEL_MAX", 5); // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ 220 221 define("CATEGORY_MAX", 1000); // ºÇÂ祫¥Æ¥´¥êÅÐÏ¿¿ô -
temp/trunk/html/admin/design/upload.php
r10326 r10331 39 39 switch($_POST['mode']) { 40 40 case 'upload': 41 $objPage->arrErr = lfErrorCheck(); 41 42 break; 42 43 default: … … 44 45 } 45 46 // ²èÌ̤Îɽ¼¨ 47 $objPage->arrForm = $objFormParam->getFormParamList(); 46 48 $objView->assignobj($objPage); 47 49 $objView->display(MAIN_FRAME);
Note: See TracChangeset
for help on using the changeset viewer.
