ginebra/chrome/demochrome/snippets/PageInfoSnippet.html
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
--- a/ginebra/chrome/demochrome/snippets/PageInfoSnippet.html	Fri Jun 11 16:23:26 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-<!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>