Changeset 9261
- Timestamp:
- 2006/11/28 09:57:38 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/class/SC_UploadFile.php (modified) (1 diff)
-
html/install/user_data/templates/detail.tpl (modified) (previous)
-
html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_UploadFile.php
r9257 r9261 183 183 // ¥Õ¥©¡¼¥à¤ËÅϤ¹ÍѤΥե¡¥¤¥ë¾ðÊóÇÛÎó¤òÊÖ¤¹ 184 184 function getFormFileList($temp_url, $save_url, $real_size = false) { 185 186 sfprintr(HTML_PATH); 187 sfprintr(URL_DIR); 188 185 189 186 $cnt = 0; 190 187 foreach($this->keyname as $val) { -
temp/trunk/html/products/detail.php
r9253 r9261 180 180 $objPage->tpl_large_width = $large_width + 60; 181 181 $objPage->tpl_large_height = $large_height + 80; 182 183 184 sfprintr($objPage->arrFile);185 182 186 183 $objView->assignobj($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
