summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit54b6cfa9a9e5b861a9930af873580d6dc20f773c (patch)
tree35051494d2af230dce54d6b31c6af8fc24091316 /core/res/assets/webkit
downloadframeworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.zip
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.gz
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.bz2
Initial Contribution
Diffstat (limited to 'core/res/assets/webkit')
-rw-r--r--core/res/assets/webkit/android-weberror.pngbin0 -> 1140 bytes
-rwxr-xr-xcore/res/assets/webkit/film.pngbin0 -> 3499 bytes
-rw-r--r--core/res/assets/webkit/loaderror.html18
-rw-r--r--core/res/assets/webkit/missingImage.pngbin0 -> 456 bytes
-rw-r--r--core/res/assets/webkit/nodomain.html27
-rw-r--r--core/res/assets/webkit/nullplugin.pngbin0 -> 1552 bytes
-rw-r--r--core/res/assets/webkit/textAreaResizeCorner.pngbin0 -> 182 bytes
-rw-r--r--core/res/assets/webkit/youtube.html26
-rw-r--r--core/res/assets/webkit/youtube.pngbin0 -> 1544 bytes
9 files changed, 71 insertions, 0 deletions
diff --git a/core/res/assets/webkit/android-weberror.png b/core/res/assets/webkit/android-weberror.png
new file mode 100644
index 0000000..cea4638
--- /dev/null
+++ b/core/res/assets/webkit/android-weberror.png
Binary files differ
diff --git a/core/res/assets/webkit/film.png b/core/res/assets/webkit/film.png
new file mode 100755
index 0000000..f457f23
--- /dev/null
+++ b/core/res/assets/webkit/film.png
Binary files differ
diff --git a/core/res/assets/webkit/loaderror.html b/core/res/assets/webkit/loaderror.html
new file mode 100644
index 0000000..359a1e7
--- /dev/null
+++ b/core/res/assets/webkit/loaderror.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>Web page not available</title>
+ <style type="text/css">
+ body { margin-top: 0px; padding-top: 0px; }
+ h2 { margin-top: 5px; padding-top: 0px; }
+ </style>
+
+ <body>
+
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
+ <h2>Web page not available</h2>
+ <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/assets/webkit/missingImage.png b/core/res/assets/webkit/missingImage.png
new file mode 100644
index 0000000..f49a98d
--- /dev/null
+++ b/core/res/assets/webkit/missingImage.png
Binary files differ
diff --git a/core/res/assets/webkit/nodomain.html b/core/res/assets/webkit/nodomain.html
new file mode 100644
index 0000000..7a107fb
--- /dev/null
+++ b/core/res/assets/webkit/nodomain.html
@@ -0,0 +1,27 @@
+<html>
+ <head>
+ <title>Web page not available</title>
+ <style type="text/css">
+ body { margin-top: 0px; padding-top: 0px; }
+ h2 { margin-top: 5px; padding-top: 0px; }
+ </style>
+
+ <body>
+
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
+ <h2>Web page not available</h2>
+ <p>The Web page at <a href="%s">%s</a> might be
+ temporarily down or it may have moved permanently to a new web
+ address.</p>
+
+ <p><b>Here are some suggestions:</b></p>
+ <ul>
+ <li>Check to make sure your device has a signal and data
+ connection</li>
+ <li>Reload this web page later.</li>
+ <li>View a cached copy of the web page from Google</li>
+
+ </ul>
+ </body>
+ </head>
+</html>
diff --git a/core/res/assets/webkit/nullplugin.png b/core/res/assets/webkit/nullplugin.png
new file mode 100644
index 0000000..96a52e3
--- /dev/null
+++ b/core/res/assets/webkit/nullplugin.png
Binary files differ
diff --git a/core/res/assets/webkit/textAreaResizeCorner.png b/core/res/assets/webkit/textAreaResizeCorner.png
new file mode 100644
index 0000000..777eff0
--- /dev/null
+++ b/core/res/assets/webkit/textAreaResizeCorner.png
Binary files differ
diff --git a/core/res/assets/webkit/youtube.html b/core/res/assets/webkit/youtube.html
new file mode 100644
index 0000000..86e492a
--- /dev/null
+++ b/core/res/assets/webkit/youtube.html
@@ -0,0 +1,26 @@
+<html>
+ <head>
+ <style type="text/css">
+ body { background-color: black; }
+ a:hover { text-decoration: none; }
+ a:link { color: white; }
+ a:visited { color: white; }
+ </style>
+ </head>
+ <body>
+ <table height="100%" width="100%">
+ <tr>
+ <td align="center" valign="middle" height="100%">
+ <img src="film.png"/>
+ <br/>
+ <a id="url" href="" onClick="javascript:window.top.document.location='http://youtube.com/watch' +
+ document.location.search; return false" target="_top">Open YouTube player</a>
+ </td>
+ </tr>
+ <tr><td valign="bottom" align="right">
+ <img src="youtube.png" style="opacity:.7"/>
+ </td>
+ </tr>
+ </table>
+ </body>
+</html>
diff --git a/core/res/assets/webkit/youtube.png b/core/res/assets/webkit/youtube.png
new file mode 100644
index 0000000..87779b1
--- /dev/null
+++ b/core/res/assets/webkit/youtube.png
Binary files differ