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

Unified Diff: options.html

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 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 | « locales/en/files/translate.js ('k') | options/about.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/options.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title id=title></title>
+ <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
+ <link rel='shortcut icon' href='/images/icon32.png'/>
+
+ <link rel='stylesheet' type='text/css' href='/design/header.css'/>
+ <link rel='stylesheet' type='text/css' href='/design/default.css'/>
+ <link rel='stylesheet' type='text/css' href='/design/input.css'/>
+ <link rel='stylesheet' type='text/css' href='/design/notify.css'/>
+
+ <!--Load generic scripts-->
+ <script src="/files/default.js"></script>
+ <script src="/files/sources.js"></script>
+ <script src="/files/download.js"></script>
+ <script src="/files/preferences.js"></script>
+ <script src="/files/css.js"></script>
+ <!--PARTIAL - Only call status function-->
+ <script src="/files/lists.js"></script>
+ <!--Load language specific scripts-->
+ <script src="/files/translate.js"></script>
+ </head>
+ <body>
+ <div id=arrow></div>
+
+ <div id=header></div>
+
+ <div id=content>
+ <div id=lists></div>
+ <hr>
+ <div id=privacy></div>
+ <hr>
+ <div id=css></div>
+ <hr>
+ <div id=other></div>
+ <hr>
+ <div id=help></div>
+ </div>
+
+ <div id=notification></div>
+
+ <div id=footer>
+ <div id=donate></div>
+ <div id=copyright></div>
+ </div>
+
+ <!--Load page generating scripts-->
+ <script src="/common/header.js"></script>
+
+ <script src="/options/listsDisplay.js"></script>
+ <script src="/options/whitelist.js"></script>
+ <script src="/options/privacy.js"></script>
+ <script src="/options/cssDisplay.js"></script>
+ <script src="/options/other.js"></script>
+ <script src="/options/help.js"></script>
+ <script src="/options/time.js"></script>
+
+ <script src="/common/notification.js"></script>
+ </body>
+</html>
+
« 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