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

Side by Side Diff: help.html

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 2, 2012, 1:15 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
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 <link rel='stylesheet' type='text/css' href='/design/donate.css' />
13 <link rel='stylesheet' type='text/css' href='/design/copyright.c ss'/>
14
15 <!--Load generic scripts-->
16 <script src="/files/default.js"></script>
17
18 <!--Load language specific scripts-->
19 <script src="/files/translate.js"></script>
20 <script src="/files/donateId.js"></script>
21 </head>
22 <body>
23 <div id=arrow></div>
24
25 <div id=header></div>
26
27 <div id=content>
28 <div id=help></div>
29 <hr>
30 <div id=back></div>
31 </div>
32
33 <div id=notification></div>
34
35 <div id=footer>
36 <div id=donate></div>
37 <div id=copyright></div>
38 </div>
39
40 <!--Load page generating scripts-->
41 <script src="/common/header.js"></script>
42
43 <script src="/help/help.js"></script>
44 <script src="/common/back.js"></script>
45
46 <script src="/common/notification.js"></script>
47
48 <script src="/common/donate.js"></script>
49 <script src="/common/copyright.js"></script>
50 </body>
51 </html>
52
OLDNEW
« files/sources.js ('K') | « files/whitelist.js ('k') | help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld