diff --git a/src/dede/templets/article_add.htm b/src/dede/templets/article_add.htm index fbdb57f..e338198 100755 --- a/src/dede/templets/article_add.htm +++ b/src/dede/templets/article_add.htm @@ -25,14 +25,12 @@ body { background-image: url(images/allbg.gif); } - @@ -427,13 +344,7 @@ function delAlbPicOld(picfile, pid){ GetEditor("body",$body,450); ?> -
+ diff --git a/src/dede/templets/article_edit.htm b/src/dede/templets/article_edit.htm index 370c70b..b8ea940 100755 --- a/src/dede/templets/article_edit.htm +++ b/src/dede/templets/article_edit.htm @@ -16,7 +16,6 @@ body { - @@ -58,111 +57,7 @@ function viewVote() } window.onload = function () { - swfu = new SWFUpload( - { - // Backend Settings - upload_url: "swfupload.php", - post_params: {"PHPSESSID": "", "dopost" : "", "arctype" : arctype, - "arcid":}, - - // File Upload Settings - file_size_limit : "2 MB", // 2MB - file_types : "*.jpg; *.gif; *.png", - file_types_description : "选择 JPEG/GIF/PNG 格式图片", - file_upload_limit : "0", - - file_queue_error_handler : fileQueueError, - file_dialog_complete_handler : fileDialogComplete, - upload_progress_handler : uploadProgress, - upload_error_handler : uploadError, - upload_success_handler : uploadSuccess, - upload_complete_handler : uploadComplete, - - button_image_url : "../static/SmallSpyGlassWithTransperancy_17x18.png", - button_placeholder_id : "spanButtonPlaceholder", - button_width: '100%', - button_height: 26, - button_text : ' ', - button_text_style : '', - button_text_top_padding: 0, - button_text_left_padding: 10, - button_window_mode: SWFUpload.WINDOW_MODE.TRANSPARENT, - button_cursor: SWFUpload.CURSOR.HAND, - - // Flash Settings - flash_url : "../static/swfupload/swfupload.swf", - - custom_settings : { - upload_target : "divFileProgressContainer" - }, - - // Debug Settings - debug: false - }); }; - -function addtoEditOld(picurl,pid) -{ - var picTitle = jQuery('input[name="picinfook'+pid+'"]').val(); - var picHTML = '