Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | |
michael@0 | 6 | <!DOCTYPE html> |
michael@0 | 7 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> |
michael@0 | 8 | <head> |
michael@0 | 9 | <title> </title> |
michael@0 | 10 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> |
michael@0 | 11 | <link rel="stylesheet" href="tabview.css" type="text/css"/> |
michael@0 | 12 | <link rel="stylesheet" href="chrome://browser/skin/tabview/tabview.css" type="text/css"/> |
michael@0 | 13 | </head> |
michael@0 | 14 | |
michael@0 | 15 | <body transparent="true"> |
michael@0 | 16 | <div id="content"> |
michael@0 | 17 | <div id="bg"> |
michael@0 | 18 | </div> |
michael@0 | 19 | <div id="actions"> |
michael@0 | 20 | <input id="exit-button" type="button" alt="" groups="0" /> |
michael@0 | 21 | <input id="searchbutton" type="button"/> |
michael@0 | 22 | </div> |
michael@0 | 23 | </div> |
michael@0 | 24 | |
michael@0 | 25 | <div id="searchshade"></div> |
michael@0 | 26 | <div id="search"> |
michael@0 | 27 | <input id="searchbox" type="text"/> |
michael@0 | 28 | <div id="otherresults"> |
michael@0 | 29 | <span class="label"></span> |
michael@0 | 30 | <span id="results"></span> |
michael@0 | 31 | </div> |
michael@0 | 32 | </div> |
michael@0 | 33 | |
michael@0 | 34 | <script type="text/javascript;version=1.8" src="tabview.js"></script> |
michael@0 | 35 | </body> |
michael@0 | 36 | </html> |