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

Unified Diff: help.html

Issue 8560083: adblockplusopera: Port UI code from Chrome (Closed)
Patch Set: Created Oct. 19, 2012, 4:04 p.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 | « design/notify.css ('k') | help/help.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: help.html
===================================================================
deleted file mode 100644
--- a/help.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!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>
-
- <!--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=help></div>
- <hr>
- <div id=back></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="/help/help.js"></script>
- <script src="/common/back.js"></script>
-
- <script src="/common/notification.js"></script>
- </body>
-</html>
-
« no previous file with comments | « design/notify.css ('k') | help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld