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

Side by Side Diff: options.html

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 a.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 | « locales/en/files/translate.js ('k') | options/about.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title id=title></title>
5 <meta http-equiv='Content-Type' content='text/html; charset=utf- 8'/>
6 <link rel='shortcut icon' href='/images/icon32.png'/>
7
8 <link rel='stylesheet' type='text/css' href='/design/header.css' />
9 <link rel='stylesheet' type='text/css' href='/design/default.css '/>
10 <link rel='stylesheet' type='text/css' href='/design/input.css'/ >
11 <link rel='stylesheet' type='text/css' href='/design/notify.css' />
12
13 <!--Load generic scripts-->
14 <script src="/files/default.js"></script>
15 <script src="/files/sources.js"></script>
16 <script src="/files/download.js"></script>
17 <script src="/files/preferences.js"></script>
18 <script src="/files/css.js"></script>
19 <!--PARTIAL - Only call status function-->
20 <script src="/files/lists.js"></script>
21 <!--Load language specific scripts-->
22 <script src="/files/translate.js"></script>
23 </head>
24 <body>
25 <div id=arrow></div>
26
27 <div id=header></div>
28
29 <div id=content>
30 <div id=lists></div>
31 <hr>
32 <div id=privacy></div>
33 <hr>
34 <div id=css></div>
35 <hr>
36 <div id=other></div>
37 <hr>
38 <div id=help></div>
39 </div>
40
41 <div id=notification></div>
42
43 <div id=footer>
44 <div id=donate></div>
45 <div id=copyright></div>
46 </div>
47
48 <!--Load page generating scripts-->
49 <script src="/common/header.js"></script>
50
51 <script src="/options/listsDisplay.js"></script>
52 <script src="/options/whitelist.js"></script>
53 <script src="/options/privacy.js"></script>
54 <script src="/options/cssDisplay.js"></script>
55 <script src="/options/other.js"></script>
56 <script src="/options/help.js"></script>
57 <script src="/options/time.js"></script>
58
59 <script src="/common/notification.js"></script>
60 </body>
61 </html>
62
OLDNEW
« no previous file with comments | « locales/en/files/translate.js ('k') | options/about.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld