ginebra2/chrome/bedrockchrome/suggests.snippet/suggests.html
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:30:16 +0100
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 5 0f2326c2a325
child 16 3c88a81ff781
permissions -rw-r--r--
Catchup to latest Symbian^4

<!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.css"/>
   <script src="suggests.js" type="text/javascript"></script>
   <script src="../../js/Bind.js" type="text/javascript"></script>
</head>

<body onload="searchSuggests.loadComplete()">
    <img src="icons/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">
            var searchSuggests = new Suggests();
        </script>
    </div>
</body>
</html>