commit results
diff --git a/planning/poll2012name.php b/planning/poll2012name.php
index 9c31a05..8029de2 100644
--- a/planning/poll2012name.php
+++ b/planning/poll2012name.php
@@ -23,68 +23,24 @@
$theme = "Nova";
- # Enable polls on this page
- # Polls are good for 3 months!
- $App->usePolls();
-
- # Poll 1
- $Poll = new Poll(8, "Runoff vote - What is your favorite name for the 2012 Simultaneous Release?");
- $Poll->addOption(1, "Juno");
- $Poll->addOption(2, "Jupiter");
- $Poll->addOption(3,"Jubilate");
- $Poll->addOption(4,"Jura");
- $Poll->addOption(5,"Juliet");
- $Poll->addOption(6,"Jules");
- $Poll->addOption(7,"Jasmine");
- $Poll->addOption(8,"Jason");
- $Poll->noGraph(); # uncomment to disable bar graph
- $pollHTML = $Poll->getHTML();
-
- $Poll->requireLogin(); # no anonymous votes
-
- # Paste your HTML content between the markers!
-ob_start();
+
?>
<div id="maincontent" style="width: 90%; padding: 5%;">
<h1><?= $pageTitle ?></h1>
- <h2>Help decide the name for the 2012 Eclipse Simultaneous Release ... again!</h2>
- <p>There will be an Eclipse Simultaneous Release on the fourth Wednesday of
- June, 2012. But what to call it? Please vote, only once, for your favorite name for that 2012
- Release.</p>
-
- <p>Remember, the Simultaneous Release name is an informal "marketing name". It
- should be recognizable, pronounceable, relatively distinct, and not obvious
- to confuse with other software or software companies. Be sure to
- consider how it sounds in context, such as "Hey, go download the Eclipse
- xxxxxxxx Release and see all the cool stuff in there!"
- and how it looks in print, labels, or URLs, such
- as the eventual http://..../releases/xxxxxxx.</p>
-
- <p>The following list was arrived at with input from the community, given
- in bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=336942">bug
- 336942</a> and discussions in the Eclipse Planning Council... </p>
-
- <p>... and an initial vote
- that requires a runoff between the 8 candidate names.</p>
-
-
- <div style="padding: 10px; margin-left: 5%; margin-right: 5%;">
- <?= $pollHTML ?>
- </div>
-
+ <h2>Thanks for your help deciding the name for the 2012 Eclipse Simultaneous Release</h2>
+
+ <p>The results of the poll is now available, and pending approval from the EMO, the 2012 name will be <b>Juno</b>.</p>
+
+ <p>
+ <div style="padding: 10px; margin-left: 5%; margin-right: 5%;">
+ <p><b>Results: Runoff vote - What is your favorite name for the 2012 Simultaneous Release?</b></p>Juno: 47 %<br /><br />Jupiter: 34 %<br /><br />Jubilate: 0 %<br /><br />Jura: 4 %<br /><br />Juliet: 4 %<br /><br />Jules: 2 %<br /><br />Jasmine: 6 %<br /><br />Jason: 3 %<br /><br /><p><b>Total votes: </b>289</p>
+ </div>
+ </p>
<p>Thanks for your vote. And your help with Eclipse!</p>
- <p>This poll will be open until March 20.</p>
-
- <p>The Planning Council, by the
- way, reserves the right to make the final decision, in case some
- popularly voted item is later found to be unsuitable for some reason.<p>
-
- <p>Current date/time: <?php echo date("d/m/y : H:i (T)", time()); ?></p>
-
</div>
<?php