LEFT | RIGHT |
1 title=Adblock Plus has been uninstalled | 1 title=Adblock Plus has been uninstalled |
2 template=minimal | 2 template=minimal |
3 | 3 |
4 <head> | 4 <head> |
5 <meta name="robots" content="noindex" /> | 5 <meta name="robots" content="noindex" /> |
6 <link href="/css/uninstalled.css" rel="stylesheet"> | 6 <link href="/css/uninstalled.css" rel="stylesheet"> |
7 </head> | 7 </head> |
8 | 8 |
9 <div id="content" class="container content"> | 9 <div id="content" class="container content"> |
10 <h1>{{ heading[Heading text] Data submitted successfully }}</h1> | 10 <h1>{{ heading[Heading text] Data submitted successfully }}</h1> |
11 <p class="lead">{{ thank-you[Thank you message below heading] Thank you for yo
ur participation }}</p> | 11 <p class="lead">{{ thank-you[Thank you message below heading] Thank you for yo
ur participation }}</p> |
12 </div> | 12 </div> |
13 | 13 |
14 <aside id="reinstall" class="bg-accent" > | 14 <? include reinstall ?> |
15 <div class="container content"> | |
16 <p class="lead"> | |
17 {{ reinstall-headline[Text next to the Reinstallation button] Did you uninst
all Adblock Plus by accident? }} | |
18 <a href="index" class="button secondary"> | |
19 {{ reinstall[Reinstall button text] Reinstall Now }} | |
20 </a> | |
21 </div> | |
22 </aside> | |
LEFT | RIGHT |