Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblock-browser.html

Issue 4814987935612928: Issue 2213 - landing page for mobile beta launch (Closed)
Patch Set: Remove client side email validation Created April 23, 2015, 5 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | adblock-browser-head.html » ('j') | adblock-browser-head.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-browser.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/adblock-browser.html
@@ -0,0 +1,39 @@
+<h3>Join the beta test!</h3>
+
+<ol>
+ <li>Join the <b>Adblock Browser for Android Beta</b> Google+ community.</li>
+ <li>Click the <b>Become a Tester</b> link.</li>
+ <li>Download the <b>beta app</b>.</li>
+</ol>
+
+<div class="button-community-wrapper">
+ <a href="https://plus.google.com/u/1/communities/112291714220563111060">Beta test Adblock Browser for Android</a>
+</div>
+
+<h3 class="subscribe-header">iOS user? Coming soon!</h3>
+
+<p class="subscribe-description">
+ Get a heads-up prior to the launch!
+</p>
+
+<form id="subscribe-form" accept-charset="utf-8" action="/submitEmail" method="post">
+ <input id="subscribe-textbox" type="email" name="email" required=""><attr name="placeholder">Your email address</attr></input>
Sebastian Noack 2015/04/24 10:22:58 Nit: You don't need to specify a value for the req
saroyanm 2015/04/24 14:56:31 The case is the Anwiki invalidates the content and
Sebastian Noack 2015/04/24 15:46:10 I see. But consider filing a follow-up issue, to r
+ <button id="subscribe-button" type="submit"><span>Notify me</span></button>
+ <span class="sucess-label">
+ A confirmation email has been sent. Please check your email and click the confirmation link.
+ </span>
+ <span class="empty-label">
+ Oops! You didn't enter your email address.
saroyanm 2015/04/23 17:13:43 @Sebastian please note that I kept this error mess
Sebastian Noack 2015/04/24 09:54:50 I'd rather merge those error messages together lik
saroyanm 2015/04/24 14:56:31 Done.
+ </span>
+ <span class="invalid-label">
+ Invalid email address.
+ </span>
+ <span id="response-error">
+ </span>
+</form>
+
+<div class="disclaimer lang-fr">
+ <fix>En téléchargeant le logiciel Adblock Plus vous acceptez que si vous utilisez Adblock Plus pour visiter un site Internet en violation de toute obligation ou droit de quelque nature que ce soit en relation avec ce site Internet, en aucun cas EYEO ne pourra être tenu pour responsable envers vous ou tout autre tiers pour toute perte ou dommage (y compris, sans y être limité, les dommages pour perte de chances et perte de bénéfices) découlant directement ou indirectement de votre utilisation de ce logiciel.</fix>
+</div>
+
+<span id="email-placeholder">Your email address</span>
« no previous file with comments | « no previous file | adblock-browser-head.html » ('j') | adblock-browser-head.html » ('J')

Powered by Google App Engine
This is Rietveld