Changeset 10629 for temp/branches/ec-cube-beta
- Timestamp:
- 2006/12/14 16:16:28 (19 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/products/upload_csv.tpl (modified) (previous)
-
html/admin/products/upload_csv.php (modified) (1 diff)
-
html/js/win_op.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/products/upload_csv.php
r10620 r10629 136 136 // ¥Õ¥é¥Ã¥·¥åɽ¼¨ 137 137 echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"10; URL=\"./\"><br>\n"; 138 echo "<a href=\" ./\">¢«Ìá¤ë</a>";138 echo "<a href=\"javascript:\">ÊĤ¸¤ë</a>"; 139 139 flush(); 140 140 exit; -
temp/branches/ec-cube-beta/html/js/win_op.js
r10626 r10629 46 46 function win_open(){ 47 47 w = window.open("", "newwindow"); 48 document.form 1.target = w;48 document.forms["form1"].target = w; 49 49 } 50 50 //-->
Note: See TracChangeset
for help on using the changeset viewer.
