ginebra/chrome/demochrome/snippets/PageInfoSnippet.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

<!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>