--- a/ginebra/chrome/demochrome/snippets/PageInfoSnippet.html Fri May 14 15:40:36 2010 +0300
+++ /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>