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

Side by Side Diff: help.html

Issue 8560083: adblockplusopera: Port UI code from Chrome (Closed)
Patch Set: Created Oct. 19, 2012, 4:04 p.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 | « design/notify.css ('k') | help/help.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
16 <!--Load language specific scripts-->
17 <script src="/files/translate.js"></script>
18 </head>
19 <body>
20 <div id=arrow></div>
21
22 <div id=header></div>
23
24 <div id=content>
25 <div id=help></div>
26 <hr>
27 <div id=back></div>
28 </div>
29
30 <div id=notification></div>
31
32 <div id=footer>
33 <div id=donate></div>
34 <div id=copyright></div>
35 </div>
36
37 <!--Load page generating scripts-->
38 <script src="/common/header.js"></script>
39
40 <script src="/help/help.js"></script>
41 <script src="/common/back.js"></script>
42
43 <script src="/common/notification.js"></script>
44 </body>
45 </html>
46
OLDNEW
« 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