advpoll.css |
advpoll.css |
|
.node-form .choices {
width: 87%;
margin-right: 0.2em;
display:inline;
}
a.remove-choice {
font-size: 0.85em;
cursor:pointer;
}
html.js .writein-choice, html.js .edit-settings-show-writeins {
display: none;
}
html.js… |
advpoll.info |
advpoll.info |
|
name = Advanced Poll
description = An advanced polling module for voting, elections, and group decision-making.
dependencies = votingapi
package = "Voting" |
advpoll.install |
advpoll.install |
|
|
advpoll.module |
advpoll.module |
|
Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making. |
advpoll_convert.info |
advpoll_convert.info |
|
name = Advanced Poll Converter
description = Converts a site's standard Drupal polls into Advanced Poll polls.
dependencies = votingapi advpoll
package = "Voting" |
advpoll_convert.module |
advpoll_convert.module |
|
|
advpoll_views.inc |
advpoll_views.inc |
|
|
binary.inc |
modes/binary.inc |
|
|
datetimepicker.css |
datetimepicker/datetimepicker.css |
|
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
background: #ddd;
}
#calendar_div {
display: none;
border: 1px solid #777;
z-index:… |
INSTALL.txt |
INSTALL.txt |
|
REQUIREMENTS
------------
* Drupal 5.0 or later
* VotingAPI 5.0 or later
INSTALLATION
------------
1. DOWNLOAD AND INSTALL VOTING API
VotingAPI can be found at http://drupal.org/project/votingapi/.
Follow the installation instructions… |
ranking.inc |
modes/ranking.inc |
|
|