User: jpmcc Date: 2008-02-14 20:52:49+0000 Modified: marketing/www/ooocon2008/cfl/vote.html
Log: Cristian's form File Changes: Directory: /marketing/www/ooocon2008/cfl/ ========================================= File [changed]: vote.html Url: http://marketing.openoffice.org/source/browse/marketing/www/ooocon2008/cfl/vote.html?r1=1.5&r2=1.6 Delta lines: +102 -28 ---------------------- --- vote.html 2008-02-13 20:40:53+0000 1.5 +++ vote.html 2008-02-14 20:52:47+0000 1.6 @@ -1,9 +1,9 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>OOoCon2008 - Voting</title> <link rel="stylesheet" type="text/css" href="/marketing.css" /> @@ -48,36 +48,110 @@ <br /> </div> - <h2>The candidates</h2> - - <p>There are six locations to choose from this year:</p> - - <ul> - <li><a href="amsterdam.html">Amsterdam</a>, The Netherlands</li> - - <li><a href="beijing.html">Beijing</a>, China</li> - - <li><a href="bratislava.html">Bratislava</a>, Slovakia</li> - - <li><a href="budapest.html">Budapest</a>, Hungary</li> - - <li><a href="dundalk.html">Dundalk</a>, Ireland</li> - - <li><a href="orvieto.html">Orvieto</a>, Italy</li> - - </ul> - - <p> Please read the details of each venue carefully and decide where - you would like to attend OOoCon this year.</a><p>. - <h2>Voting procedure</h2> <p>Voting is open to all individuals who were registered as members of the Community on January 1st 2008.</p> + <p><strong>Voting opens on Friday 15th February and closes at midnight UTC on Friday 29th February.</strong></p> - <p>The results will announced shortly afterwards once all the votes - have been verified.</p> + + <h2>Voting procedure</h2> + + <p>Please vote using the form below. An email will be sent to your + @openoffice.org email address - please make sure it is not blocked by any + spam filters etc. Once you confirm your vote it will be registered in our + database.</p> + + <p>If you vote again after confirming your vote, your previous choice + will be overwritten.</p> + + <form action="http://survey.services.openoffice.org/ooocon/index.php" + method="post" name="firstForm" id="firstForm"> + <div> + <table border="0" summary="Ballot paper"> + <tr> + <td style="white-space: nowrap; background-color: #CCCCCC;" + align="left" valign="top" colspan="2"><strong>Where do you want + to attend OOoCon 2008 ?</strong></td> + </tr> + + <tr> + <td align="right" valign="top"><span style= + "color: #ff0000">*</span><strong>Select one: </strong></td> + + <td valign="top" align="left"><input name="location[C]" value="1" + type="radio" id="qf_db2a26" /><label for="qf_db2a26">Amsterdam + (The Netherlands)</label><br /> + <input name="location[C]" value="2" type="radio" id= + "qf_35e7ff" /><label for="qf_35e7ff">Beijing + (China)</label><br /> + <input name="location[C]" value="3" type="radio" id= + "qf_81fd98" /><label for="qf_81fd98">Bratislava + (Slovakia)</label><br /> + <input name="location[C]" value="4" type="radio" id= + "qf_7a93cb" /><label for="qf_7a93cb">Budapest + (Hungary)</label><br /> + <input name="location[C]" value="5" type="radio" id= + "qf_875783" /><label for="qf_875783">Dundalk + (Ireland)</label><br /> + <input name="location[C]" value="6" type="radio" id= + "qf_452718" /><label for="qf_452718">Orvieto (Italy)</label></td> + </tr> + + <tr> + <td style="white-space: nowrap; background-color: #CCCCCC;" + align="left" valign="top" colspan="2"><strong>Will you attend the + conference ?</strong></td> + </tr> + + <tr> + <td align="right" valign="top"><span style= + "color: #ff0000">*</span><strong>Select one: </strong></td> + + <td valign="top" align="left"><input name="participation[P]" + value="1" type="radio" id="qf_aa360f" /><label for= + "qf_aa360f">Yes</label><br /> + <input name="participation[P]" value="2" type="radio" id= + "qf_9446f7" /><label for="qf_9446f7">Not sure</label><br /> + <input name="participation[P]" value="3" type="radio" id= + "qf_113a7f" /><label for="qf_113a7f">No</label></td> + </tr> + + <tr> + <td style="white-space: nowrap; background-color: #CCCCCC;" + align="left" valign="top" colspan="2"><strong>Enter your + OpenOffice.org site username:</strong></td> + </tr> + + <tr> + <td align="right" valign="top"><span style= + "color: #ff0000">*</span></td> + + <td valign="top" align="left"><input size="20" maxlength="255" + name="name" type="text" value="" /></td> + </tr> + + <tr> + <td align="right" valign="top"></td> + + <td valign="top" align="left"><input value="Send" type= + "submit" /></td> + </tr> + + <tr> + <td></td> + + <td align="left" valign="top"><span style= + "font-size:80%; color:#ff0000;">*</span> <span style= + "font-size:80%;">denotes required field</span></td> + </tr> + </table> + </div> + </form> + + <p>The results will announced shortly after voting closed, once all the + votes have been verified.</p> </div> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
