openstackweb/themes/openstack/templates/email/VotingLiveToAdmins.ss
2014-10-31 16:21:41 -03:00

53 lines
2.0 KiB
Scheme

<html>
<body>
<% with Owner %>
<p>$FirstName $Surname --</p>
<% end_with %>
<html>
<body>
<p>Hello! You are receiving this email because you created the presentation "$PresentationTitle".</p>
<p>On Friday, presentations became available to the OpenStack community for online voting. We've emailed all the speakers and encouraged them to promote their presentations. So far, over 26,000 votes have been cast! Is your team promoting your presentation?</p>
<% if Speakers %>
<p>The speakers for your presentation are:</p>
<ul>
<% loop Speakers %>
<li>$FirstName $Surname</li>
<% end_loop %>
</ul>
<% end_if %>
<p>Please tell the speakers to encourage friends and colleagues in the OpenStack community to vote for this presentation. Ultimately, the OpenStack Summit Track Chairs will decide on the final presentations, using the results of the community voting as input.</p>
<p>Here is a direct link to your presentation: <br/>
<strong><a href="http://www.openstack.org/rate/Presentation/{$URLSegment}">http://www.openstack.org/rate/Presentation/{$URLSegment}</a></strong>
</p>
<p>If you need to make adjustments to your presentation, you can log in to edit it here:<br/>
<a href="http://www.openstack.org/summit/openstack-summit-hong-kong-2013/become-a-speaker/">http://www.openstack.org/summit/openstack-summit-hong-kong-2013/become-a-speaker/</a>
</p>
<p>If you need any assistance along the way, please reply and let us know.</p>
<p>Two more quick items:</p>
<ul>
<li>If you are interested in sponsoring the summit as well, it's not too late. Please email events@openstack.org no later than September 20.</li>
<li>Finally, Early Bird registration closes October 4. All speakers who are selected will receive a free code to register for the Summit in mid-September. All others who were not selected will have time to register at the early bird discounted rate.</li>
</ul>
<p>Thanks for your speaking submission! Good luck in the voting process.</p>
<p>The OpenStack Events Team<br/>
events@openstack.org</p>
</body>
</html>
</body>
</html>