通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
![](https://box.kancloud.cn/e196a4b264bc948e43d69a356e5e96cd_400x400.jpg =300x300) ## 使用说明: 全能调查插件适用于做问卷调查,投票选举等,插件尽量做到多环境适应,可适用于多种不同的环境。 投票后可设定返回地址,可以做多个项目联动调查。 ## 简单标签: ~~~ {votelist:1} {votelist:2} ~~~ ## 完整标签: 1为投票选项里面的ID ~~~ <link rel='stylesheet' type='text/css' href='/plug/vote/vote.css'/> <script src='/plug/vote/vote.js'></script> <div class='voteform0'> <div class=votetitle> <h2>标题:{vote:title}</h2> 描述:<span class=votedesc>{vote:desc}</span> 参加人数:<span class=votecount>{vote:count}人</span> 选票:<span class=votemaxsel>{vote:count}</span>票</div> <ul> {vote id=1} <li class='voteli'> <input type='checkbox' name='voteoption' value='[vote:id]' id='vote[vote:id]_1' class='voteckb'/> <label for='vote[vote:id]_1'>[vote:title]</label> <span class='fr'>[vote:num]</span> </li> {/vote} <input type='button' class='submitvote' maxcheck='1' voteid='5' value='投 票'> </ul> </div> ~~~ ![](https://box.kancloud.cn/003ea7e791d3578cb2008459f3ce1d07_676x307.png) 图片投票样式 ~~~ <link rel='stylesheet' type='text/css' href='/plug/vote/vote.css'/> <script src='/plug/vote/vote.js'></script> <div class='voteform1'> <div class=votetitle> <h2>标题:{vote:title}</h2> 描述:<span class=votedesc>{vote:desc}</span> 参加人数:<span class=votecount>{vote:count}人</span> 选票:<span class=votemaxsel>{vote:count}</span></div> <ul> {vote id=1} <li class='voteli'> <div class=votepic><a href='[vote:pic]' target='_blank'><img src="[vote:pic]" width='100%'></a></div> <input type='checkbox' name='voteoption' value='[vote:id]' id='vote[vote:id]_1' class='voteckb'> <label for='vote[vote:id]'_1'>[vote:title]</label> <span>得票:[vote:num]</span> </li> {/vote} <input type='button' class='submitvote' maxcheck='3' voteid='6' value='投 票'> </ul> </div> ~~~ ![](https://box.kancloud.cn/cb0f602d95caaaa47a2615e07686b9f0_1188x927.png) 二、详细标签: 循环外可调用 | 标签 | 内容 | 描述 | | --- | --- | --- | |{vote:id} | 投票ID | | | {vote:title} | 标题 | | | {vote:name} | 英文标题 | | | {vote:count} | 参与人数 | | | {vote:maxsel} | 多选数量 | | | {vote:desc} | 描述 | | | {vote:Sdate} | 开始时间 | | | {vote:Edate} | 结束时间 | | | {vote:type} | 投票样式 | | ~~~ {vote id=1} [vote:XXX]| {/vote} ~~~ | 标签 | 内容 | 描述 | | --- | --- | --- | | [vote:id]| 选项ID | | | [vote:enname]| 选项代号 | | | [vote:title]| 选项内容 | | | [vote:num]| 投票数量 | | | [vote:pic]| 图片 | | | [vote:desc]| 描述 | | | [vote:i]| 从1开始 | | | [vote:j]| 从0开始 | |