ginebra/chrome/demochrome/snippets/PageInfoSnippet.html
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:23:26 +0100
branchGCC_SURGE
changeset 2 bf4420e9fa4d
parent 0 1450b09d0cfd
permissions -rw-r--r--
Branch for GCC_SURGE fixes

<!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" xml:lang="en" lang="en">

  <head>
    <link rel="stylesheet" id = "CSSLink" type="text/css" href="../css/chromeStyleBlack.css" />
  </head>
  <body>
    <div class = "PageInfoInner">
      <form>
        Title: <input id="pageInfo_TitleId" type="text"><br/>
        URL: <input id="pageInfo_UrlId" type="text"><br/>
        Text Language: <input id="language" type="text"><br/>
      </form>
    <div align="right" style="margin-right: 20px">
      <input type = "button" class="Button" value="OK" onclick="window.chrome.hidePageInfo()"/>
    </div>
  </body>
</html>