| advpoll-display-binary-form.tpl.php | advpoll-display-binary-form.tpl.php |  | advpoll-display-binary-form.tpl.php
Default theme implementation to show voting form for binary polls. | 
          
                  | advpoll-display-ranking-form.tpl.php | advpoll-display-ranking-form.tpl.php |  | advpoll-display-ranking-form.tpl.php
Default theme implementation to show voting form for ranked polls. | 
          
                  | advpoll.admin.inc | advpoll.admin.inc |  | Page callbacks for the advpoll module. | 
          
                  | advpoll.css | advpoll.css |  | .node-form .choices {
  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 input.writein-choice {
 … | 
          
                  | advpoll.info | advpoll.info |  | name = Advanced Poll
description = An advanced polling module for voting, elections, and group decision-making.
dependencies[] = votingapi
core = 6.x
package = "Voting" | 
          
                  | advpoll.install | advpoll.install |  | Manage database installation and upgrading for advpoll. | 
          
                  | advpoll.module | advpoll.module |  | Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making. | 
          
                  | advpoll.pages.inc | advpoll.pages.inc |  | Page callbacks for the advpoll module. | 
          
                  | advpoll.views.inc | views/advpoll.views.inc |  | Views integration for Advanced Poll module. | 
          
                  | advpoll_convert.info | advpoll_convert.info |  | name = Advanced Poll Converter
description = Converts a site's standard Drupal polls into Advanced Poll polls.
dependencies[] = votingapi
dependencies[] = advpoll
package = "Voting"
core = 6.x | 
          
                  | advpoll_convert.module | advpoll_convert.module |  | Converts a site's standard Drupal polls into Advanced Poll polls. | 
          
                  | binary.inc | modes/binary.inc |  | Handle binary (true/false) votes. | 
          
                  | 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 |  | Handle ranking votes, e.g. choice A is preferred over choice B, which in turn is preferred over choice C. |