Changeset 10331 for temp/trunk


Ignore:
Timestamp:
2006/12/06 13:38:35 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/Smarty/templates/admin/design/upload.tpl

    r10330 r10331  
    88<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
    99<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data"> 
     10<input type="hidden" name="mode" value="upload"> 
    1011<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1112    <tr valign="top"> 
  • temp/trunk/data/conf/conf.php

    r10227 r10331  
    217217define("PDF_SIZE", 5000);                               // PDF¥µ¥¤¥ºÀ©¸Â(KB):¾¦Éʾܺ٥ե¡¥¤¥ëÅù 
    218218define("FILE_SIZE", 10000);                             // ¥Õ¥¡¥¤¥ë´ÉÍý²èÌÌ¥¢¥Ã¥×À©¸Â(KB) 
     219define("TEMPLATE_SIZE", 10000);                         // ¥¢¥Ã¥×¤Ç¤­¤ë¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÀ©¸Â(KB) 
    219220define("LEVEL_MAX", 5);                                 // ¥«¥Æ¥´¥ê¤ÎºÇÂ糬ÁØ 
    220221define("CATEGORY_MAX", 1000);                           // ºÇÂ祫¥Æ¥´¥êÅÐÏ¿¿ô 
  • temp/trunk/html/admin/design/upload.php

    r10326 r10331  
    3939switch($_POST['mode']) { 
    4040case 'upload': 
     41    $objPage->arrErr = lfErrorCheck(); 
    4142    break; 
    4243default: 
     
    4445} 
    4546// ²èÌ̤Îɽ¼¨ 
     47$objPage->arrForm = $objFormParam->getFormParamList(); 
    4648$objView->assignobj($objPage); 
    4749$objView->display(MAIN_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.