ginebra/chrome/demochrome/snippets/PageInfoSnippet.html
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 
       
     3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     4 
       
     5   <head>
       
     6     <link rel="stylesheet" id = "CSSLink" type="text/css" href="../css/chromeStyleBlack.css" />
       
     7   </head>
       
     8   <body>
       
     9     <div class = "PageInfoInner">
       
    10       <form>
       
    11         Title: <input id="pageInfo_TitleId" type="text"><br/>
       
    12         URL: <input id="pageInfo_UrlId" type="text"><br/>
       
    13         Text Language: <input id="language" type="text"><br/>
       
    14       </form>
       
    15     <div align="right" style="margin-right: 20px">
       
    16       <input type = "button" class="Button" value="OK" onclick="window.chrome.hidePageInfo()"/>
       
    17     </div>
       
    18   </body>
       
    19 </html>