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

Delta Between Two Patch Sets: popup.html

Issue 11627039: Added ad counting functionality (Closed)
Left Patch Set: Created Sept. 11, 2013, 3:10 p.m.
Right Patch Set: Created Sept. 20, 2013, 3 p.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 | « metadata.chrome ('k') | stats.js » ('j') | stats.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2013 Eyeo GmbH 5 - Copyright (C) 2006-2013 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 .ui-button { 70 .ui-button {
71 padding: 3px; 71 padding: 3px;
72 } 72 }
73 73
74 .spacer { 74 .spacer {
75 height: 7px; 75 height: 7px;
76 width: 5px; 76 width: 5px;
77 display: block; 77 display: block;
78 } 78 }
79 79
80 #statsStuff 80 #statsContainer
81 { 81 {
82 margin: 10px 5px; 82 margin: 10px 5px;
83 padding: 5px; 83 padding: 5px;
84 border: 1px solid rgb(150, 150, 200); 84 border: 1px solid rgb(150, 150, 200);
85 border-radius: 5px; 85 border-radius: 5px;
86 white-space: nowrap; 86 white-space: nowrap;
87 background: -webkit-linear-gradient(top, rgb(250, 250, 255), rgb(200, 200, 255 ) 50px); 87 background: -webkit-linear-gradient(rgb(250, 250, 255), rgb(200, 200, 255) 50p x);
88 background: linear-gradient(top, rgb(250, 250, 255), rgb(200, 200, 255) 50px); 88 background: linear-gradient(rgb(250, 250, 255), rgb(200, 200, 255) 50px);
89 } 89 }
90 90
91 #statsStuff .number 91 #statsPage > strong,
92 #statsTotal > strong
92 { 93 {
93 display: inline-block; 94 display: inline-block;
94 min-width: 30px; 95 min-width: 50px;
95 font-weight: bold;
96 color: rgb(255, 50, 50); 96 color: rgb(255, 50, 50);
97 text-align: right; 97 text-align: right;
98 }
99
100 #statsStuff .label
101 {
102 display: inline-block;
103 } 98 }
104 99
105 #share 100 #share
106 { 101 {
107 display: block; 102 display: block;
108 color: rgb(75, 75, 200); 103 color: rgb(75, 75, 200);
109 text-align: right; 104 text-align: right;
110 text-decoration: underline; 105 text-decoration: underline;
111 } 106 }
112 107
113 #shareBox > a 108 #shareBox > a
114 { 109 {
115 display: block; 110 display: block;
116 margin-top: 5px; 111 margin-top: 5px;
117 } 112 }
118 </style> 113 </style>
119 114
120 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> 115 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script>
121 <script type="text/javascript" src="i18n.js"></script> 116 <script type="text/javascript" src="i18n.js"></script>
122 <script type="text/javascript" src="popup.js"></script> 117 <script type="text/javascript" src="popup.js"></script>
123 <script type="text/javascript" src="notification.js"></script> 118 <script type="text/javascript" src="notification.js"></script>
124 <script type="text/javascript" src="stats.js"></script> 119 <script type="text/javascript" src="stats.js"></script>
125 </head> 120 </head>
126 <body id="main"> 121 <body id="main">
127
128 <div id="notification" style="display: none"> 122 <div id="notification" style="display: none">
129 <h1 id="title"></h1> 123 <h1 id="title"></h1>
130 <p id="message"></p> 124 <p id="message"></p>
131 </div> 125 </div>
132 126
133 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type= "checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp an></label></div> 127 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type= "checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp an></label></div>
134 <div id="clickHideInactiveStuff" style="display: none"> 128 <div id="clickHideInactiveStuff" style="display: none">
135 <div class="spacer"></div> 129 <div class="spacer"></div>
136 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto n> 130 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto n>
137 </div> 131 </div>
138 132
139 <div id="clickHideActiveStuff" style="display: none"> 133 <div id="clickHideActiveStuff" style="display: none">
140 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> 134 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div>
141 <div class="spacer"></div> 135 <div class="spacer"></div>
142 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner- all ui-button-text-only"><span class="i18n_cancel"></span></button> 136 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner- all ui-button-text-only"><span class="i18n_cancel"></span></button>
143 </div> 137 </div>
144 138
145 <div id="statsStuff" hidden> 139 <div id="statsContainer" hidden>
146 <strong class="i18n_stats_title"></strong> 140 <strong class="i18n_stats_title"></strong>
147 <div id="stats"> 141 <div id="stats">
148 <div> 142 <div id="statsPage" class="label"></div>
149 <span id="statsPage" class="number">0</span> 143 <div id="statsTotal" class="label"></div>
150 <span class="i18n_stats_label_page label"></span>
151 </div>
152 <div>
153 <span id="statsTotal" class="number">0</span>
154 <span class="i18n_stats_label_total label"></span>
155 </div>
156 </div> 144 </div>
157 <div> 145 <div>
158 <a id="share" class="i18n_stats_share_title" href="#"></a> 146 <a id="share" class="i18n_stats_share_title" href="#"></a>
159 <div id="shareBox" hidden> 147 <div id="shareBox" hidden>
160 <a class="i18n_stats_share_label ui-button ui-widget ui-state-default ui-c orner-all" data-social="facebook">"Facebook"</a> 148 <a class="i18n_stats_share_label_fb ui-button ui-widget ui-state-default u i-corner-all" data-social="facebook"></a>
161 <a id="shareTwitter" class="i18n_stats_share_label ui-button ui-widget ui- state-default ui-corner-all" data-social="twitter">"Twitter"</a> 149 <a id="shareTwitter" class="i18n_stats_share_label_twitter ui-button ui-wi dget ui-state-default ui-corner-all" data-social="twitter"></a>
162 <a id="shareGplus" class="i18n_stats_share_label ui-button ui-widget ui-st ate-default ui-corner-all" data-social="gplus">"Google+"</a> 150 <a id="shareGplus" class="i18n_stats_share_label_gplus ui-button ui-widget ui-state-default ui-corner-all" data-social="gplus"></a>
163 </div> 151 </div>
164 </div> 152 </div>
165 </div> 153 </div>
166 154
167 </div> 155 </div>
168 </body> 156 </body>
169 </html> 157 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld