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

Delta Between Two Patch Sets: pages/committee/apply.md

Issue 29373766: Issue 4817 - Update committee application form on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Changed "Ad Blocker" to "Ad-Blocker" Created Feb. 4, 2017, 2:44 p.m.
Right Patch Set: Updated page title and first paragraph Created Feb. 7, 2017, 10:57 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=The Acceptable Ads Committee - defining a new standard 1 title=The Acceptable Ads Committee - defining a new standard
2 description=The Acceptable Ads Committee is an industry initiative to control an d define the standards of what constitutes an Acceptable Ad 2 description=The Acceptable Ads Committee is an industry initiative to control an d define the standards of what constitutes an Acceptable Ad
3 parent=committee/apply 3 parent=committee/apply
4 4
5 <style type="text/css"> 5 <style type="text/css">
6 #success-msg, #error-msg, .success #clear, .success #submit 6 #success-msg, #error-msg, .success #clear, .success #submit
7 { 7 {
8 display: none; 8 display: none;
9 } 9 }
10 10
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, false); 88 }, false);
89 } 89 }
90 90
91 addListener(document, "DOMContentLoaded", contentLoad, false); 91 addListener(document, "DOMContentLoaded", contentLoad, false);
92 </script> 92 </script>
93 93
94 <div class="row" markdown="1"> 94 <div class="row" markdown="1">
95 <div class="col-6 expand-on-tablet" markdown="1"> 95 <div class="col-6 expand-on-tablet" markdown="1">
96 <form id="application-form" class="section" method="POST" markdown="1"> 96 <form id="application-form" class="section" method="POST" markdown="1">
97 97
98 # {{join-committee-heading-1-2[Headline text line 1-2] Want to join the Acceptab le Ads Committee?}}<br>{{join-committee-heading-3[Headline text line 3] Fill out the form below!}} 98 # {{join-committee-heading[Headline text] Apply to join the committee}}
99 99
100 --- 100 ---
101 101
102 Do you want to contribute to create a new standard of advertising, and decide on the ad experience for well over a hundred million active devices? Then fill out the form below! 102 {{join-committee-paragraph[Join committee paragraph] Do you want to help create a new standard of advertising and improve the ad experience for millions of ad-b locking users? If so, fill out the form below!}}
103 {: .m-b-lg } 103 {: .m-b-lg }
104 104
105 <label for="name"> 105 <label for="name">
106 {{name[Field label text] Name}} 106 {{name[Field label text] Name}}
107 </label> 107 </label>
108 <input id="name" type="text" name="name" required /> 108 <input id="name" type="text" name="name" required />
109 109
110 <label for="title"> 110 <label for="title">
111 {{title[Field label text] Title}} 111 {{title[Field label text] Title}}
112 </label> 112 </label>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}} 155 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}}
156 { #success-msg .bg-accent .p-a-sm .m-y-sm } 156 { #success-msg .bg-accent .p-a-sm .m-y-sm }
157 157
158 error 158 error
159 {: #error-msg .bg-error .p-a-sm .m-y-sm } 159 {: #error-msg .bg-error .p-a-sm .m-y-sm }
160 160
161 </form> 161 </form>
162 </div> 162 </div>
163 </div> 163 </div>
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld