This is the feedback page of the VotePlugin. Leave your comments here.
-- MichaelDaum
--
12 Dec 2003
--
12 Dec 2003
div
/ span
elements (this is a test bar)? Try to create one yourself for testing your browser/printer.
Undefined subroutine &TWiki::normalizeFileName called at ../lib/TWiki/Plugins/VotePlugin.pm line 338.
Thanks for making this plugin available! -- TWiki:Main.LynnwoodBrown
Undefined subroutine &TWiki::getLocaldate called at ../lib/TWiki/Plugins/VotePlugin.pm line 302.
-- TWiki:Main.LynnwoodBrown
VotePlugin.pm
to fix this.
Undefined subroutine &TWiki::Cache::invalidateEntry called at ../lib/TWiki/Plugins/VotePlugin.pm line 324.
Looks like perhaps this is getting caught up by recent reorganization of TWiki code. I hope you're not beginning to regret sharing this with the larger TWiki community! - Lynnwood
<div class="Vote"><form action="/vote/TWiki/VotePluginDev" method="post"> <input type="hidden" name="id" value="FavoritMeal"/> <table class="VoteSelect"> <tr><td><b>Drink</b> </td> <td><select name="Drink" size="1"> <option selected value="">Select ...</option> <option>Beer</option> <option>Wine</option> <option>Milk</option> <option>Water</option> </select> </td><td> </td></tr><tr><td><b>Food</b> </td> <td><select name="Food" size="1"> <option selected value="">Select ...</option> <option>Steak</option> <option>Bread</option> <option>Pasta</option> <option>Pizza</option> </select> </td> <td><input type=submit value="OK" style="color:green"/></td></tr> </table></form> <div class="VoteResult"><table><tr><td> </td></tr></table></div></div>I directly get the text form of it. it does not become a bar graph with pull down menus.