[www] r296142 - Pause registration till a waiting list can be put in place.
Kevin Streit via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 09:54:03 PST 2017
Author: streit
Date: Fri Feb 24 11:54:02 2017
New Revision: 296142
URL: http://llvm.org/viewvc/llvm-project?rev=296142&view=rev
Log:
Pause registration till a waiting list can be put in place.
On behalf of Johannes Doerfert <johannes at jdoerfert.de> (Fri Feb 24 19:01:47 2017 +0100)
Modified:
www/trunk/devmtg/2017-03/2017/01/11/registration-open.html
www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
www/trunk/devmtg/2017-03/blog/index.html
www/trunk/devmtg/2017-03/index.html
Modified: www/trunk/devmtg/2017-03/2017/01/11/registration-open.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/2017/01/11/registration-open.html?rev=296142&r1=296141&r2=296142&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/2017/01/11/registration-open.html (original)
+++ www/trunk/devmtg/2017-03/2017/01/11/registration-open.html Fri Feb 24 11:54:02 2017
@@ -164,13 +164,12 @@
<section class="box">
<a href="#" class="image left"><img src="http://llvm.org/devmtg/2017-03//assets/images/CSUniSBText.jpg" alt="" /></a>
<p>
- The <a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/registration.html">registration</a>
+ The <a href="#" onclick="alert('Due to high demand we have paused the registration. A waiting list will be put in place next week. We thank you for your understanding and patience.');" class="button">registration (on pause)</a>
for the 2017 European Developers Meeting is open as of today.
</p>
<p>
- Early bird pricing is available till February 23. Information on the different
- tickets and fees are available <a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/fees.html">here</a>.
+ Early bird pricing is available till February 24.
Similar to recent years we have reduced prices for students that can be
selected during registration.
</p>
Modified: www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html?rev=296142&r1=296141&r2=296142&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html (original)
+++ www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html Fri Feb 24 11:54:02 2017
@@ -174,11 +174,6 @@
</p>
<p>
- Keep in mind that the <a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/registration.html">
- <b>early registration pricing</b></a> ends February 24rd!
-</p>
-
-<p>
</p>
<table class="default">
Modified: www/trunk/devmtg/2017-03/blog/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/blog/index.html?rev=296142&r1=296141&r2=296142&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/blog/index.html (original)
+++ www/trunk/devmtg/2017-03/blog/index.html Fri Feb 24 11:54:02 2017
@@ -210,7 +210,7 @@
<div class="inner">
<h3>The Registration is Open</h3>
<p>
- The <a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/registration.html">registration</a>
+ The <a href="#" onclick="alert('Due to high demand we have paused the registration. A waiting list will be put in place next week. We thank you for your understanding and patience.');" class="button">registration (on pause)</a>
for the 2017 European Developers Meeting is open as of today.
</p>
Modified: www/trunk/devmtg/2017-03/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/index.html?rev=296142&r1=296141&r2=296142&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/index.html (original)
+++ www/trunk/devmtg/2017-03/index.html Fri Feb 24 11:54:02 2017
@@ -213,7 +213,7 @@
<section class="12u">
<div class="textwidget">
<table>
- <tr><td class="text-right"><b>January 11, 2017</b></td><td><i><a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/registration.html">registration</a> open</i></td></tr>
+ <tr><td class="text-right"><b>January 11, 2017</b></td><td><i><a href="#" onclick="alert('Due to high demand we have paused the registration. A waiting list will be put in place next week. We thank you for your understanding and patience.');">Registration</a> open (on pause)</i></td></tr>
<tr><td class="text-right"><b>January 27, 2017</b></td><td><i><a href="https://easychair.org/conferences/?conf=eurollvm2017">paper submission</a> deadline</i></td></tr>
<tr><td class="text-right"><b>February 20, 2017</b></td><td><i>author notification</i></td></tr>
<tr><td class="text-right"><b>February 24, 2017</b></td><td><i>early registration ends</i></td></tr>
@@ -483,7 +483,8 @@
<a name="submit"></a>
<header>
<h2>Want to contribute to EuroLLVM'17?</h2>
- <a href="https://www.kwt-uni-saarland.de/de/buchungen/eurollvm17/registration.html" class="button">Register</a>
+
+ <a href="#" onclick="alert('Due to high demand we have paused the registration. A waiting list will be put in place next week. We thank you for your understanding and patience.');" class="button">Register (on pause)</a>
<a href="mailto:tanyalattner at llvm.org" class="button">Become a sponsor</a>
<!--<a href="" class="button">Sponsor the event</a>-->
</header>
More information about the llvm-commits
mailing list