summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/notification_icon_link.html
diff options
context:
space:
mode:
authorchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 05:26:52 +0000
committerchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 05:26:52 +0000
commita7cb35dd448bb4b7b355e5f4ecad0e1f0df0b661 (patch)
tree803dda6533b458d093d324a89e1540319e2c2080 /chrome/browser/resources/notification_icon_link.html
parentc394d5dc4c364115c2be5a8740b0059c575c037a (diff)
downloadchromium_src-a7cb35dd448bb4b7b355e5f4ecad0e1f0df0b661.zip
chromium_src-a7cb35dd448bb4b7b355e5f4ecad0e1f0df0b661.tar.gz
chromium_src-a7cb35dd448bb4b7b355e5f4ecad0e1f0df0b661.tar.bz2
BAdd purchase more link to 3g notifications.
BUG=chromium-os:7301 TEST=manual Review URL: http://codereview.chromium.org/3787001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/notification_icon_link.html')
-rw-r--r--chrome/browser/resources/notification_icon_link.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/chrome/browser/resources/notification_icon_link.html b/chrome/browser/resources/notification_icon_link.html
new file mode 100644
index 0000000..882d673
--- /dev/null
+++ b/chrome/browser/resources/notification_icon_link.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>$2</title>
+ <style>
+ body {
+ direction: $5;
+ }
+ #icon {
+ height: 48px;
+ width: 48px;
+ float: $4;
+ }
+ #title {
+ margin-$4: 54px;
+ font-weight: bold;
+ font-size: 13px;
+ font-family: helvetica, arial, sans-serif;
+ }
+ #description {
+ margin-$4: 54px;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 13px;
+ }
+ #link {
+ margin-$4: 54px;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 13px;
+ }
+ </style>
+</head>
+<body>
+ <div id="icon"><img src="$1" width="48" height="48" /></div>
+ <div id="title">$2</div>
+ <div id="description">$3</div>
+ <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
+</body>
+</html>