sysfhtml.txt 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. [!--sys.title--]
  2. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  3. <tr>
  4. <td height="25" bgcolor="#FFFFFF">
  5. <?=$tts?"<select name='ttid'><option value='0'>标题分类</option>$tts</select>":""?>
  6. <input type=text name=title value="<?=ehtmlspecialchars(stripSlashes($r[title]))?>" size="60">
  7. <input type="button" name="button" value="图文" onclick="document.add.title.value=document.add.title.value+'(图文)';">
  8. </td>
  9. </tr>
  10. <tr>
  11. <td height="25" bgcolor="#FFFFFF">属性:
  12. <input name="titlefont[b]" type="checkbox" value="b"<?=$titlefontb?>>粗体
  13. <input name="titlefont[i]" type="checkbox" value="i"<?=$titlefonti?>>斜体
  14. <input name="titlefont[s]" type="checkbox" value="s"<?=$titlefonts?>>删除线
  15. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;颜色: <input name="titlecolor" type="text" value="<?=stripSlashes($r[titlecolor])?>" size="10" class="color">
  16. </td>
  17. </tr>
  18. </table>
  19. [!--sys.qf.exp--]
  20. <input name="title" type="text" size="42" value="<?=$ecmsfirstpost==1?"":DoReqValue($mid,'title',stripSlashes($r[title]))?>">
  21. [!--sys.qf.exp--]
  22. <tr bgcolor="#FFFFFF">
  23. <td height="22" valign="top"><strong>[!--enews.name--]正则:</strong><br>
  24. (<input name="textfield" type="text" id="textfield" value="[!--title--]" size="20">)</td>
  25. <td><table width="100%" border="0" cellspacing="1" cellpadding="3">
  26. <tr>
  27. <td><textarea name="add[zz_title]" cols="60" rows="10" id="textarea"><?=ehtmlspecialchars(stripSlashes($r[zz_title]))?></textarea></td>
  28. </tr>
  29. <tr>
  30. <td><input name="add[z_title]" type="text" id="add[z_title]" value="<?=stripSlashes($r[z_title])?>">
  31. (如填写这里,将为字段的值)</td>
  32. </tr>
  33. </table></td>
  34. </tr>
  35. [!--sys.title--]
  36. ---------------------------------------------
  37. [!--sys.special.field--]
  38. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  39. <tr>
  40. <td height="25" bgcolor="#FFFFFF">信息属性:
  41. <input name="checked" type="checkbox" value="1"<?=$r[checked]?' checked':''?>>
  42. 审核 &nbsp;&nbsp; 推荐
  43. <select name="isgood" id="isgood">
  44. <option value="0">不推荐</option>
  45. <?=$ftnr['igname']?>
  46. </select>
  47. &nbsp;&nbsp; 头条
  48. <select name="firsttitle" id="firsttitle">
  49. <option value="0">非头条</option>
  50. <?=$ftnr['ftname']?>
  51. </select></td>
  52. </tr>
  53. <tr>
  54. <td height="25" bgcolor="#FFFFFF">关键字&nbsp;&nbsp;&nbsp;:
  55. <input name="keyboard" type="text" size="52" value="<?=stripSlashes($r[keyboard])?>">
  56. <font color="#666666">(多个请用&quot;,&quot;隔开)</font></td>
  57. </tr>
  58. <tr>
  59. <td height="25" bgcolor="#FFFFFF">外部链接:
  60. <input name="titleurl" type="text" value="<?=stripSlashes($r[titleurl])?>" size="52">
  61. <font color="#666666">(填写后信息连接地址将为此链接)</font></td>
  62. </tr>
  63. </table>
  64. [!--sys.qf.exp--]
  65. <input name="keyboard" type="text" size=42 value="<?=stripSlashes($r[keyboard])?>">
  66. <font color="#666666">(多个请用&quot;,&quot;隔开)</font>
  67. [!--sys.qf.exp--]
  68. [!--sys.special.field--]
  69. ---------------------------------------------
  70. [!--sys.titlepic--]
  71. <input name="titlepic" type="text" id="titlepic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[titlepic]))?>" size="45">
  72. <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>
  73. [!--sys.qf.exp--]
  74. <input type="file" name="titlepicfile" size="45">
  75. [!--sys.qf.exp--]
  76. <tr bgcolor="#FFFFFF">
  77. <td height="22" valign="top"><strong>[!--enews.name--]正则:</strong><br>
  78. (
  79. <input name="textfield" type="text" id="textfield" value="[!--titlepic--]" size="20">
  80. )</td>
  81. <td><table width="100%" border="0" cellspacing="1" cellpadding="3">
  82. <tr>
  83. <td>附件前缀
  84. <input name="add[qz_titlepic]" type="text" id="add[qz_titlepic]" value="<?=stripSlashes($r[qz_titlepic])?>">
  85. <input name="add[save_titlepic]" type="checkbox" id="add[save_titlepic]" value=" checked"<?=$r[save_titlepic]?>>
  86. 远程保存 </td>
  87. </tr>
  88. <tr>
  89. <td><textarea name="add[zz_titlepic]" cols="60" rows="10" id="add[zz_titlepic]"><?=ehtmlspecialchars(stripSlashes($r[zz_titlepic]))?></textarea></td>
  90. </tr>
  91. <tr>
  92. <td><input name="add[z_titlepic]" type="text" id="titlepic5" value="<?=stripSlashes($r[z_titlepic])?>">
  93. (如填写这里,这就是字段的值)</td>
  94. </tr>
  95. </table></td>
  96. </tr>
  97. [!--sys.titlepic--]
  98. ---------------------------------------------
  99. [!--sys.newstime--]
  100. <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?>'">
  101. [!--sys.qf.exp--]
  102. [!--sys.qf.exp--]
  103. <tr bgcolor="#FFFFFF">
  104. <td height="22" valign="top"><strong>[!--enews.name--]正则:</strong><br>
  105. (<input name="textfield" type="text" id="textfield" value="[!--newstime--]" size="20">)</td>
  106. <td><table width="100%" border="0" cellspacing="1" cellpadding="3">
  107. <tr>
  108. <td><textarea name="add[zz_newstime]" cols="60" rows="10" id="textarea"><?=ehtmlspecialchars(stripSlashes($r[zz_newstime]))?></textarea></td>
  109. </tr>
  110. <tr>
  111. <td><input name="add[z_newstime]" type="text" id="add[z_newstime]" value="<?=stripSlashes($r[z_newstime])?>">
  112. (如填写这里,将为字段的值)</td>
  113. </tr>
  114. </table></td>
  115. </tr>
  116. [!--sys.newstime--]