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

Unified Diff: includes/uninstall-abp.md

Issue 29329984: Issue 3257 - Create uninstallation page in adblockplus.org (Closed)
Patch Set: Fix editor readability, use for loop to randomly generate the list Created Nov. 23, 2015, 10:49 a.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 | includes/uninstall-abp-submit.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/uninstall-abp.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/uninstall-abp.md
@@ -0,0 +1,18 @@
+#{{reasons-header[Form heading] Please select the reason(s) why you uninstalled Adblock Plus:}}
+
+<form id="reasons-form" action="uninstall-abp-submit" method="post">
+ <ul id="reasons">
+ <li>
+ <label>
+ <input id="reason-other" type="checkbox" name="reason" value="0v0" />
+ <span>{{reason-other[Last uninstallation reason] Other, namely...}}</span>
+ </label>
+ <textarea id="reason-other-input" class="hidden" name="reasonOther" placeholder="{{reason-other-placeholder[Textarea placeholder text, appears after selecting 'Other, namely...' option] Please explain why you are uninstalling Adblock Plus}}"></textarea>
+ </li>
+ </ul>
+ <button id="submit-form" type="button">{{submit[Submit button text] Submit}}</button>
+ <span class="error-label">{{error-msg[Error message, is being shown after submission if no item selected] Please select at least one of the options above}}</span>
+</form>
+
+{{disclaimer[Disclaimer below form] By clicking Submit, you are sending your response to Adblock Plus. Please see our [privacy policy](https://adblockplus.org/privacy).}}
+{: .disclaimer }
« no previous file with comments | « no previous file | includes/uninstall-abp-submit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld