ginebra2/chrome/bedrockchrome/suggests.snippet/suggests.html
author hgs
Fri, 15 Oct 2010 17:30:59 -0400
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
permissions -rw-r--r--
201041

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-EN">

<head>
   <link rel="stylesheet" id="CSSLink" type="text/css" href="/suggests/suggests.css"/>
   <script src="/suggests/suggests.js" type="text/javascript"></script>
   <script src="/chrome/Bind.js" type="text/javascript"></script>
   <script type="text/javascript">
     var searchSuggests;
   </script>
</head>

<body onload="searchSuggests.loadComplete()">
    <img src="/suggests/topshadow.png" alt="background image" class="floatImg" id="TopShadowImgId" />

    <!-- this div provides the background color and border -->
    <div id="PageBorderId">
    </div>

    <!-- this div provides the bottom gradient -->
    <div id="PageBottomShadowId">
    </div>

    <div class = "SuggestView" id="SuggestsId">
        <script type="text/javascript">
             searchSuggests = new Suggests();
        </script>
    </div>
</body>
</html>