From 4728aab62e1076e58ccd756200719b9babd7ed9b Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Mon, 3 Aug 2009 21:46:10 +0000 Subject: Add the image resources first so the CL that references them can pass on the try servers. Review URL: http://codereview.chromium.org/159808 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22317 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/resources/about_sync.html | 165 ++++++++++ chrome/browser/sync/resources/close.png | Bin 0 -> 178 bytes chrome/browser/sync/resources/gaia_login.html | 331 +++++++++++++++++++++ chrome/browser/sync/resources/gear.png | Bin 0 -> 357 bytes .../browser/sync/resources/google_transparent.png | Bin 0 -> 1580 bytes chrome/browser/sync/resources/merge_and_sync.html | 66 ++++ chrome/browser/sync/resources/merge_and_sync.png | Bin 0 -> 7679 bytes .../sync/resources/new_tab_personalization.html | 117 ++++++++ chrome/browser/sync/resources/setup_flow.html | 19 ++ 9 files changed, 698 insertions(+) create mode 100644 chrome/browser/sync/resources/about_sync.html create mode 100644 chrome/browser/sync/resources/close.png create mode 100644 chrome/browser/sync/resources/gaia_login.html create mode 100644 chrome/browser/sync/resources/gear.png create mode 100644 chrome/browser/sync/resources/google_transparent.png create mode 100644 chrome/browser/sync/resources/merge_and_sync.html create mode 100644 chrome/browser/sync/resources/merge_and_sync.png create mode 100644 chrome/browser/sync/resources/new_tab_personalization.html create mode 100644 chrome/browser/sync/resources/setup_flow.html (limited to 'chrome/browser/sync/resources') diff --git a/chrome/browser/sync/resources/about_sync.html b/chrome/browser/sync/resources/about_sync.html new file mode 100644 index 0000000..0fbd6df --- /dev/null +++ b/chrome/browser/sync/resources/about_sync.html @@ -0,0 +1,165 @@ + + + + +About Sync + + + + + +
+

Summary

+ +


+

Details

+ + + + + + + + + + + + + + +
Authenticated +
+
+
Last Synced
+
+
+
+
+
+ + + diff --git a/chrome/browser/sync/resources/close.png b/chrome/browser/sync/resources/close.png new file mode 100644 index 0000000..84ff892 Binary files /dev/null and b/chrome/browser/sync/resources/close.png differ diff --git a/chrome/browser/sync/resources/gaia_login.html b/chrome/browser/sync/resources/gaia_login.html new file mode 100644 index 0000000..17cc102 --- /dev/null +++ b/chrome/browser/sync/resources/gaia_login.html @@ -0,0 +1,331 @@ + + + + + + + + + + +
+ + + +

+Google Chrome can sync your bookmarks with your Google account – +bookmarks you create on this computer will be made instantly visible on all the +computers synced to the same account.

+
+
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Sign in with your + + + + + +
+ Google + + + Account +
+
+
+ + Email: + +
+
+ +
+
+ Required field cannot be left blank +
+
+ + Password: + + + +
+
+ Required field cannot be left blank +
+
+ +
+
+
+ +
+ Could not connect to the server +
+
+ +
+ + + + + + +
+ + + +
+
+ + I cannot access my account + +
+ + Create a Google account + +
+
+
+
+
+
+
+ +
+ + + diff --git a/chrome/browser/sync/resources/gear.png b/chrome/browser/sync/resources/gear.png new file mode 100644 index 0000000..3dce105 Binary files /dev/null and b/chrome/browser/sync/resources/gear.png differ diff --git a/chrome/browser/sync/resources/google_transparent.png b/chrome/browser/sync/resources/google_transparent.png new file mode 100644 index 0000000..73edad4 Binary files /dev/null and b/chrome/browser/sync/resources/google_transparent.png differ diff --git a/chrome/browser/sync/resources/merge_and_sync.html b/chrome/browser/sync/resources/merge_and_sync.html new file mode 100644 index 0000000..58a769b --- /dev/null +++ b/chrome/browser/sync/resources/merge_and_sync.html @@ -0,0 +1,66 @@ + + + + + + + +
+Merge and sync +
+

+Your existing online bookmarks will be merged with the +bookmarks on this machine. You can use the Bookmark Manager to organize +your bookmarks after the merge.

+
+ + + + + + +
+ + + + + +
+ + diff --git a/chrome/browser/sync/resources/merge_and_sync.png b/chrome/browser/sync/resources/merge_and_sync.png new file mode 100644 index 0000000..a506a34 Binary files /dev/null and b/chrome/browser/sync/resources/merge_and_sync.png differ diff --git a/chrome/browser/sync/resources/new_tab_personalization.html b/chrome/browser/sync/resources/new_tab_personalization.html new file mode 100644 index 0000000..73cf346 --- /dev/null +++ b/chrome/browser/sync/resources/new_tab_personalization.html @@ -0,0 +1,117 @@ + + + + + + + + + + \ No newline at end of file diff --git a/chrome/browser/sync/resources/setup_flow.html b/chrome/browser/sync/resources/setup_flow.html new file mode 100644 index 0000000..82db8a9 --- /dev/null +++ b/chrome/browser/sync/resources/setup_flow.html @@ -0,0 +1,19 @@ + + + + + + + + + + + -- cgit v1.1