2010-06-29 01:04:26 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-08-11 15:28:45 -07:00
|
|
|
<!DOCTYPE html>
|
2010-06-29 01:04:26 -07:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
|
|
|
|
<head>
|
|
|
|
<title> </title>
|
|
|
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
2010-07-29 12:37:25 -07:00
|
|
|
<link rel="stylesheet" href="tabview.css" type="text/css"/>
|
2010-08-11 17:00:15 -07:00
|
|
|
<link rel="stylesheet" href="chrome://browser/skin/tabview/tabview.css" type="text/css"/>
|
2010-06-29 01:04:26 -07:00
|
|
|
</head>
|
|
|
|
|
2010-08-11 16:51:39 -07:00
|
|
|
<body transparent="true">
|
2010-07-14 15:17:28 -07:00
|
|
|
<div id="content">
|
2010-10-12 16:20:00 -07:00
|
|
|
<div id="bg">
|
|
|
|
</div>
|
2010-09-08 11:37:50 -07:00
|
|
|
<div id="actions">
|
2011-01-13 15:09:46 -08:00
|
|
|
<input id="exit-button" type="button" alt="" groups="0" />
|
2010-09-24 16:22:35 -07:00
|
|
|
<input id="searchbutton" type="button"/>
|
2010-09-08 11:37:50 -07:00
|
|
|
</div>
|
2010-10-12 16:20:00 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="searchshade"></div>
|
2010-09-08 11:37:50 -07:00
|
|
|
<div id="search">
|
|
|
|
<input id="searchbox" type="text"/>
|
2010-09-21 14:56:52 -07:00
|
|
|
<div id="otherresults">
|
|
|
|
<span class="label"></span>
|
|
|
|
<span id="results"></span>
|
|
|
|
</div>
|
2010-09-08 11:37:50 -07:00
|
|
|
</div>
|
2010-07-18 08:58:10 -07:00
|
|
|
|
2010-07-29 12:37:25 -07:00
|
|
|
<script type="text/javascript;version=1.8" src="tabview.js"></script>
|
2010-06-29 01:04:26 -07:00
|
|
|
</body>
|
|
|
|
</html>
|