修改Dedecms 投票调查模块

2010年3月10日 | 标签:

1.后台->模块->辅助插件->投票模块

2.模板->默认模板管理->主页模板->(修改以下代码删除即可)

<div>
<dl>
<dt><strong>投票调查</strong></dt>

<form name=’voteform’ method=’post’ action=’/plus/vote.php’ target=’_blank’>
<input type=’hidden’ name=’dopost’ value=’send’ />
<input type=’hidden’ name=’aid’ value=’1′ />
<input type=’hidden’ name=’ismore’ value=’0′ />
<dd> <strong>你是从哪儿得知本站的?</strong>
<div>
<input type=”radio” name=’voteitem’ value=’1′ />
朋友介绍</div>
<div>
<input type=”radio” name=’voteitem’ value=’2′ />
门户网站的搜索引擎</div>
<div>
<input type=”radio” name=’voteitem’ value=’3′ />
google或百度引擎</div>
<div>
<input type=”radio” name=’voteitem’ value=’4′ />
别的网站上的链接</div>
<div>
<input type=”radio” name=’voteitem’ value=’5′ />
其他途径</div>
<div>
<button type=”submit” class=”btn-1″>投票</button>
<a href=”plus/vote.php?dopost=view&aid=1″>查看结果</a></div>
</dd>
</form>
</dl>
</div>
<!– /vote –>

目前还没有任何评论.