summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorqqzhou <qqzhou@codeaurora.org>2013-07-22 15:31:03 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2013-07-31 14:24:20 +0800
commit8c5b0a383350ec0df001433c49b8a97d9590c502 (patch)
tree0031c643394bb1db250d34779b9a171805658c56 /assets
parente960ea1a4159186396227e3db3de6297daabd5be (diff)
downloadandroid_packages_apps_Gello-8c5b0a383350ec0df001433c49b8a97d9590c502.tar.gz
android_packages_apps_Gello-8c5b0a383350ec0df001433c49b8a97d9590c502.tar.bz2
android_packages_apps_Gello-8c5b0a383350ec0df001433c49b8a97d9590c502.zip
Browser: add homepage and bookmark feature
Add specified homepage and bookmarks for carrier. CRs-Fixed: 516137 516140 516141 Change-Id: I923e41e376685e0d5c45b8ce8f2e523d56492680
Diffstat (limited to 'assets')
-rw-r--r--assets/qrd_homepage/en/default_page.html25
-rw-r--r--assets/qrd_homepage/images/bookmark.pngbin0 -> 3337 bytes
-rw-r--r--assets/qrd_homepage/images/history.pngbin0 -> 3619 bytes
-rw-r--r--assets/qrd_homepage/zh_cn/default_page.html25
4 files changed, 50 insertions, 0 deletions
diff --git a/assets/qrd_homepage/en/default_page.html b/assets/qrd_homepage/en/default_page.html
new file mode 100644
index 00000000..1d75dba6
--- /dev/null
+++ b/assets/qrd_homepage/en/default_page.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, user-scalable=no" />
+ <meta http-equiv="Content-Type" content="text/html; charset=GB2312">
+ <script type="text/javascript">
+ </script>
+ <style type="text/css">
+ .item{width:170px; height:70px; font-size:22px}
+ .img{width:18px; height:18px;}
+ </style>
+ </head>
+ <body topmargin=90>
+ <p>
+ <table align="center" CellPadding="5" width="10%" height="10%">
+ <tr>
+ <td><button class="item" onClick="default_homepage.loadBookmarks()"><img class="img" src="../images/bookmark.png">&nbsp&nbspBookmark</td>
+ </tr>
+ <tr>
+ <td><button class="item" onClick="default_homepage.loadHistory()"><img class="img" src="../images/history.png">&nbsp&nbspHistory&nbsp&nbsp&nbsp&nbsp</td>
+ </tr>
+ </table>
+ </p>
+ </body>
+</html> \ No newline at end of file
diff --git a/assets/qrd_homepage/images/bookmark.png b/assets/qrd_homepage/images/bookmark.png
new file mode 100644
index 00000000..b2dab470
--- /dev/null
+++ b/assets/qrd_homepage/images/bookmark.png
Binary files differ
diff --git a/assets/qrd_homepage/images/history.png b/assets/qrd_homepage/images/history.png
new file mode 100644
index 00000000..beaacc76
--- /dev/null
+++ b/assets/qrd_homepage/images/history.png
Binary files differ
diff --git a/assets/qrd_homepage/zh_cn/default_page.html b/assets/qrd_homepage/zh_cn/default_page.html
new file mode 100644
index 00000000..78306e0d
--- /dev/null
+++ b/assets/qrd_homepage/zh_cn/default_page.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, user-scalable=no" />
+ <meta http-equiv="Content-Type" content="text/html; charset=GB2312">
+ <script type="text/javascript">
+ </script>
+ <style type="text/css">
+ .item{width:170px; height:70px; font-size:22px}
+ .img{width:18px; height:18px;}
+ </style>
+ </head>
+ <body topmargin=90>
+ <p>
+ <table align="center" CellPadding="5" width="10%" height="10%">
+ <tr>
+ <td><button class="item" onClick="default_homepage.loadBookmarks()"><img class="img" src="../images/bookmark.png">&nbsp&nbspÊé&nbsp&nbsp&nbsp&nbsp&nbsp&nbspÇ©</td>
+ </tr>
+ <tr>
+ <td><button class="item" onClick="default_homepage.loadHistory()"><img class="img" src="../images/history.png">&nbsp&nbspÀúÊ·¼Ç¼</td>
+ </tr>
+ </table>
+ </p>
+ </body>
+</html> \ No newline at end of file