6.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><table width=100% align=center cellpadding=3 cellspacing=1 class=tableborder>
  7. <tr>
  8. <td width=16% height=25 bgcolor=ffffff>商品名称(*)</td>
  9. <td bgcolor=ffffff><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  10. <tr>
  11. <td height="25" bgcolor="#FFFFFF">
  12. <?=$tts?"<select name='ttid'><option value='0'>标题分类</option>$tts</select>":""?>
  13. <input type=text name=title value="<?=ehtmlspecialchars(stripSlashes($r[title]))?>" size="60">
  14. <input type="button" name="button" value="图文" onclick="document.add.title.value=document.add.title.value+'(图文)';">
  15. </td>
  16. </tr>
  17. <tr>
  18. <td height="25" bgcolor="#FFFFFF">属性:
  19. <input name="titlefont[b]" type="checkbox" value="b"<?=$titlefontb?>>粗体
  20. <input name="titlefont[i]" type="checkbox" value="i"<?=$titlefonti?>>斜体
  21. <input name="titlefont[s]" type="checkbox" value="s"<?=$titlefonts?>>删除线
  22. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;颜色: <input name="titlecolor" type="text" value="<?=stripSlashes($r[titlecolor])?>" size="10" class="color">
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <tr><td width='16%' height=25 bgcolor='ffffff'>特殊属性</td><td bgcolor='ffffff'>
  29. <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
  30. <tr>
  31. <td height="25" bgcolor="#FFFFFF">信息属性:
  32. <input name="checked" type="checkbox" value="1"<?=$r[checked]?' checked':''?>>
  33. 审核 &nbsp;&nbsp; 推荐
  34. <select name="isgood" id="isgood">
  35. <option value="0">不推荐</option>
  36. <?=$ftnr['igname']?>
  37. </select>
  38. &nbsp;&nbsp; 头条
  39. <select name="firsttitle" id="firsttitle">
  40. <option value="0">非头条</option>
  41. <?=$ftnr['ftname']?>
  42. </select></td>
  43. </tr>
  44. <tr>
  45. <td height="25" bgcolor="#FFFFFF">关键字&nbsp;&nbsp;&nbsp;:
  46. <input name="keyboard" type="text" size="52" value="<?=stripSlashes($r[keyboard])?>">
  47. <font color="#666666">(多个请用&quot;,&quot;隔开)</font></td>
  48. </tr>
  49. <tr>
  50. <td height="25" bgcolor="#FFFFFF">外部链接:
  51. <input name="titleurl" type="text" value="<?=stripSlashes($r[titleurl])?>" size="52">
  52. <font color="#666666">(填写后信息连接地址将为此链接)</font></td>
  53. </tr>
  54. </table>
  55. </td></tr>
  56. <tr>
  57. <td width=16% height=25 bgcolor=ffffff>发布时间</td>
  58. <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?>'">
  59. </td>
  60. </tr>
  61. <tr>
  62. <td width=16% height=25 bgcolor=ffffff>商品编号</td>
  63. <td bgcolor=ffffff><input name="productno" type="text" id="productno" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[productno]))?>" size="60">
  64. </td>
  65. </tr>
  66. <tr>
  67. <td width=16% height=25 bgcolor=ffffff>品牌</td>
  68. <td bgcolor=ffffff><input name="pbrand" type="text" id="pbrand" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[pbrand]))?>" size="60">
  69. </td>
  70. </tr>
  71. <tr>
  72. <td width=16% height=25 bgcolor=ffffff>简单描述</td>
  73. <td bgcolor=ffffff><textarea name="intro" cols="80" rows="10" id="intro"><?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[intro]))?></textarea>
  74. </td>
  75. </tr>
  76. <tr>
  77. <td width=16% height=25 bgcolor=ffffff>计量单位</td>
  78. <td bgcolor=ffffff><input name="unit" type="text" id="unit" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[unit]))?>" size="60">
  79. </td>
  80. </tr>
  81. <tr>
  82. <td width=16% height=25 bgcolor=ffffff>单位重量</td>
  83. <td bgcolor=ffffff><input name="weight" type="text" id="weight" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[weight]))?>" size="60">
  84. </td>
  85. </tr>
  86. <tr>
  87. <td width=16% height=25 bgcolor=ffffff>市场价格</td>
  88. <td bgcolor=ffffff><input name="tprice" type="text" id="tprice" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[tprice]))?>" size="60">
  89. 元</td>
  90. </tr>
  91. <tr>
  92. <td width=16% height=25 bgcolor=ffffff>购买价格</td>
  93. <td bgcolor=ffffff><input name="price" type="text" id="price" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[price]))?>" size="60">
  94. 元</td>
  95. </tr>
  96. <tr>
  97. <td width=16% height=25 bgcolor=ffffff>积分购买</td>
  98. <td bgcolor=ffffff><input name="buyfen" type="text" id="buyfen" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[buyfen]))?>" size="60">
  99. 点</td>
  100. </tr>
  101. <tr>
  102. <td width=16% height=25 bgcolor=ffffff>库存</td>
  103. <td bgcolor=ffffff><input name="pmaxnum" type="text" id="pmaxnum" value="<?=$ecmsfirstpost==1?"100":ehtmlspecialchars(stripSlashes($r[pmaxnum]))?>" size="60">
  104. </td>
  105. </tr>
  106. <tr>
  107. <td width=16% height=25 bgcolor=ffffff>商品缩略片</td>
  108. <td bgcolor=ffffff><input name="titlepic" type="text" id="titlepic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[titlepic]))?>" size="60">
  109. <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>
  110. </td>
  111. </tr>
  112. <tr>
  113. <td width=16% height=25 bgcolor=ffffff>商品大图</td>
  114. <td bgcolor=ffffff><input name="productpic" type="text" id="productpic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[productpic]))?>" size="60">
  115. <a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=productpic<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a>
  116. </td>
  117. </tr>
  118. <tr>
  119. <td height=25 colspan=2 bgcolor=ffffff><div align=left>商品介绍(*)</div></td>
  120. </tr>
  121. </table>
  122. <div style="background-color:#D0D0D0"><?=ECMS_ShowEditorVar("newstext",$ecmsfirstpost==1?"":stripSlashes($r[newstext]),"Default","","300","100%")?>
  123. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  124. <tr>
  125. <td bgcolor="#FFFFFF"> <input name="dokey" type="checkbox" value="1"<?=$r[dokey]==1?' checked':''?>>
  126. 关键字替换&nbsp;&nbsp; <input name="copyimg" type="checkbox" id="copyimg" value="1">
  127. 远程保存图片(
  128. <input name="mark" type="checkbox" id="mark" value="1">
  129. <a href="SetEnews.php<?=$ecms_hashur[whehref]?>" target="_blank">加水印</a>)&nbsp;&nbsp;
  130. <input name="copyflash" type="checkbox" id="copyflash" value="1">
  131. 远程保存FLASH(地址前缀:
  132. <input name="qz_url" type="text" id="qz_url" size="">
  133. )</td>
  134. </tr>
  135. <tr>
  136. <td bgcolor="#FFFFFF"><input name="repimgnexturl" type="checkbox" id="repimgnexturl" value="1"> 图片链接转为下一页&nbsp;&nbsp; <input name="autopage" type="checkbox" id="autopage" value="1"> 自动分页
  137. ,每
  138. <input name="autosize" type="text" id="autosize" value="5000" size="5">
  139. 个字节为一页&nbsp;&nbsp; 取第
  140. <input name="getfirsttitlepic" type="text" id="getfirsttitlepic" value="" size="1">
  141. 张上传图为标题图片(
  142. <input name="getfirsttitlespic" type="checkbox" id="getfirsttitlespic" value="1">
  143. 缩略图: 宽
  144. <input name="getfirsttitlespicw" type="text" id="getfirsttitlespicw" size="3" value="<?=$public_r[spicwidth]?>">
  145. *高
  146. <input name="getfirsttitlespich" type="text" id="getfirsttitlespich" size="3" value="<?=$public_r[spicheight]?>">
  147. )</td>
  148. </tr>
  149. </table>
  150. </div>