editcj13.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><tr><td bgcolor=ffffff>图片名称</td><td bgcolor=ffffff><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  7. <tr>
  8. <td height="25" bgcolor="#FFFFFF">
  9. <?=$tts?"<select name='ttid'><option value='0'>标题分类</option>$tts</select>":""?>
  10. <input type=text name=title value="<?=ehtmlspecialchars(stripSlashes($r[title]))?>" size="60">
  11. <input type="button" name="button" value="图文" onclick="document.add.title.value=document.add.title.value+'(图文)';">
  12. </td>
  13. </tr>
  14. <tr>
  15. <td height="25" bgcolor="#FFFFFF">属性:
  16. <input name="titlefont[b]" type="checkbox" value="b"<?=$titlefontb?>>粗体
  17. <input name="titlefont[i]" type="checkbox" value="i"<?=$titlefonti?>>斜体
  18. <input name="titlefont[s]" type="checkbox" value="s"<?=$titlefonts?>>删除线
  19. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;颜色: <input name="titlecolor" type="text" value="<?=stripSlashes($r[titlecolor])?>" size="10" class="color">
  20. </td>
  21. </tr>
  22. </table>
  23. </td></tr><tr><td bgcolor=ffffff>发布时间</td><td bgcolor=ffffff><input name="newstime" type="text" value="<?=$r[newstime]?>" size="28" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd HH:mm:ss'})"><input type=button name=button value="设为当前时间" onclick="document.add.newstime.value='<?=$todaytime?>'">
  24. </td></tr><tr><td bgcolor=ffffff>图片集</td><td bgcolor=ffffff><script>
  25. function dopicadd()
  26. {var i;
  27. var str="";
  28. var oldi=0;
  29. var j=0;
  30. oldi=parseInt(document.add.morepicnum.value);
  31. for(i=1;i<=document.add.downmorepicnum.value;i++)
  32. {
  33. j=i+oldi;
  34. str=str+"<tr><td width=7%><div align=center>"+j+"</div></td><td width=33%><div align=center><input name=msmallpic[] type=text size=28 id=msmallpic"+j+" ondblclick=SpOpenChFile(1,'msmallpic"+j+"')><br><input type=file name=msmallpfile[] size=15></div></td><td width=30%><div align=center><input name=mbigpic[] type=text size=28 id=mbigpic"+j+" ondblclick=SpOpenChFile(1,'mbigpic"+j+"')><br><input type=file name=mbigpfile[] size=15></div></td><td width=30%><div align=center><input name=mpicname[] type=text></div></td></tr>";
  35. }
  36. document.getElementById("addpicdown").innerHTML="<table width='100%' border=0 cellspacing=1 cellpadding=3>"+str+"</table>";
  37. }
  38. </script>
  39. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  40. <tr>
  41. <td height="25">
  42. 图片地址前缀:
  43. <input name="mpicurl_qz" type="text" id="mpicurl_qz">&nbsp;&nbsp;
  44. <input type="checkbox" name="msavepic" value="1">远程保存&nbsp;<input type="checkbox" name="mcreatespic" value="1" onclick="if(this.checked){setmcreatespic.style.display='';}else{setmcreatespic.style.display='none';}">生成缩图
  45. <span id="setmcreatespic" style="display:none">:<input type=text name="mcreatespicwidth" size=4 value="<?=$public_r[spicwidth]?>">*<input type=text name="mcreatespicheight" size=4 value="<?=$public_r[spicheight]?>">(宽*高)</span>
  46. <?php
  47. if(TranmoreIsOpen())
  48. {
  49. ?>
  50. <input type="button" name="Submit" value="多选上传" onclick="window.open('ecmseditor/tranmore/tranmore.php?type=1&classid=<?=$classid?>&filepass=<?=$filepass?>&infoid=<?=$id?>&modtype=0&sinfo=1&ecmsdo=ecmstmmorepic&tranfrom=2<?=$ecms_hashur['ehref']?>&oldmorepicnum='+document.add.morepicnum.value,'ecmstmpage','width=700,height=550,scrollbars=yes');">
  51. <?php
  52. }
  53. ?>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td><table width="100%" border=0 align=center cellpadding=3 cellspacing=1>
  58. <tr bgcolor="#DBEAF5">
  59. <td width="7%"><div align=center>编号</div></td>
  60. <td width="33%"><div align=center>缩图 <font color="#666666">(双击选择)</font></div></td>
  61. <td width="30%"><div align=center>大图 <font color="#666666">(双击选择)</font></div></td>
  62. <td width="30%"><div align=center>图片说明</div></td>
  63. </tr>
  64. </table></td>
  65. </tr>
  66. <tr>
  67. <td id=defmorepicid>
  68. <?php
  69. if($ecmsfirstpost==1)
  70. {
  71. ?>
  72. <table width='100%' border=0 align=center cellpadding=3 cellspacing=1>
  73. <?php
  74. $morepicnum=3;
  75. for($mppathi=1;$mppathi<=$morepicnum;$mppathi++)
  76. {
  77. ?>
  78. <tr>
  79. <td width='7%'><div align=center><?=$mppathi?></div></td>
  80. <td width='33%'><div align=center>
  81. <input name=msmallpic[] type=text id='msmallpic<?=$mppathi?>' size=28 ondblclick="SpOpenChFile(1,'msmallpic<?=$mppathi?>');">
  82. <br><input type=file name=msmallpfile[] size=15>
  83. </div></td>
  84. <td width='30%'><div align=center>
  85. <input name=mbigpic[] type=text id='mbigpic<?=$mppathi?>' size=28 ondblclick="SpOpenChFile(1,'mbigpic<?=$mppathi?>');">
  86. <br><input type=file name=mbigpfile[] size=15>
  87. </div></td>
  88. <td width='30%'><div align=center>
  89. <input name=mpicname[] type=text id='mpicname<?=$mppathi?>'>
  90. </div></td>
  91. </tr>
  92. <?php
  93. }
  94. ?>
  95. </table>
  96. <?php
  97. }
  98. else
  99. {
  100. $morepicpath="";
  101. $morepicnum=0;
  102. if($r[morepic])
  103. {
  104. $r[morepic]=stripSlashes($r[morepic]);
  105. //地址
  106. $j=0;
  107. $pd_record=explode("\r\n",$r[morepic]);
  108. for($i=0;$i<count($pd_record);$i++)
  109. {
  110. $j=$i+1;
  111. $pd_field=explode("::::::",$pd_record[$i]);
  112. $morepicpath.="<tr>
  113. <td width='7%'><div align=center>".$j."</div></td>
  114. <td width='33%'><div align=center>
  115. <input name=msmallpic[] type=text value='".$pd_field[0]."' size=28 id=msmallpic".$j." ondblclick=\"SpOpenChFile(1,'msmallpic".$j."');\">
  116. <br><input type=file name=msmallpfile[] size=15>
  117. </div></td>
  118. <td width='30%'><div align=center>
  119. <input name=mbigpic[] type=text value='".$pd_field[1]."' size=28 id=mbigpic".$j." ondblclick=\"SpOpenChFile(1,'mbigpic".$j."');\">
  120. <br><input type=file name=mbigpfile[] size=15>
  121. </div></td>
  122. <td width='30%'><div align=center>
  123. <input name=mpicname[] type=text value='".$pd_field[2]."'><input type=hidden name=mpicid[] value=".$j."><input type=checkbox name=mdelpicid[] value=".$j.">删
  124. </div></td>
  125. </tr>";
  126. }
  127. $morepicnum=$j;
  128. $morepicpath="<table width='100%' border=0 cellspacing=1 cellpadding=3>".$morepicpath."</table>";
  129. }
  130. echo $morepicpath;
  131. }
  132. ?>
  133. </td>
  134. </tr>
  135. <tr>
  136. <td height="25">地址扩展数量: <input name="morepicnum" type="hidden" id="morepicnum" value="<?=$morepicnum?>">
  137. <input name="downmorepicnum" type="text" value="1" size="6"> <input type="button" name="Submit5" value="输出地址" onclick="javascript:dopicadd();"></td>
  138. </tr>
  139. <tr>
  140. <td id=addpicdown></td>
  141. </tr>
  142. </table>
  143. </td></tr><tr><td bgcolor=ffffff>图片简介</td><td bgcolor=ffffff>
  144. <textarea name="smalltext" cols="80" rows="10" id="smalltext"><?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[smalltext]))?></textarea>
  145. </td></tr>