7.php 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><table width='100%' align=center cellpadding=3 cellspacing=1 class="tableborder"><tr><td width='16%' height=25 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 width='16%' height=25 bgcolor='ffffff'>副标题</td><td bgcolor='ffffff'><input name="ftitle" type="text" id="ftitle" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[ftitle]))?>" size="60">
  24. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>特殊属性</td><td bgcolor='ffffff'>
  25. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  26. <tr>
  27. <td height="25" bgcolor="#FFFFFF">信息属性:
  28. <input name="checked" type="checkbox" value="1"<?=$r[checked]?' checked':''?>>
  29. 审核 &nbsp;&nbsp; 推荐
  30. <select name="isgood" id="isgood">
  31. <option value="0">不推荐</option>
  32. <?=$ftnr['igname']?>
  33. </select>
  34. &nbsp;&nbsp; 头条
  35. <select name="firsttitle" id="firsttitle">
  36. <option value="0">非头条</option>
  37. <?=$ftnr['ftname']?>
  38. </select></td>
  39. </tr>
  40. <tr>
  41. <td height="25" bgcolor="#FFFFFF">关键字&nbsp;&nbsp;&nbsp;:
  42. <input name="keyboard" type="text" size="52" value="<?=stripSlashes($r[keyboard])?>">
  43. <font color="#666666">(多个请用&quot;,&quot;隔开)</font></td>
  44. </tr>
  45. <tr>
  46. <td height="25" bgcolor="#FFFFFF">外部链接:
  47. <input name="titleurl" type="text" value="<?=stripSlashes($r[titleurl])?>" size="52">
  48. <font color="#666666">(填写后信息连接地址将为此链接)</font></td>
  49. </tr>
  50. </table>
  51. </td></tr><tr><td width='16%' height=25 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?>'">
  52. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>标题图片</td><td bgcolor='ffffff'><input name="titlepic" type="text" id="titlepic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[titlepic]))?>" size="45">
  53. <a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=titlepic<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a>
  54. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>内容简介</td><td bgcolor='ffffff'><textarea name="smalltext" cols="80" rows="10" id="smalltext"><?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[smalltext]))?></textarea>
  55. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>作者</td><td bgcolor='ffffff'><?php
  56. $writer_sql=$empire->query("select writer from {$dbtbpre}enewswriter");
  57. while($w_r=$empire->fetch($writer_sql))
  58. {
  59. $w_class.="<option value='".$w_r[writer]."'>".$w_r[writer]."</option>";
  60. }
  61. ?>
  62. <input type=text name=writer value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[writer]))?>" size="">
  63. <select name="w_id" id="select7" onchange="document.add.writer.value=document.add.w_id.value">
  64. <option>选择作者</option>
  65. <?=$w_class?>
  66. </select>
  67. <input type="button" name="wbutton" value="增加作者" onclick="window.open('NewsSys/writer.php?<?=$ecms_hashur[ehref]?>&addwritername='+document.add.writer.value);">
  68. </td></tr><tr><td width='16%' height=25 bgcolor='ffffff'>信息来源</td><td bgcolor='ffffff'><?php
  69. $befrom_sql=$empire->query("select sitename from {$dbtbpre}enewsbefrom");
  70. while($b_r=$empire->fetch($befrom_sql))
  71. {
  72. $b_class.="<option value='".$b_r[sitename]."'>".$b_r[sitename]."</option>";
  73. }
  74. ?>
  75. <input type="text" name="befrom" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[befrom]))?>" size="">
  76. <select name="befrom_id" id="befromid" onchange="document.add.befrom.value=document.add.befrom_id.value">
  77. <option>选择信息来源</option>
  78. <?=$b_class?>
  79. </select>
  80. <input type="button" name="wbutton" value="增加来源" onclick="window.open('NewsSys/BeFrom.php?<?=$ecms_hashur[ehref]?>&addsitename='+document.add.befrom.value);">
  81. </td></tr><tr><td height=25 colspan=2 bgcolor='ffffff'><div align=left>新闻正文(*)</div></td></tr></table><div style="background-color:#D0D0D0"><?=ECMS_ShowEditorVar("newstext",$ecmsfirstpost==1?"":stripSlashes($r[newstext]),"Default","","300","100%")?>
  82. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  83. <tr>
  84. <td bgcolor="#FFFFFF"> <input name="dokey" type="checkbox" value="1"<?=$r[dokey]==1?' checked':''?>>
  85. 关键字替换&nbsp;&nbsp; <input name="copyimg" type="checkbox" id="copyimg" value="1">
  86. 远程保存图片(
  87. <input name="mark" type="checkbox" id="mark" value="1">
  88. <a href="SetEnews.php<?=$ecms_hashur[whehref]?>" target="_blank">加水印</a>)&nbsp;&nbsp;
  89. <input name="copyflash" type="checkbox" id="copyflash" value="1">
  90. 远程保存FLASH(地址前缀:
  91. <input name="qz_url" type="text" id="qz_url" size="">
  92. )</td>
  93. </tr>
  94. <tr>
  95. <td bgcolor="#FFFFFF"><input name="repimgnexturl" type="checkbox" id="repimgnexturl" value="1"> 图片链接转为下一页&nbsp;&nbsp; <input name="autopage" type="checkbox" id="autopage" value="1"> 自动分页
  96. ,每
  97. <input name="autosize" type="text" id="autosize" value="5000" size="5">
  98. 个字节为一页&nbsp;&nbsp; 取第
  99. <input name="getfirsttitlepic" type="text" id="getfirsttitlepic" value="" size="1">
  100. 张上传图为标题图片(
  101. <input name="getfirsttitlespic" type="checkbox" id="getfirsttitlespic" value="1">
  102. 缩略图: 宽
  103. <input name="getfirsttitlespicw" type="text" id="getfirsttitlespicw" size="3" value="<?=$public_r[spicwidth]?>">
  104. *高
  105. <input name="getfirsttitlespich" type="text" id="getfirsttitlespich" size="3" value="<?=$public_r[spicheight]?>">
  106. )</td>
  107. </tr>
  108. </table>
  109. </div>