TranImg.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  11. <title>上传图片</title>
  12. <link type="text/css" href="images/editorpage.css" rel=stylesheet>
  13. <script>
  14. function EcmsEditorReturnDoAction1(str){
  15. window.parent.EHEcmsEditorDoTranImg(str);
  16. self.location.href=self.location.href;
  17. }
  18. </script>
  19. <script type="text/javascript">
  20. function DoCheckTranFile(obj){
  21. var ctypes,actypes,cfiletype,sfile,sfocus;
  22. ctypes="<?=$ecms_config['sets']['tranpicturetype']?>";
  23. actypes="<?=$public_r['filetype']?>";
  24. if(obj.tranurl.value==''&&obj.file.value=='')
  25. {
  26. alert('请选择要上传的图片');
  27. obj.file.focus();
  28. return false;
  29. }
  30. if(obj.file.value!='')
  31. {
  32. sfile=obj.file.value;
  33. sfocus=0;
  34. }
  35. else
  36. {
  37. sfile=obj.tranurl.value;
  38. sfocus=1;
  39. }
  40. cfiletype=','+ToGetFiletype(sfile)+',';
  41. if(ctypes.indexOf(cfiletype)==-1)
  42. {
  43. alert('文件扩展名错误');
  44. if(sfocus==1)
  45. {
  46. obj.tranurl.focus();
  47. }
  48. else
  49. {
  50. obj.file.focus();
  51. }
  52. return false;
  53. }
  54. cfiletype='|'+ToGetFiletype(sfile)+'|';
  55. if(actypes.indexOf(cfiletype)==-1)
  56. {
  57. alert('文件扩展名不在允许的范围内');
  58. if(sfocus==1)
  59. {
  60. obj.tranurl.focus();
  61. }
  62. else
  63. {
  64. obj.file.focus();
  65. }
  66. return false;
  67. }
  68. ReturnFileNo(obj);
  69. return true;
  70. }
  71. function ToGetFiletype(sfile){
  72. var filetype,s;
  73. s=sfile.lastIndexOf(".");
  74. filetype=sfile.substring(s+1).toLowerCase();
  75. return '.'+filetype;
  76. }
  77. //返回编号
  78. function ExpStr(str,exp){
  79. var pos,len,ext;
  80. pos=str.lastIndexOf(exp)+1;
  81. len=str.length;
  82. ext=str.substring(pos,len);
  83. return ext;
  84. }
  85. function ReturnFileNo(obj){
  86. var filename,str,exp;
  87. if(obj.no.value!='')
  88. {
  89. return '';
  90. }
  91. if(obj.file.value!='')
  92. {
  93. str=obj.file.value;
  94. }
  95. else
  96. {
  97. str=obj.tranurl.value;
  98. }
  99. if(str.indexOf("\\")>=0)
  100. {
  101. exp="\\";
  102. }
  103. else
  104. {
  105. exp="/";
  106. }
  107. filename=ExpStr(str,exp);
  108. obj.no.value=filename;
  109. }
  110. </script>
  111. </head>
  112. <body scroll="no" style="overflow: hidden" topmargin="0">
  113. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" id="tranpictb">
  114. <form id="TranImgFormT" name="TranImgFormT" method="post" target="eeditoruploadimg<?=$ecms_topager['InstanceId']?>" enctype="multipart/form-data" action="../ecmseditor.php" onsubmit="return DoCheckTranFile(document.TranImgFormT);">
  115. <?=$ecms_hashur['form']?>
  116. <input type=hidden name=classid value="<?=$ecms_topager['classid']?>">
  117. <input type=hidden name=filepass value="<?=$ecms_topager['filepass']?>">
  118. <input type=hidden name=infoid value="<?=$ecms_topager['infoid']?>">
  119. <input type=hidden name=modtype value="<?=$ecms_topager['modtype']?>">
  120. <input type=hidden name=sinfo value="<?=$ecms_topager['sinfo']?>">
  121. <input type=hidden name=enews value="TranFile">
  122. <input type=hidden name=type value="1">
  123. <input type=hidden name=doing value="0">
  124. <input type=hidden name=tranfrom value="1">
  125. <input type=hidden name=InstanceName value="<?=$ecms_topager['InstanceName']?>">
  126. <input type=hidden name=InstanceId value="<?=$ecms_topager['InstanceId']?>">
  127. <input type=hidden name=doecmspage id=doecmspage value="<?=$doecmspage?>">
  128. <tr>
  129. <td><strong>远程保存</strong><br>
  130. <input name="tranurl" type="text" id="tranurl" size="32" style="width: 100%"></td>
  131. </tr>
  132. <tr>
  133. <td><strong>本地上传</strong><br>
  134. <input type="file" name="file" id="txtUploadFile" style="width: 100%">
  135. </td>
  136. </tr>
  137. <tr>
  138. <td><strong>文件别名</strong><br>
  139. <input name="no" type="text" id="no" value="<?=$ecms_topager['fileno']?>" style="width: 100%">
  140. </td>
  141. </tr>
  142. <tr>
  143. <td>
  144. <input name="getmark" type="checkbox" id="getmark" value="1"> <a href="../../SetEnews.php<?=$ecms_hashur['whehref']?>" target="_blank">加水印</a>&nbsp;&nbsp;
  145. <input name="getsmall" type="checkbox" id="getsmall" value="1">
  146. 生成缩略图:宽度:
  147. <input name="width" type="text" id="width" value="<?=$public_r['spicwidth']?>" size="6">
  148. * 高度:
  149. <input name="height" type="text" id="height" value="<?=$public_r['spicheight']?>" size="6"></td>
  150. </tr>
  151. <tr>
  152. <td height="30">
  153. <input type="submit" name="Submit2" value="发送到服务器上">
  154. </td>
  155. </tr>
  156. </form>
  157. </table>
  158. <iframe name="eeditoruploadimg<?=$ecms_topager['InstanceId']?>" id="eeditoruploadimg<?=$ecms_topager['InstanceId']?>" style="display:none" src="images/blank.html"></iframe>
  159. </body>
  160. </html>