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

Side by Side Diff: adblock-browser.html

Issue 4814987935612928: Issue 2213 - landing page for mobile beta launch (Closed)
Patch Set: Adjusted for IE8 after tests and addressed Thomas and Sebastian comments Created April 22, 2015, 3:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | adblock-browser-head.html » ('j') | adblock-browser-head.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <h3>Join the beta test!</h3>
2
3 <ol>
4 <li>Join the <b>Adblock Browser for Android Beta</b> Google+ community.</li>
5 <li>Click the <b>Become a Tester</b> link.</li>
6 <li>Download the <b>beta app</b>.</li>
7 </ol>
8
9 <div class="button-community-wrapper">
10 <a href="https://plus.google.com/u/1/communities/112291714220563111060">Beta t est Adblock Browser for Android</a>
11 </div>
12
13 <h3 class="subscribe-header">iOS user? Coming soon!</h3>
14
15 <p class="subscribe-description">
16 Get a heads-up prior to the launch!
17 </p>
18
19 <form id="subscribe-form" action="/submitEmail" method="post">
20 <input id="subscribe-textbox" type="email" name="email" required=""><attr name ="placeholder">Your email address</attr></input>
Thomas Greiner 2015/04/23 10:47:11 The required attribute does not need to specify a
saroyanm 2015/04/23 13:07:59 It's only for Anwiki, because otherwise I couldn't
Thomas Greiner 2015/04/23 13:38:00 Ok, nothing we can do then, unfortunately.
21 <button id="subscribe-button" type="submit"><span>Notify me</span></button>
22 <span class="sucess-label">
23 A confirmation email has been sent. Please check your email and click the co nfirmation link.
24 </span>
25 <span class="empty-label">
26 Oops! You didn't enter your email address.
27 </span>
28 <span class="invalid-label">
29 Invalid email address.
30 </span>
31 <span id="response-error">
32 </span>
33 </form>
34
35 <div class="disclaimer lang-fr">
36 <fix>En téléchargeant le logiciel Adblock Plus vous acceptez que si vous utili sez 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 auc un 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 p erte de chances et perte de bénéfices) découlant directement ou indirectement de votre utilisation de ce logiciel.</fix>
37 </div>
38
39 <span id="email-placeholder">Your email address</span>
OLDNEW
« 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