AddAd.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"ad");
  20. $t=ehtmlspecialchars($_GET['t']);
  21. $enews=ehtmlspecialchars($_GET['enews']);
  22. $time=ehtmlspecialchars($_GET['time']);
  23. $url="<a href=ListAd.php".$ecms_hashur['whehref'].">管理广告</a>&nbsp;>&nbsp;增加广告";
  24. //初始化数据
  25. $r[starttime]=date("Y-m-d");
  26. $r[endtime]=date("Y-m-d",time()+30*24*3600);
  27. $r[pic_width]=468;
  28. $r[pic_height]=60;
  29. $filepass=ReturnTranFilepass();
  30. //修改广告
  31. if($enews=="EditAd")
  32. {
  33. $adid=(int)$_GET['adid'];
  34. $filepass=$adid;
  35. $r=$empire->fetch1("select * from {$dbtbpre}enewsad where adid='$adid'");
  36. $url="<a href=ListAd.php".$ecms_hashur['whehref'].">管理广告</a>&nbsp;>&nbsp;修改广告:<b>".$r[title]."</b>";
  37. $a="adtype".$r[adtype];
  38. $$a=" selected";
  39. if($r[target]=="_blank")
  40. {$target1=" selected";}
  41. elseif($r[target]=="_self")
  42. {$target2=" selected";}
  43. else
  44. {$target3=" selected";}
  45. $t=$r[t];
  46. }
  47. //广告模式
  48. if(strlen($_GET[changet])!=0)
  49. {
  50. $t=RepPostStr($_GET['changet'],1);
  51. }
  52. //广告类别
  53. $sql=$empire->query("select classid,classname from {$dbtbpre}enewsadclass");
  54. while($cr=$empire->fetch($sql))
  55. {
  56. if($r[classid]==$cr[classid])
  57. {$s=" selected";}
  58. else
  59. {$s="";}
  60. $options.="<option value=".$cr[classid].$s.">".$cr[classname]."</option>";
  61. }
  62. db_close();
  63. $empire=null;
  64. ?>
  65. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  66. <html>
  67. <head>
  68. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  69. <title>广告管理</title>
  70. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  71. <script>
  72. function foreColor()
  73. {
  74. if (!Error()) return;
  75. var arr = showModalDialog("../ecmseditor/fieldfile/selcolor.html", "", "dialogWidth:296px; dialogHeight:280px; status:0");
  76. if (arr != null) document.form1.titlecolor.value=arr;
  77. else document.form1.titlecolor.focus();
  78. }
  79. </script>
  80. <script type="text/javascript" src="../ecmseditor/js/jstime/WdatePicker.js"></script>
  81. <script type="text/javascript" src="../ecmseditor/js/jscolor/jscolor.js"></script>
  82. </head>
  83. <body>
  84. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  85. <tr>
  86. <td width="30%" height="25">位置:
  87. <?=$url?>
  88. </td>
  89. <td><table width="500" border="0" align="right" cellpadding="3" cellspacing="1">
  90. <tr>
  91. <td height="25"> <div align="center">[<a href="AddAd.php?enews=AddAd&t=0<?=$ecms_hashur['ehref']?>"><strong>增加图片/FLASH广告</strong></a>]</div></td>
  92. <td><div align="center">[<a href="AddAd.php?enews=AddAd&t=1<?=$ecms_hashur['ehref']?>"><strong>增加文字广告</strong></a>]</div></td>
  93. <td><div align="center">[<a href="AddAd.php?enews=AddAd&t=2<?=$ecms_hashur['ehref']?>"><strong>增加HTML广告</strong></a>]</div></td>
  94. <td><div align="center">[<a href="AddAd.php?enews=AddAd&t=3<?=$ecms_hashur['ehref']?>"><strong>增加弹出广告</strong></a>]</div></td>
  95. </tr>
  96. </table></td>
  97. </tr>
  98. </table>
  99. <br>
  100. <table width="100%" border="0" cellspacing="1" cellpadding="3">
  101. <tr>
  102. <td><div align="center">
  103. <?
  104. //文字广告
  105. if($t==1)
  106. {
  107. ?>
  108. <form name="form1" method="post" action="ListAd.php">
  109. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  110. <?=$ecms_hashur['form']?>
  111. <tr class="header">
  112. <td height="25" colspan="2">增加文字广告
  113. <input name="add[adid]" type="hidden" id="add[adid]" value="<?=$adid?>">
  114. <input name="enews" type="hidden" id="enews" value="<?=$enews?>">
  115. <input name="add[t]" type="hidden" id="add[t]" value="<?=$t?>">
  116. <input name="time" type="hidden" id="time" value="<?=$time?>">
  117. <input name="filepass" type="hidden" id="filepass" value="<?=$filepass?>"></td>
  118. </tr>
  119. <tr bgcolor="#FFFFFF">
  120. <td height="25"><strong>广告模式:</strong></td>
  121. <td height="25"><select name="changet" id="changet" onchange=window.location='AddAd.php?<?=$ecms_hashur['ehref']?>&enews=<?=$enews?>&adid=<?=$adid?>&time=<?=$time?>&changet='+this.options[this.selectedIndex].value>
  122. <option value="0">图片/FLASH广告</option>
  123. <option value="1" selected>文字广告</option>
  124. <option value="2">HTML广告</option>
  125. <option value="3">弹出广告</option>
  126. </select></td>
  127. </tr>
  128. <tr bgcolor="#FFFFFF">
  129. <td height="25">广告分类:</td>
  130. <td height="25"> <select name="add[classid]" id="add[classid]">
  131. <?=$options?>
  132. </select> <input type="button" name="Submit3" value="管理分类" onclick="window.open('AdClass.php<?=$ecms_hashur['whehref']?>');"></td>
  133. </tr>
  134. <tr bgcolor="#FFFFFF">
  135. <td width="27%" height="25">广告名称:</td>
  136. <td width="73%" height="25"> <input name="add[title]" type="text" id="add[title]" value="<?=$r[title]?>">
  137. <font color="#666666">(如:网站Banner广告)</font></td>
  138. </tr>
  139. <tr bgcolor="#FFFFFF">
  140. <td height="25">广告类型:</td>
  141. <td height="25"> <select name="add[adtype]" id="add[adtype]">
  142. <option value="1"<?=$adtype1?>>普通显示</option>
  143. <option value="3"<?=$adtype3?>>可移动透明对话框</option>
  144. </select></td>
  145. </tr>
  146. <tr bgcolor="#FFFFFF">
  147. <td height="25">文字:</td>
  148. <td height="25"> <input name="picurl" type="text" id="picurl" value="<?=$r[picurl]?>" size="42"></td>
  149. </tr>
  150. <tr bgcolor="#FFFFFF">
  151. <td height="25">&nbsp;</td>
  152. <td height="25"><table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  153. <tr>
  154. <td width="51%">属性:
  155. <input name="titlefont[b]" type="checkbox" id="titlefont[b]" value="b"<?=strstr($r[titlefont],'b|')?' checked':''?>>
  156. 粗体
  157. <input name="titlefont[i]" type="checkbox" id="titlefont[i]" value="i"<?=strstr($r[titlefont],'i|')?' checked':''?>>
  158. 斜体
  159. <input name="titlefont[s]" type="checkbox" id="titlefont[s]" value="s"<?=strstr($r[titlefont],'s|')?' checked':''?>>
  160. 删除线</td>
  161. <td width="49%">颜色:
  162. <input name="titlecolor" type="text" id="titlecolor" value="<?=$r[titlecolor]?>" size="10" class="color">
  163. </td>
  164. </tr>
  165. </table></td>
  166. </tr>
  167. <tr bgcolor="#FFFFFF">
  168. <td height="25">链接地址:</td>
  169. <td height="25"> <input name="add[url]" type="text" id="add[url]" value="<?=$r[url]?>" size="42">
  170. <input name="add[ylink]" type="checkbox" id="add[ylink]" value="1"<?=$r[ylink]==1?' checked':''?>>
  171. 显示原链接</td>
  172. </tr>
  173. <tr bgcolor="#FFFFFF">
  174. <td height="25">&nbsp;</td>
  175. <td height="25"> <select name="add[target]" id="select">
  176. <option value="_blank"<?=$target1?>>在新窗口打开</option>
  177. <option value="_self"<?=$target2?>>在原窗口打开</option>
  178. <option value="_parent"<?=$target3?>>在父窗口打开</option>
  179. </select></td>
  180. </tr>
  181. <tr bgcolor="#FFFFFF">
  182. <td height="25">规格:</td>
  183. <td height="25"><input name="add[pic_width]" type="text" id="add[pic_width]" value="<?=$r[pic_width]?>" size="4">
  184. ×
  185. <input name="add[pic_height]" type="text" id="add[pic_height]" value="<?=$r[pic_height]?>" size="4">
  186. (宽×高)<font color="#666666">[可移动透明对话框有效]</font></td>
  187. </tr>
  188. <tr bgcolor="#FFFFFF">
  189. <td height="25">提示文字:</td>
  190. <td height="25"> <input name="add[alt]" type="text" id="add[alt]" value="<?=$r[alt]?>">
  191. </td>
  192. </tr>
  193. <tr bgcolor="#FFFFFF">
  194. <td height="25">过期时间:</td>
  195. <td height="25">从
  196. <input name="add[starttime]" type="text" id="add[starttime]" value="<?=$r[starttime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  197. <input name="add[endtime]" type="text" id="add[endtime]" value="<?=$r[endtime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  198. 止 <font color="#666666">(格式:2004-09-01,永不过期可填0000-00-00)</font></td>
  199. </tr>
  200. <tr bgcolor="#FFFFFF">
  201. <td height="25">过期后显示:</td>
  202. <td height="25"><textarea name="add[reptext]" cols="65" rows="8" id="add[reptext]"><?=ehtmlspecialchars($r[reptext])?></textarea></td>
  203. </tr>
  204. <tr bgcolor="#FFFFFF">
  205. <td height="25">重置点击数:</td>
  206. <td height="25"><input name="add[reset]" type="checkbox" id="add[reset]" value="1">
  207. 重置</td>
  208. </tr>
  209. <tr bgcolor="#FFFFFF">
  210. <td height="25">简单注释:</td>
  211. <td height="25"> <textarea name="add[adsay]" cols="65" rows="5" id="add[adsay]"><?=$r[adsay]?></textarea></td>
  212. </tr>
  213. <tr bgcolor="#FFFFFF">
  214. <td height="25">&nbsp;</td>
  215. <td height="25"> <input type="submit" name="Submit" value="提交">
  216. <input type="reset" name="Submit2" value="重置"></td>
  217. </tr>
  218. </table>
  219. </form>
  220. <?
  221. }
  222. //html广告
  223. elseif($t==2)
  224. {
  225. ?>
  226. <form name="form1" method="post" action="ListAd.php">
  227. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  228. <?=$ecms_hashur['form']?>
  229. <tr class="header">
  230. <td height="25" colspan="2">增加HTML广告
  231. <input name="add[adid]" type="hidden" id="add[adid]" value="<?=$adid?>">
  232. <input name="enews" type="hidden" id="enews" value="<?=$enews?>">
  233. <input name="add[t]" type="hidden" id="add[t]" value="<?=$t?>">
  234. <input name="time" type="hidden" id="time" value="<?=$time?>">
  235. <input name="filepass" type="hidden" id="filepass" value="<?=$filepass?>"></td>
  236. </tr>
  237. <tr bgcolor="#FFFFFF">
  238. <td height="25"><strong>广告模式:</strong></td>
  239. <td height="25"><select name="changet" id="select2" onchange=window.location='AddAd.php?<?=$ecms_hashur['ehref']?>&enews=<?=$enews?>&adid=<?=$adid?>&time=<?=$time?>&changet='+this.options[this.selectedIndex].value>
  240. <option value="0">图片/FLASH广告</option>
  241. <option value="1">文字广告</option>
  242. <option value="2" selected>HTML广告</option>
  243. <option value="3">弹出广告</option>
  244. </select></td>
  245. </tr>
  246. <tr bgcolor="#FFFFFF">
  247. <td height="25">广告分类:</td>
  248. <td height="25"> <select name="add[classid]" id="add[classid]">
  249. <?=$options?>
  250. </select> <input type="button" name="Submit32" value="管理分类" onclick="window.open('AdClass.php<?=$ecms_hashur['whehref']?>');"></td>
  251. </tr>
  252. <tr bgcolor="#FFFFFF">
  253. <td width="27%" height="25">广告名称:</td>
  254. <td width="73%" height="25"> <input name="add[title]" type="text" id="add[title]" value="<?=$r[title]?>">
  255. <font color="#666666">(如:网站Banner广告)</font></td>
  256. </tr>
  257. <tr bgcolor="#FFFFFF">
  258. <td height="25">广告类型:</td>
  259. <td height="25"> <select name="add[adtype]" id="add[adtype]">
  260. <option value="1"<?=$adtype1?>>普通显示</option>
  261. <option value="3"<?=$adtype3?>>可移动透明对话框</option>
  262. </select></td>
  263. </tr>
  264. <tr bgcolor="#FFFFFF">
  265. <td height="25">规格:</td>
  266. <td height="25"><input name="add[pic_width]" type="text" id="add[pic_width]" value="<?=$r[pic_width]?>" size="4">
  267. ×
  268. <input name="add[pic_height]2" type="text" id="add[pic_height]2" value="<?=$r[pic_height]?>" size="4">
  269. (宽×高)<font color="#666666">[可移动透明对话框有效]</font></td>
  270. </tr>
  271. <tr bgcolor="#FFFFFF">
  272. <td height="25">HTML代码:</td>
  273. <td height="25"> <textarea name="add[htmlcode]" cols="42" rows="12" id="add[htmlcode]" style="WIDTH: 100%"><?=ehtmlspecialchars($r[htmlcode])?></textarea></td>
  274. </tr>
  275. <tr bgcolor="#FFFFFF">
  276. <td height="25">过期时间:</td>
  277. <td height="25">从
  278. <input name="add[starttime]" type="text" id="add[starttime]" value="<?=$r[starttime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  279. <input name="add[endtime]" type="text" id="add[endtime]" value="<?=$r[endtime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  280. 止 <font color="#666666">(格式:2004-09-01,永不过期可填0000-00-00)</font></td>
  281. </tr>
  282. <tr bgcolor="#FFFFFF">
  283. <td height="25">过期后显示:</td>
  284. <td height="25"><textarea name="add[reptext]" cols="65" rows="8" id="add[reptext]"><?=ehtmlspecialchars($r[reptext])?></textarea></td>
  285. </tr>
  286. <tr bgcolor="#FFFFFF">
  287. <td height="25">重置点击数:</td>
  288. <td height="25"><input name="add[reset]" type="checkbox" id="add[reset]" value="1">
  289. 重置</td>
  290. </tr>
  291. <tr bgcolor="#FFFFFF">
  292. <td height="25">简单注释:</td>
  293. <td height="25"> <textarea name="add[adsay]" cols="65" rows="5" id="add[adsay]"><?=$r[adsay]?></textarea></td>
  294. </tr>
  295. <tr bgcolor="#FFFFFF">
  296. <td height="25">&nbsp;</td>
  297. <td height="25"> <input type="submit" name="Submit" value="提交">
  298. <input type="reset" name="Submit2" value="重置"></td>
  299. </tr>
  300. </table>
  301. </form>
  302. <?
  303. }
  304. //弹出广告
  305. elseif($t==3)
  306. {
  307. ?>
  308. <form name="form1" method="post" action="ListAd.php">
  309. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  310. <?=$ecms_hashur['form']?>
  311. <tr class="header">
  312. <td height="25" colspan="2">增加弹出广告
  313. <input name="add[adid]" type="hidden" id="add[adid]" value="<?=$adid?>">
  314. <input name="enews" type="hidden" id="enews" value="<?=$enews?>">
  315. <input name="add[t]" type="hidden" id="add[t]3" value="<?=$t?>">
  316. <input name="time" type="hidden" id="time" value="<?=$time?>">
  317. <input name="filepass" type="hidden" id="filepass" value="<?=$filepass?>"></td>
  318. </tr>
  319. <tr bgcolor="#FFFFFF">
  320. <td height="25"><strong>广告模式:</strong></td>
  321. <td height="25"><select name="changet" id="select3" onchange=window.location='AddAd.php?<?=$ecms_hashur['ehref']?>&enews=<?=$enews?>&adid=<?=$adid?>&time=<?=$time?>&changet='+this.options[this.selectedIndex].value>
  322. <option value="0">图片/FLASH广告</option>
  323. <option value="1">文字广告</option>
  324. <option value="2">HTML广告</option>
  325. <option value="3" selected>弹出广告</option>
  326. </select></td>
  327. </tr>
  328. <tr bgcolor="#FFFFFF">
  329. <td height="25">广告分类:</td>
  330. <td height="25"> <select name="add[classid]" id="add[classid]">
  331. <?=$options?>
  332. </select> <input type="button" name="Submit33" value="管理分类" onclick="window.open('AdClass.php<?=$ecms_hashur['whehref']?>');"></td>
  333. </tr>
  334. <tr bgcolor="#FFFFFF">
  335. <td width="27%" height="25">广告名称:</td>
  336. <td width="73%" height="25"> <input name="add[title]" type="text" id="add[title]" value="<?=$r[title]?>">
  337. <font color="#666666">(如:网站Banner广告)</font></td>
  338. </tr>
  339. <tr bgcolor="#FFFFFF">
  340. <td height="25">广告类型:</td>
  341. <td height="25"> <select name="add[adtype]" id="add[adtype]">
  342. <option value="8"<?=$adtype8?>>打开新窗口</option>
  343. <option value="9"<?=$adtype9?>>弹出新窗口</option>
  344. <option value="10"<?=$adtype10?>>普通网页对话框</option>
  345. </select></td>
  346. </tr>
  347. <tr bgcolor="#FFFFFF">
  348. <td height="25">弹出地址:</td>
  349. <td height="25"> <input name="add[url]" type="text" id="add[url]" value="<?=$r[url]?>" size="42">
  350. </td>
  351. </tr>
  352. <tr bgcolor="#FFFFFF">
  353. <td height="25">规格:</td>
  354. <td height="25"><input name="add[pic_width]" type="text" id="add[pic_width]" value="<?=$r[pic_width]?>" size="4">
  355. ×
  356. <input name="add[pic_height]" type="text" id="add[pic_height]" value="<?=$r[pic_height]?>" size="4">
  357. (宽×高)</td>
  358. </tr>
  359. <tr bgcolor="#FFFFFF">
  360. <td height="25">过期时间:</td>
  361. <td height="25">从
  362. <input name="add[starttime]" type="text" id="add[starttime]" value="<?=$r[starttime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  363. <input name="add[endtime]" type="text" id="add[endtime]" value="<?=$r[endtime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  364. 止 <font color="#666666">(格式:2004-09-01,永不过期可填0000-00-00)</font></td>
  365. </tr>
  366. <tr bgcolor="#FFFFFF">
  367. <td height="25">过期后显示:</td>
  368. <td height="25"><textarea name="add[reptext]" cols="65" rows="8" id="add[reptext]"><?=ehtmlspecialchars($r[reptext])?></textarea></td>
  369. </tr>
  370. <tr bgcolor="#FFFFFF">
  371. <td height="25">重置点击数:</td>
  372. <td height="25"><input name="add[reset]" type="checkbox" id="add[reset]" value="1">
  373. 重置</td>
  374. </tr>
  375. <tr bgcolor="#FFFFFF">
  376. <td height="25">简单注释:</td>
  377. <td height="25"> <textarea name="add[adsay]" cols="65" rows="5" id="add[adsay]"><?=$r[adsay]?></textarea></td>
  378. </tr>
  379. <tr bgcolor="#FFFFFF">
  380. <td height="25">&nbsp;</td>
  381. <td height="25"> <input type="submit" name="Submit" value="提交">
  382. <input type="reset" name="Submit2" value="重置"></td>
  383. </tr>
  384. </table>
  385. </form>
  386. <?
  387. }
  388. //图片/flash广告
  389. else
  390. {
  391. ?>
  392. <form name="form1" method="post" action="ListAd.php">
  393. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  394. <?=$ecms_hashur['form']?>
  395. <tr class="header">
  396. <td height="25" colspan="2">增加图片/FLASH广告
  397. <input name="add[adid]" type="hidden" id="add[adid]" value="<?=$adid?>">
  398. <input name="enews" type="hidden" id="enews" value="<?=$enews?>">
  399. <input name="add[t]" type="hidden" id="add[t]4" value="<?=$t?>">
  400. <input name="time" type="hidden" id="time" value="<?=$time?>">
  401. <input name="filepass" type="hidden" id="filepass" value="<?=$filepass?>"></td>
  402. </tr>
  403. <tr bgcolor="#FFFFFF">
  404. <td height="25"><strong>广告模式:</strong></td>
  405. <td height="25"><select name="changet" id="select4" onchange=window.location='AddAd.php?<?=$ecms_hashur['ehref']?>&enews=<?=$enews?>&adid=<?=$adid?>&time=<?=$time?>&changet='+this.options[this.selectedIndex].value>
  406. <option value="0" selected>图片/FLASH广告</option>
  407. <option value="1">文字广告</option>
  408. <option value="2">HTML广告</option>
  409. <option value="3">弹出广告</option>
  410. </select></td>
  411. </tr>
  412. <tr bgcolor="#FFFFFF">
  413. <td height="25">广告分类:</td>
  414. <td height="25"> <select name="add[classid]" id="add[classid]">
  415. <?=$options?>
  416. </select> <input type="button" name="Submit34" value="管理分类" onclick="window.open('AdClass.php<?=$ecms_hashur['whehref']?>');"></td>
  417. </tr>
  418. <tr bgcolor="#FFFFFF">
  419. <td width="27%" height="25">广告名称:</td>
  420. <td width="73%" height="25"> <input name="add[title]" type="text" id="add[title]" value="<?=$r[title]?>">
  421. <font color="#666666">(如:网站Banner广告)</font></td>
  422. </tr>
  423. <tr bgcolor="#FFFFFF">
  424. <td height="25">广告类型:</td>
  425. <td height="25"> <select name="add[adtype]" id="add[adtype]">
  426. <option value="1"<?=$adtype1?>>普通显示</option>
  427. <option value="4"<?=$adtype4?>>满屏浮动显示</option>
  428. <option value="5"<?=$adtype5?>>上下浮动显示 - 右</option>
  429. <option value="6"<?=$adtype6?>>上下浮动显示 - 左</option>
  430. <option value="7"<?=$adtype7?>>全屏幕渐隐消失</option>
  431. <option value="3"<?=$adtype3?>>可移动透明对话框</option>
  432. <option value="11"<?=$adtype11?>>对联式广告</option>
  433. </select></td>
  434. </tr>
  435. <tr bgcolor="#FFFFFF">
  436. <td height="25">图片/FLASH地址:</td>
  437. <td height="25"> <input name="picurl" type="text" id="picurl" value="<?=$r[picurl]?>" size="42">
  438. <a onclick="window.open('../ecmseditor/FileMain.php?<?=$ecms_hashur['ehref']?>&modtype=3&type=1&classid=&doing=2&field=picurl&filepass=<?=$filepass?>&sinfo=1','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../../data/images/changeimg.gif" alt="选择/上传图片" width="22" height="22" border="0" align="absbottom"></a>
  439. <a onclick="window.open('../ecmseditor/FileMain.php?<?=$ecms_hashur['ehref']?>&modtype=3&type=2&classid=&doing=2&field=picurl&filepass=<?=$filepass?>&sinfo=1','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../../data/images/changeflash.gif" alt="选择/上传FLASH" width="22" height="22" border="0" align="absbottom"></a>
  440. </td>
  441. </tr>
  442. <tr bgcolor="#FFFFFF">
  443. <td height="25">规格:</td>
  444. <td height="25"> <input name="add[pic_width]" type="text" id="add[pic_width]" value="<?=$r[pic_width]?>" size="4">
  445. ×
  446. <input name="add[pic_height]" type="text" id="add[pic_height]" value="<?=$r[pic_height]?>" size="4">
  447. (宽×高)</td>
  448. </tr>
  449. <tr bgcolor="#FFFFFF">
  450. <td height="25">链接地址:</td>
  451. <td height="25"> <input name="add[url]" type="text" id="add[url]" value="<?=$r[url]?>" size="42">
  452. <input name="add[ylink]" type="checkbox" id="add[ylink]" value="1"<?=$r[ylink]==1?' checked':''?>>
  453. 显示原链接</td>
  454. </tr>
  455. <tr bgcolor="#FFFFFF">
  456. <td height="25">&nbsp;</td>
  457. <td height="25"> <select name="add[target]" id="select">
  458. <option value="_blank"<?=$target1?>>在新窗口打开</option>
  459. <option value="_self"<?=$target2?>>在原窗口打开</option>
  460. <option value="_parent"<?=$target3?>>在父窗口打开</option>
  461. </select></td>
  462. </tr>
  463. <tr bgcolor="#FFFFFF">
  464. <td height="25">提示文字:</td>
  465. <td height="25"> <input name="add[alt]" type="text" id="add[alt]" value="<?=$r[alt]?>">
  466. <font color="#666666">(FLASH广告无效)</font></td>
  467. </tr>
  468. <tr bgcolor="#FFFFFF">
  469. <td height="25">过期时间:</td>
  470. <td height="25">从
  471. <input name="add[starttime]" type="text" id="add[starttime]" value="<?=$r[starttime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  472. <input name="add[endtime]" type="text" id="add[endtime]" value="<?=$r[endtime]?>" size="15" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  473. 止 <font color="#666666">(格式:2004-09-01,永不过期可填0000-00-00)</font></td>
  474. </tr>
  475. <tr bgcolor="#FFFFFF">
  476. <td height="25">过期后显示:</td>
  477. <td height="25"><textarea name="add[reptext]" cols="65" rows="8" id="add[reptext]"><?=ehtmlspecialchars($r[reptext])?></textarea></td>
  478. </tr>
  479. <tr bgcolor="#FFFFFF">
  480. <td height="25">重置点击数:</td>
  481. <td height="25"><input name="add[reset]" type="checkbox" id="add[reset]" value="1">
  482. 重置</td>
  483. </tr>
  484. <tr bgcolor="#FFFFFF">
  485. <td height="25">简单注释:</td>
  486. <td height="25"> <textarea name="add[adsay]" cols="65" rows="5" id="add[adsay]"><?=$r[adsay]?></textarea></td>
  487. </tr>
  488. <tr bgcolor="#FFFFFF">
  489. <td height="25">&nbsp;</td>
  490. <td height="25"> <input type="submit" name="Submit" value="提交">
  491. <input type="reset" name="Submit2" value="重置"></td>
  492. </tr>
  493. </table>
  494. </form>
  495. <?
  496. }
  497. ?>
  498. </div></td>
  499. </tr>
  500. </table>
  501. </body>
  502. </html>