ginebra/chrome/demochrome/snippets/PageInfoSnippet.html
changeset 5 0f2326c2a325
parent 1 b0dd75e285d2
child 6 1c3b8676e58c
equal deleted inserted replaced
1:b0dd75e285d2 5:0f2326c2a325
     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>