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