国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.7KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>获取代码</title>
  6. <link href="css/base.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body background="images/allbg.gif" leftmargin="8" topmargin="8">
  9. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
  10. <tr>
  11. <td height="19" background="images/tbg.gif"><strong><a href="vote_main.php"><u>投票管理</u></a>&gt;&gt;获取代码</strong></td>
  12. </tr>
  13. <tr>
  14. <td height="200" bgcolor="#FFFFFF" valign="top"><table width="80%" border="0" cellspacing="2" cellpadding="2">
  15. <tr bgcolor="#EBF2DB">
  16. <td width="100%" bgcolor="#EBF2DB">在封面或主页模板中使用的标记:</td>
  17. </tr>
  18. <tr>
  19. <td valign="top">
  20. <table width="600" border="0" cellspacing="0" cellpadding="0">
  21. <form name="form1" action="tag_test_action.php" target="stafrm" method="post">
  22. <input type="hidden" name="showsource" value="no">
  23. <tr>
  24. <td width="370" height="153" align="center">
  25. <textarea name="partcode" cols="45" rows="6" id="partcode">{dede:vote id='<?php echo $aid?>' lineheight='22'
  26. tablewidth='100%' titlebgcolor='#EDEDE2'
  27. titlebackground='' tablebgcolor='#FFFFFF'}
  28. {/dede:vote}</textarea>
  29. </td>
  30. <td width="230" rowspan="2">
  31. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  32. </td>
  33. </tr>
  34. <tr>
  35. <td height="53" align="center" valign="top">
  36. <input type="submit" name="Submit" value="提交测试">
  37. </td>
  38. </tr>
  39. </form>
  40. </table>
  41. </td>
  42. </tr>
  43. <tr bgcolor="#EBF2DB">
  44. <td bgcolor="#EBF2DB">在封面或主页模板中使用的JS:</td>
  45. </tr>
  46. <tr>
  47. <td height="200" valign="top">
  48. <textarea name="htmlf" cols="60" rows="5" id="htmlf"><script language="javascript" src="<?php echo $cfg_basehost.'/data/vote/vote_'.$aid.'.js' ?>"></script></textarea>
  49. </td>
  50. </tr>
  51. <tr bgcolor="#EBF2DB">
  52. <td bgcolor="#EBF2DB">默认生成的表单HTML:</td>
  53. </tr>
  54. <tr>
  55. <td height="200" valign="top">
  56. <textarea name="htmlf" cols="60" rows="10" id="htmlf"><?php
  57. $vt = new DedeVote($aid);
  58. echo $vt->GetVoteForm();
  59. $vt->Close();
  60. ?></textarea>
  61. </td>
  62. </tr>
  63. </table> </td>
  64. </tr>
  65. </table>
  66. </body>
  67. </html>