amazon_seller_central 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile.lock +3 -3
- data/VERSION +1 -1
- data/amazon_seller_central.gemspec +5 -4
- data/lib/amazon_seller_central/inventory_page.rb +4 -4
- data/spec/lib/feedback_spec.rb +2 -1
- data/spec/lib/inventory_page_spec.rb +19 -17
- data/spec/lib/listing_set_spec.rb +6 -6
- data/spec/lib/mechanizer_spec.rb +4 -3
- data/spec/lib/payments_page_spec.rb +1 -0
- data/spec/support/sample_pages.rb +5 -5
- data/spec/support/sample_pages/Seller Central Homepage.html +1504 -968
- data/spec/support/sample_pages/Seller Central Redirect.html +296 -530
- data/spec/support/sample_pages/listings_page_1.html +12000 -10317
- metadata +89 -52
@@ -57,51 +57,50 @@ Transfer-Encoding: chunked
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
<!DOCTYPE
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
60
|
+
<!DOCTYPE html><html>
|
61
|
+
<head>
|
62
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
63
|
+
<title>Amazon Seller Central</title>
|
93
64
|
|
94
65
|
|
66
|
+
<script type="text/javascript">
|
67
|
+
window.name="rainierWindow";
|
95
68
|
|
69
|
+
var logoImage = new Image();
|
70
|
+
logoImage.onload = function() {
|
71
|
+
if (typeof uet==='function'){uet('cf');}
|
72
|
+
}
|
96
73
|
|
74
|
+
logoImage.src = 'https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/as_sc_logo_small._V167929621_.gif';
|
75
|
+
</script>
|
97
76
|
|
98
|
-
|
77
|
+
|
99
78
|
|
79
|
+
|
100
80
|
|
101
81
|
|
82
|
+
<script type="text/javascript">
|
102
83
|
|
84
|
+
var amznJQ,jQueryPatchIPadOffset=false;
|
85
|
+
(function() {
|
86
|
+
function f() {}
|
87
|
+
function ch(y) {return String.fromCharCode(y);}
|
88
|
+
amznJQ={
|
89
|
+
addLogical:f,
|
90
|
+
addStyle:f,
|
91
|
+
addPL:f,
|
92
|
+
available:f,
|
93
|
+
chars:{EOL:ch(10), SQUOTE:ch(39), DQUOTE:ch(34), BACKSLASH:ch(92), YEN:ch(165)},
|
94
|
+
completedStage:f,
|
95
|
+
declareAvailable:f,
|
96
|
+
onCompletion:f,
|
97
|
+
onReady:f,
|
98
|
+
strings:{}
|
99
|
+
};
|
100
|
+
}());
|
103
101
|
|
104
102
|
|
103
|
+
</script>
|
105
104
|
|
106
105
|
|
107
106
|
|
@@ -109,57 +108,12 @@ Transfer-Encoding: chunked
|
|
109
108
|
|
110
109
|
|
111
110
|
|
112
|
-
<html>
|
113
|
-
<head><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
114
|
-
<script type='text/javascript'><!--
|
115
|
-
var t0_date = new Date();
|
116
|
-
var ue_t0 = t0_date.getTime();
|
117
|
-
//--></script>
|
118
|
-
|
119
|
-
<title>Seller Central</title>
|
120
|
-
|
121
|
-
|
122
111
|
|
123
112
|
|
124
113
|
|
125
|
-
|
126
114
|
|
127
115
|
|
128
116
|
|
129
|
-
|
130
|
-
<style type="text/css">
|
131
|
-
/* fix button margins in Safari & Chrome */
|
132
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
133
|
-
.awesomeButton span.button_label, .awesomeButton span.inner_button{margin-top: -1px;}
|
134
|
-
span.awesomeButton span.button_label{margin-top:0px}
|
135
|
-
}
|
136
|
-
</style>
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
117
|
|
164
118
|
|
165
119
|
|
@@ -170,24 +124,10 @@ var ue_t0 = t0_date.getTime();
|
|
170
124
|
|
171
125
|
|
172
126
|
|
173
|
-
<script type="text/javascript">
|
174
|
-
window.name="rainierWindow";
|
175
|
-
</script>
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
127
|
|
181
128
|
|
182
|
-
|
183
129
|
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
130
|
|
189
|
-
|
190
|
-
|
191
131
|
</head>
|
192
132
|
<body>
|
193
133
|
|
@@ -196,555 +136,381 @@ var ue_t0 = t0_date.getTime();
|
|
196
136
|
#signin-logo{width:95%;margin:10px auto 0;vertical-align:top;}
|
197
137
|
#signin-page-container{border:0;margin-left:2.5%;width:95%;}
|
198
138
|
#signin-box-container{vertical-align:top;width:340px}
|
199
|
-
#signin-box{border:0;
|
139
|
+
#signin-box{border:0;padding:0;}
|
200
140
|
#signin-logo-img{margin-left:5px}
|
141
|
+
#signin-links{width:95%;margin:10px auto 0;}
|
201
142
|
.label-container{padding:5px;vertical-align:middle;white-space:nowrap;}
|
202
143
|
#signin-button-container{padding:5px;text-align:right;white-space:nowrap}
|
203
144
|
#login-right-column{vertical-align:top}
|
204
145
|
</style>
|
205
146
|
|
206
|
-
<div id="signin-logo"><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/as_sc_logo_small._V167929621_.gif"
|
207
|
-
|
147
|
+
<div id="signin-logo"><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/as_sc_logo_small._V167929621_.gif" id="sc_logo_top_image" onload="if (typeof uet==='function'){uet('cf');}" border="0" /></div>
|
208
148
|
|
209
149
|
<table id="signin-page-container"><tr><td id="signin-box-container">
|
210
150
|
|
211
151
|
<table id="signin-box"><tr><td>
|
212
152
|
|
213
153
|
<div class="content-module">
|
214
|
-
<form action="https://sellercentral.amazon.com/gp/sign-in/sign-in.html" method="post" name="signin" onSubmit="changeOrgUnit()" >
|
215
|
-
<table class="titlebar-purple" style="border-collapse:collapse;">
|
216
|
-
<tr><th>Sign in to your account</th></tr>
|
217
|
-
</table>
|
218
|
-
<input type="hidden" name="protocol" value="https" />
|
219
|
-
<input type="hidden" name="action" value="sign-in" />
|
220
|
-
<table class="data-entry-purple" cellspacing="1">
|
221
|
-
<tr><td>
|
222
|
-
|
223
|
-
|
224
|
-
<table class="data-entry-purple" cellspacing="0"><tr><td style="padding:10px">
|
225
|
-
<table class="data-entry-purple" cellspacing="0">
|
226
|
-
<tr>
|
227
|
-
<td class="alignright bold label-container" style="width:100%">
|
228
|
-
E-Mail address:
|
229
|
-
</td>
|
230
|
-
<td style="white-space:nowrap;"><input type="text" id="email" name="email" size="30" maxlength="64" /></td>
|
231
|
-
</tr>
|
232
|
-
<tr><td colspan="2" style="height:5px;line-height:5px;"> </td></tr>
|
233
|
-
<tr>
|
234
|
-
<td class="alignright bold label-container">
|
235
|
-
Password:
|
236
|
-
</td>
|
237
|
-
<td style="white-space:nowrap">
|
238
|
-
<input type="hidden" name="destination" value="https://sellercentral.amazon.com/gp/homepage.html?ie=UTF8&%2AVersion%2A=1&%2Aentries%2A=0" />
|
239
|
-
<input type="hidden" name="optin" value="1" />
|
240
|
-
<input type="hidden" id="ouid" name="ouid" value="01" />
|
241
|
-
<input type="password" id="password" name="password" size="30" />
|
242
|
-
</td>
|
243
|
-
</tr>
|
244
|
-
<tr>
|
245
|
-
<td colspan="2" id="signin-button-container">
|
246
|
-
<button name="sign-in-button" id="sign-in-button" class="awesomeButton buttonLarge primaryLargeButton" type="submit"><span class="button_label"> Sign in </span></button>
|
247
|
-
</td>
|
248
|
-
</tr>
|
249
|
-
<tr>
|
250
|
-
<td colspan="2" class="alignright" style="padding:5px;white-space:nowrap;"><span class="smaller"><a href="https://sellercentral.amazon.com/gp/change-password/change-password-email.html">Forgot your password?</a> |
|
251
|
-
<a href="javascript:loadHelp()">Help</a></span>
|
252
|
-
</td>
|
253
|
-
</tr>
|
254
|
-
</table>
|
255
|
-
</td></tr></table>
|
256
|
-
|
257
|
-
</td></tr>
|
258
154
|
|
259
|
-
|
155
|
+
<form method="POST" action="https://sellercentral.amazon.com/ap/widget" name="signinWidget">
|
156
|
+
<table class="titlebar-purple" style="border-collapse:collapse;">
|
157
|
+
<tr><th>Sign in to your account</th></tr>
|
158
|
+
</table>
|
159
|
+
<input type="hidden" name="widgetToken" value="X2VuY29kaW5nPVVURjgmb3BlbmlkLmFzc29jX2hhbmRsZT1zY19uYV9hbWF6b24mb3BlbmlkLmNsYWltZWRfaWQ9aHR0cCUzQSUyRiUyRnNwZWNzLm9wZW5pZC5uZXQlMkZhdXRoJTJGMi4wJTJGaWRlbnRpZmllcl9zZWxlY3Qmb3BlbmlkLmlkZW50aXR5PWh0dHAlM0ElMkYlMkZzcGVjcy5vcGVuaWQubmV0JTJGYXV0aCUyRjIuMCUyRmlkZW50aWZpZXJfc2VsZWN0Jm9wZW5pZC5tb2RlPWNoZWNraWRfc2V0dXAmb3BlbmlkLm5zPWh0dHAlM0ElMkYlMkZzcGVjcy5vcGVuaWQubmV0JTJGYXV0aCUyRjIuMCZvcGVuaWQubnMucGFwZT1odHRwJTNBJTJGJTJGc3BlY3Mub3BlbmlkLm5ldCUyRmV4dGVuc2lvbnMlMkZwYXBlJTJGMS4wJm9wZW5pZC5wYXBlLm1heF9hdXRoX2FnZT0wJm9wZW5pZC5yZXR1cm5fdG89aHR0cHMlM0ElMkYlMkZzZWxsZXJjZW50cmFsLmFtYXpvbi5jb20lMkZncCUyRmhvbWVwYWdlLmh0bWwlM0ZpZSUzRFVURjglMjYqVmVyc2lvbiolM0QxJTI2KmVudHJpZXMqJTNEMCZwYWdlSWQ9c2NfbmFfYW1hem9uJnNob3dSbXJNZT0w:SmFaM2xLVEtKZ2p0TVZ6Q0hrR1MzTVgvN0c5Sm1kTlNHOU1xZVoxSHpNST06MQ==">
|
160
|
+
<input type="hidden" name="rememberMe" value="false">
|
161
|
+
|
162
|
+
<table class="data-entry-purple" cellspacing="1">
|
163
|
+
<tr><td>
|
164
|
+
<table class="data-entry-purple" cellspacing="0"><tr><td style="padding:10px">
|
165
|
+
<table class="data-entry-purple" cellspacing="0">
|
166
|
+
<tr>
|
167
|
+
<td class="alignright bold label-container" style="width:100%">
|
168
|
+
E-Mail address:
|
169
|
+
</td>
|
170
|
+
|
171
|
+
<td style="white-space:nowrap;"><input type="text" id="username" name="username" size="30" maxlength="64" />
|
172
|
+
</td>
|
173
|
+
</tr>
|
174
|
+
|
175
|
+
<tr>
|
176
|
+
<td colspan="2" style="height:5px;line-height:5px;">
|
177
|
+
</td>
|
178
|
+
</tr>
|
179
|
+
|
180
|
+
<tr>
|
181
|
+
<td class="alignright bold label-container">
|
182
|
+
Password:
|
183
|
+
</td>
|
184
|
+
|
185
|
+
<td style="white-space:nowrap">
|
186
|
+
<input type="password" id="password" name="password" size="30" />
|
187
|
+
</td>
|
188
|
+
</tr>
|
189
|
+
|
190
|
+
|
191
|
+
<tr>
|
192
|
+
<td colspan="2" id="signin-button-container">
|
193
|
+
<button name="sign-in-button" id="sign-in-button" class="awesomeButton buttonLarge primaryLargeButton" type="submit"><span class="button_label"> Sign in </span></button>
|
194
|
+
</td>
|
195
|
+
</tr>
|
196
|
+
|
197
|
+
<tr>
|
198
|
+
<td colspan="2" class="alignright" style="padding:5px;white-space:nowrap;"><span class="smaller"><a id="fpplink" href=https://sellercentral.amazon.com/ap/forgotpassword?_encoding=UTF8&openid.assoc_handle=sc_na_amazon&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fsellercentral.amazon.com%2Fgp%2Fhomepage.html%3Fie%3DUTF8%26*Version*%3D1%26*entries*%3D0&pageId=sc_na_amazon>Forgot your password?</a> |
|
199
|
+
<a href="javascript:signInPage.loadHelp()">Help</a></span>
|
200
|
+
</td>
|
201
|
+
</tr>
|
202
|
+
</table>
|
203
|
+
</table>
|
204
|
+
</td></tr>
|
205
|
+
</table>
|
260
206
|
|
207
|
+
<script id="fwicm-script" type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/login/fwcim._V369602065_.js"></script>
|
208
|
+
<script type="text/javascript">
|
209
|
+
fwcim.profile('signinWidget')
|
210
|
+
</script>
|
261
211
|
|
262
|
-
|
263
|
-
|
212
|
+
</form>
|
213
|
+
</div>
|
264
214
|
|
265
|
-
<script type="text/javascript"><!--
|
266
|
-
if (typeof(browserCaps) == "undefined" ||
|
267
|
-
typeof(browserCaps.id) == "undefined" ) {
|
268
|
-
document.writeln('<span style="behavior:url(#default#clientCaps)" id="browserCaps"></span>');
|
269
|
-
}
|
270
215
|
|
271
|
-
var debug = false;
|
272
|
-
var flashMajorVersionNumber;
|
273
|
-
var loadtime_threshold = 0;
|
274
|
-
var startTime = new Date();
|
275
216
|
|
217
|
+
<img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" style="position: absolute" width="1" alt="" onload="if (typeof uet == 'function') { uet('cf'); }" height="1" border="0" />
|
276
218
|
|
277
219
|
|
220
|
+
<div class="content-module">
|
221
|
+
</div>
|
278
222
|
|
223
|
+
<div class="content-module">
|
279
224
|
|
280
|
-
var metadataF1Callbacks = new Array()
|
281
|
-
function setMetadataF1(val)
|
282
|
-
{
|
283
|
-
while (metadataF1Callbacks.length>0) {
|
284
|
-
callback= metadataF1Callbacks.shift()
|
285
|
-
if (typeof callback == 'function') {
|
286
|
-
callback(val)
|
287
|
-
}
|
288
|
-
}
|
289
|
-
}
|
290
|
-
function setMetadataF1_0(val)
|
291
|
-
{
|
292
|
-
if (document["signin"] && document["signin"].metadataf1) {
|
293
|
-
document["signin"].metadataf1.value=val
|
294
|
-
}
|
295
|
-
}
|
296
|
-
metadataF1Callbacks.push(setMetadataF1_0)
|
297
225
|
|
298
|
-
function longLoadingTime(){
|
299
|
-
var retval = false;
|
300
226
|
|
301
|
-
|
302
|
-
|
227
|
+
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
228
|
+
<tr bgcolor="#FFFFFF"><td><table class="data-entry-purple" cellspacing="1" width="100%"><tbody><tr><td style="padding: 10px;"><strong>Not already selling on Amazon?</strong> <br><div style="margin-top: 0.5em;"><a href="http://www.amazonservices.com/content/sell-on-amazon.htm?ld=SCSOAlogin"><strong>Register now</strong></a> to sell your products to millions of Amazon.com customers.</div></td></tr><tr><td class="smaller" style="padding: 10px;"><a href="http://www.amazon.ca/gp/seller-account/mm-product-page.html/ref=xx_regnow_cont_lgin?ld=AZFooterSOA&topic=200341890">For Amazon.ca sellers</a></td></tr></tbody></table></td></tr></table><div style="margin-top:2em"></div></div>
|
303
229
|
|
304
|
-
|
305
|
-
loadtime_threshold = 0;
|
306
|
-
}
|
307
|
-
}
|
230
|
+
</td></tr></table>
|
308
231
|
|
309
|
-
|
232
|
+
</td><td style="width:22px;"> </td><td id="login-right-column">
|
233
|
+
<div class="content-module">
|
310
234
|
|
311
|
-
}
|
312
|
-
|
313
|
-
function getVersionById(id) {
|
314
|
-
try {
|
315
|
-
if (browserCaps.isComponentInstalled(id,"ComponentID"))
|
316
|
-
return browserCaps.getComponentVersion(id, "ComponentID");
|
317
|
-
else
|
318
|
-
return false;
|
319
|
-
}
|
320
|
-
catch (e) {
|
321
|
-
if (typeof(browserCaps) == "undefined")
|
322
|
-
document.writeln('<span style="behavior:url(#default#clientCaps)" id="browserCaps"></span>');
|
323
|
-
return false;
|
324
|
-
}
|
325
|
-
}
|
326
235
|
|
327
|
-
var theBrowser = new Object();
|
328
|
-
var eventHooks = []
|
329
|
-
var browsers = [
|
330
|
-
{ data: navigator.vendor, target: "Apple", name: "Safari" },
|
331
|
-
{ data: navigator.vendor, target: "iCab", name: "iCab" },
|
332
|
-
{ data: navigator.vendor, target: "KDE", name: "Konqueror" },
|
333
|
-
{ data: navigator.userAgent, target: "Opera", name: "Opera" },
|
334
|
-
{ data: navigator.userAgent, target: "Firefox", name: "Firefox" },
|
335
|
-
{ data: navigator.userAgent, target: "Netscape", name: "Netscape" },
|
336
|
-
{ data: navigator.userAgent, target: "MSIE", name: "IE", verpos: "MSIE" },
|
337
|
-
{ data: navigator.userAgent, target: "Gecko", name: "Mozilla", verpos: "rv" },
|
338
|
-
{ data: navigator.userAgent, target: "Mozilla", name: "Netscape", verpos: "Mozilla" } ];
|
339
|
-
|
340
|
-
var OS = [
|
341
|
-
{ data: navigator.platform, target: "Win", name: "Windows" },
|
342
|
-
{ data: navigator.platform, target: "Mac", name: "Mac" },
|
343
|
-
{ data: navigator.platform, target: "Linux", name: "Linux" },
|
344
|
-
{ data: navigator.platform, target: "FreeBSD", name: "FreeBSD" } ];
|
345
|
-
|
346
|
-
var components = {
|
347
|
-
"AB" : "{7790769C-0471-11D2-AF11-00C04FA35D02}",
|
348
|
-
"WDUN": "{89820200-ECBD-11CF-8B85-00AA005B4340}",
|
349
|
-
"DA": "{283807B5-2C60-11D0-A31D-00AA00B92C03}",
|
350
|
-
"DAJC": "{4F216970-C90C-11D1-B5C7-0000F8051515}",
|
351
|
-
"DS": "{44BBA848-CC51-11CF-AAFA-00AA00B6015C}",
|
352
|
-
"DHDB": "{9381D8F2-0288-11D0-9501-00AA00B911A5}",
|
353
|
-
"DHDBFJ": "{4F216970-C90C-11D1-B5C7-0000F8051515}",
|
354
|
-
"ICW": "{5A8D6EE0-3E18-11D0-821E-444553540000}",
|
355
|
-
"IE": "{89820200-ECBD-11CF-8B85-00AA005B4383}",
|
356
|
-
"IECFJ": "{08B0E5C0-4FCB-11CF-AAA5-00401C608555}",
|
357
|
-
"WMP": "{22D6F312-B0F6-11D0-94AB-0080C74C7E95}",
|
358
|
-
"NN": "{44BBA842-CC51-11CF-AAFA-00AA00B6015B}",
|
359
|
-
"OBP": "{3AF36230-A269-11D1-B5BF-0000F8051515}",
|
360
|
-
"OE": "{44BBA840-CC51-11CF-AAFA-00AA00B6015C}",
|
361
|
-
"TS": "{CC2A9BA0-3BDD-11D0-821E-444553540000}",
|
362
|
-
"MVM": "{08B0E5C0-4FCB-11CF-AAA5-00401C608500}",
|
363
|
-
"DDE": "{44BBA855-CC51-11CF-AAFA-00AA00B6015F}",
|
364
|
-
"DOTNET": "{6FAB99D0-BAB8-11D1-994A-00C04F98BBC9}",
|
365
|
-
"YHOO": "{E5D12C4E-7B4F-11D3-B5C9-0050045C3C96}",
|
366
|
-
"SWDNEW": "{166B1BCA-3F9C-11CF-8075-444553540000}",
|
367
|
-
"DOTNETFM": "{89B4C1CD-B018-4511-B0A1-5476DBF70820}",
|
368
|
-
"MDFH": "{8EFA4753-7169-4CC3-A28B-0A1643B8A39B}",
|
369
|
-
"FLH": "{D27CDB6E-AE6D-11CF-96B8-444553540000}",
|
370
|
-
"SW": "{2A202491-F00D-11CF-87CC-0020AFEECF20}",
|
371
|
-
"SWD": "{233C1507-6A77-46A4-9443-F871F945D258}",
|
372
|
-
"RP": "{CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA}",
|
373
|
-
"QT": "{DE4AF3B0-F4D4-11D3-B41A-0050DA2E6C21}"
|
374
|
-
};
|
375
|
-
|
376
|
-
function getData(s) {
|
377
|
-
for (var i=0;i<s.length;i++) {
|
378
|
-
var dataString = s[i].data;
|
379
|
-
theBrowser.verposString = s[i].verpos || s[i].name;
|
380
|
-
if (dataString && dataString.indexOf(s[i].target) != -1 )
|
381
|
-
return s[i].name;
|
382
|
-
}
|
383
|
-
return;
|
384
|
-
}
|
385
236
|
|
386
|
-
|
387
|
-
var index = s.indexOf(theBrowser.verposString);
|
388
|
-
if (index == -1)
|
389
|
-
return;
|
390
|
-
theversion = s.substring(index+theBrowser.verposString.length+1);
|
391
|
-
theversion = theversion.match(/[\w|\+.]+/);
|
392
|
-
return theversion;
|
393
|
-
}
|
237
|
+
<div id="" style=display:true><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr bgcolor="#FFFFFF"><td>
|
394
238
|
|
395
|
-
function detectBrowser() {
|
396
|
-
theBrowser.browser = getData(browsers) || "unknown";
|
397
|
-
theBrowser.version = getVersion(navigator.userAgent)
|
398
|
-
|| getVersion(navigator.appVersion)
|
399
|
-
|| "unknown";
|
400
|
-
theBrowser.OS = getData(OS) || "unknown";
|
401
|
-
|
402
|
-
if (theBrowser.browser == "IE") {
|
403
|
-
var ver= getVersionById("{89820200-ECBD-11CF-8B85-00AA005B4383}");
|
404
|
-
if (ver) {
|
405
|
-
theBrowser.version += '-' + ver;
|
406
|
-
}
|
407
|
-
}
|
408
239
|
|
409
|
-
document.writeln('<input type="hidden" name="metadata1" value="' + theBrowser.browser + ' ' + theBrowser.version + ' ' + theBrowser.OS + '"/>');
|
410
240
|
|
411
|
-
document.writeln('<input type="hidden" name="metadataf1">');
|
412
241
|
|
242
|
+
|
243
|
+
|
244
|
+
|
413
245
|
|
414
|
-
|
246
|
+
</td></tr></table></div><div style="margin-top:2em"></div></div>
|
415
247
|
|
416
|
-
|
417
|
-
re=/[^0-9]/g;
|
418
|
-
return s.replace(re, "")
|
419
|
-
}
|
248
|
+
</td></tr>
|
420
249
|
|
250
|
+
</table>
|
421
251
|
|
422
|
-
|
423
|
-
var plugins = "";
|
424
|
-
if (navigator.plugins && navigator.plugins.length > 0) {
|
425
|
-
var numPlugins = navigator.plugins.length;
|
426
|
-
var aplugin = "";
|
427
|
-
for (var i = 0; i < numPlugins; i++) {
|
428
|
-
var plugin = navigator.plugins[i];
|
429
|
-
var version = plugin.description.replace(/[^0-9.]/g, '');
|
430
|
-
aplugin = plugin.name + " " + getdigits(plugin.description);
|
431
|
-
if (plugins.indexOf(aplugin) == -1){
|
252
|
+
<div id="signin-links" class="content-module">
|
432
253
|
|
433
|
-
if (debug)
|
434
|
-
document.writeln('<br>' + aplugin);
|
435
254
|
|
436
|
-
if (aplugin.indexOf('Shockwave Flash') != -1)
|
437
|
-
flashMajorVersionNumber = version.split('.')[0]
|
438
255
|
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
var compver = getVersionById(components[item]);
|
454
|
-
if (compver) {
|
455
|
-
plugins += "|" + item + " " + compver;
|
456
|
-
}
|
457
|
-
}
|
458
|
-
if (debug) {
|
459
|
-
document.writeln('<br>' + plugins);
|
460
|
-
}
|
461
|
-
}
|
462
|
-
else{
|
463
|
-
plugins = "unknown";
|
256
|
+
<style type="text/css">
|
257
|
+
#ll {margin-bottom:20px; min-width:960px;}
|
258
|
+
#ll-content, #ll-title {padding:0; margin:0 auto; vertical-align:baseline; position:relative; overflow:hidden;}
|
259
|
+
#ll-title{margin-bottom:20px;}
|
260
|
+
.ll-item {display:block; float:left; padding:5px 1% 70px 1%; margin-bottom:-20px; width:17.8%;}
|
261
|
+
.ll-item .learn-more-button {position:absolute; bottom:10px; display:none; padding-left:4%;}
|
262
|
+
.ll-item:hover .learn-more-button {display:block;}
|
263
|
+
.ll-grey {border-right:1px solid #dfdfdf; border-left:1px solid #dfdfdf;
|
264
|
+
background: #f9f9f9;
|
265
|
+
background: -moz-linear-gradient(top, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 20%, rgba(230,230,230,1) 50%, rgba(230,230,230,0) 100%);
|
266
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,0)), color-stop(20%,rgba(230,230,230,1)), color-stop(50%,rgba(230,230,230,1)), color-stop(100%,rgba(230,230,230,0)));
|
267
|
+
background: -webkit-linear-gradient(top, rgba(230,230,230,0) 0%,rgba(230,230,230,1) 20%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
|
268
|
+
background: -ms-linear-gradient(top, rgba(230,230,230,0) 0%,rgba(230,230,230,1) 20%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
|
269
|
+
background: linear-gradient(top, rgba(230,230,230,0) 0%,rgba(230,230,230,1) 20%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
|
464
270
|
}
|
465
|
-
|
271
|
+
.ll-item-href, .ll-item-href:link, .ll-item-href:visited {text-decoration:none; color:#000;}
|
272
|
+
</style>
|
273
|
+
<!--[if IE]>
|
274
|
+
<style type="text/css">
|
275
|
+
.ll-item {position:relative;padding:5px 1% 50px 1%; margin-bottom:0;}
|
276
|
+
.ll-item .learn-more-button {left:0; padding-left:30%;}
|
277
|
+
</style>
|
278
|
+
<![endif]-->
|
279
|
+
|
280
|
+
<div id="ll">
|
281
|
+
<h2 id="ll-title">
|
282
|
+
Learn more about our products
|
283
|
+
</h2>
|
284
|
+
<div id="ll-content">
|
285
|
+
<span id="ll-selling" class="ll-item ll-grey">
|
286
|
+
<a href="http://www.amazonservices.com/content/sell-on-amazon.htm?ld=SCSOAStriplogin" class="ll-item-href">
|
287
|
+
<h3>
|
288
|
+
Selling on Amazon
|
289
|
+
</h3>
|
290
|
+
Put your products in front of tens of millions of Amazon shoppers. With no per-item listing fees Amazon can help you grow your business.
|
291
|
+
</a>
|
292
|
+
<span class="learn-more-button">
|
293
|
+
<a class="buttonImage" name="Learn More" href="http://www.amazonservices.com/content/sell-on-amazon.htm?ld=SCSOAStriplogin"><span class="awesomeButton buttonLarge primaryLargeButton inner_button"><span class="button_label">Learn More</span></span></a>
|
294
|
+
</span>
|
295
|
+
</span>
|
296
|
+
<span id="ll-fulfillment" class="ll-item ll-item-href">
|
297
|
+
<a href="http://www.amazonservices.com/content/fulfillment-by-amazon.htm?ld=SCFBAStriplogin" class="ll-item-href">
|
298
|
+
<h3>
|
299
|
+
Fulfillment by Amazon
|
300
|
+
</h3>
|
301
|
+
Enable your listings on Amazon to qualify for Amazon Prime and Free Shipping on orders over $35 with world-class fulfillment.
|
302
|
+
</a>
|
303
|
+
<span class="learn-more-button">
|
304
|
+
<a class="buttonImage" name="Learn More" href="http://www.amazonservices.com/content/fulfillment-by-amazon.htm?ld=SCFBAStriplogin"><span class="awesomeButton buttonLarge primaryLargeButton inner_button"><span class="button_label">Learn More</span></span></a>
|
305
|
+
</span>
|
306
|
+
</span>
|
307
|
+
<span id="ll-webstore" class="ll-item ll-grey">
|
308
|
+
<a href="http://www.amazonservices.com/content/webstore-by-amazon.htm?ld=SCWBAStriplogin" class="ll-item-href">
|
309
|
+
<h3>
|
310
|
+
Amazon Webstore
|
311
|
+
</h3>
|
312
|
+
Amazon Webstore lets you create professional, branded eCommerce websites, backed by the expertise, security and reliability of Amazon.
|
313
|
+
</a>
|
314
|
+
<span class="learn-more-button">
|
315
|
+
<a class="buttonImage" name="Learn More" href="http://www.amazonservices.com/content/webstore-by-amazon.htm?ld=SCWBAStriplogin"><span class="awesomeButton buttonLarge primaryLargeButton inner_button"><span class="button_label">Learn More</span></span></a>
|
316
|
+
</span>
|
317
|
+
</span>
|
318
|
+
<span id="ll-ads" class="ll-item">
|
319
|
+
<a href="http://www.amazonservices.com/content/product-ads-on-amazon.htm?ld=SCPADStriplogin" class="ll-item-href">
|
320
|
+
<h3>
|
321
|
+
Amazon Product Ads
|
322
|
+
</h3>
|
323
|
+
Advertise your products on Amazon and drive traffic to your own eCommerce website. Only pay when a shopper clicks on your ad.
|
324
|
+
</a>
|
325
|
+
<span class="learn-more-button">
|
326
|
+
<a class="buttonImage" name="Learn More" href="http://www.amazonservices.com/content/product-ads-on-amazon.htm?ld=SCPADStriplogin"><span class="awesomeButton buttonLarge primaryLargeButton inner_button"><span class="button_label">Learn More</span></span></a>
|
327
|
+
</span>
|
328
|
+
</span>
|
329
|
+
<span id="ll-checkout" class="ll-item ll-grey">
|
330
|
+
<a href="http://services.amazon.com/amazon-payments/payments-home.html?ld=SCPAYStriplogin" class="ll-item-href">
|
331
|
+
<h3>
|
332
|
+
Amazon Payments
|
333
|
+
</h3>
|
334
|
+
With Amazon Payments, hundreds of millions of Amazon customers can pay on your site with the information already stored in their Amazon accounts.
|
335
|
+
</a>
|
336
|
+
<span class="learn-more-button">
|
337
|
+
<a class="buttonImage" name="Learn More" href="http://services.amazon.com/amazon-payments/payments-home.html?ld=SCPAYStriplogin"><span class="awesomeButton buttonLarge primaryLargeButton inner_button"><span class="button_label">Learn More</span></span></a>
|
338
|
+
</span>
|
339
|
+
</span>
|
340
|
+
</div>
|
341
|
+
<div class="clearable"></div>
|
342
|
+
</div>
|
343
|
+
</div>
|
466
344
|
|
467
|
-
plugins +="||"+ detectScreen();
|
468
|
-
document.writeln('<input type="hidden" name="metadata2" value="' + plugins+ '"/>');
|
469
|
-
}
|
470
345
|
|
471
346
|
|
472
347
|
|
473
348
|
|
349
|
+
<script>
|
474
350
|
|
351
|
+
var signInPage = signInPage || {};
|
475
352
|
|
476
|
-
function
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
var m=document.getElementById('mercury1')
|
485
|
-
}
|
486
|
-
if (m) {
|
487
|
-
m.innerHTML=
|
488
|
-
'<param name="movie" value="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/login/mercury8-r1._V249746775_.swf?value1=000-9985516-4017520:1309742594"/>' +
|
489
|
-
'<param name="bgcolor" value="#ffffff" />' +
|
490
|
-
'<param name="AllowScriptAccess" value="always" />' +
|
491
|
-
'<embed src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/login/mercury8-r1._V249746775_.swf?value1=000-9985516-4017520:1309742594" bgcolor="#ffffff" AllowScriptAccess="always" width="0" height="0" />'
|
492
|
-
}
|
353
|
+
signInPage.addElement = function() {
|
354
|
+
var ni = document.getElementById('ap_signin1a_forgot_password_row');
|
355
|
+
if (ni != null) {
|
356
|
+
var spans = ni.getElementsByTagName('span');
|
357
|
+
var secondSpan = spans[1];
|
358
|
+
secondSpan.setAttribute('id', 'sc-help-span');
|
359
|
+
secondSpan.innerHTML = secondSpan.innerHTML + ' | <a href="javascript:signInPage.loadHelp()">Help</a>';
|
360
|
+
}
|
493
361
|
}
|
494
362
|
|
363
|
+
signInPage.loadHelp = function() {
|
364
|
+
$('#login-right-column').load('/gp/help/login-help.html?language=en_US&ref=xx_loginhelp_lgin_home',
|
365
|
+
function() {
|
366
|
+
// Changing the links for Password Assistance when the help window is loaded.
|
367
|
+
var forgotPasswordRow = $('#sc-help-span');
|
495
368
|
|
369
|
+
// identifier for sign-in widget
|
370
|
+
var signInWidget = $('form[name="signinWidget"]');
|
496
371
|
|
497
|
-
|
498
|
-
var visitortime = new Date();
|
499
|
-
var timedata = "";
|
500
|
-
if(visitortime) {
|
501
|
-
var time1 = new Date(visitortime.getFullYear(), 0, 10);
|
502
|
-
var time2 = new Date(time1.toGMTString().substring(0,time1.toGMTString().lastIndexOf(" ")-1));
|
503
|
-
timedata = 'timezone: ' + (time2-time1)/(1000 * 60 * 60) + ' execution time: ' + (visitortime - startTime);
|
504
|
-
}
|
505
|
-
else {
|
506
|
-
timedata = "unknown";
|
507
|
-
}
|
508
|
-
document.write('<input type="hidden" name="metadata3" value="' + timedata + '"/>');
|
509
|
-
if (debug)
|
510
|
-
document.writeln('<br>' + timedata );
|
511
|
-
}
|
512
|
-
|
513
|
-
function detectScreen() {
|
514
|
-
var screeninfo = screen.width+'-'+screen.height+ "-"+screen.availHeight+"-"+screen.colorDepth;
|
515
|
-
screeninfo += "-" + ((typeof(screen.deviceXDPI) != "undefined")?screen.deviceXDPI:"*" )
|
516
|
-
+ "-" + ((typeof(screen.logicalXDPI) != "undefined")?screen.logicalXDPI:"*" )
|
517
|
-
+ "-" + ((typeof(screen.fontSmoothingEnabled) != "undefined")?
|
518
|
-
((screen.fontSmoothingEnabled)?1:0):"*" )
|
519
|
-
;
|
520
|
-
if (debug)
|
521
|
-
document.writeln('<br>' + screeninfo );
|
522
|
-
return screeninfo;
|
523
|
-
}
|
372
|
+
var forgotYourPasswordLink;
|
524
373
|
|
525
|
-
|
526
|
-
{name: 'ShockwaveDirector', value: 'SWCtl.SWCtl'},
|
527
|
-
{name: 'ShockwaveFlash', value: 'ShockwaveFlash.ShockwaveFlash'},
|
528
|
-
{name: 'RealPlayer', value: 'rmocx.RealPlayer G2 Control' },
|
529
|
-
{name: 'RealPlayer', value: 'RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)' },
|
530
|
-
{name: 'RealPlayer', value: 'RealVideo.RealVideo(tm) ActiveX Control (32-bit)' }
|
531
|
-
];
|
374
|
+
if (forgotPasswordRow.length) { // means that auth portal is enabled and we should change the 'Password Assistance' link.
|
532
375
|
|
533
|
-
|
534
|
-
|
535
|
-
for (var i = 0; i < (isvista?2:activexdata.length);i++) {
|
536
|
-
aplugin = detectAPlugin(activexdata[i]);
|
376
|
+
// Fetching the new forgot your password link.
|
377
|
+
forgotYourPasswordLink = $('a:eq(0)', $('#sc-help-span')).attr('href');
|
537
378
|
|
538
|
-
|
539
|
-
|
379
|
+
// Replacing the old link with the new one.
|
380
|
+
$('a:eq(0)', $('li:eq(7)', $('#modules'))).attr('href', forgotYourPasswordLink);
|
381
|
+
$('a:eq(0)', $('li:eq(8)', $('#modules'))).attr('href', forgotYourPasswordLink);
|
540
382
|
|
541
|
-
|
383
|
+
}else if(signInWidget.length){ // means that auth portal widget is enabled and we should change the 'Password Assistance' link.
|
542
384
|
|
543
|
-
|
544
|
-
|
545
|
-
}
|
546
|
-
}
|
385
|
+
// Fetching the new forgot your password link.
|
386
|
+
forgotYourPasswordLink = $('#fpplink').attr('href');
|
547
387
|
|
548
|
-
|
388
|
+
// Replacing the old link with the new one.
|
389
|
+
$('a:eq(0)', $('li:eq(7)', $('#modules'))).attr('href', forgotYourPasswordLink);
|
390
|
+
$('a:eq(0)', $('li:eq(8)', $('#modules'))).attr('href', forgotYourPasswordLink);
|
391
|
+
}
|
392
|
+
}
|
393
|
+
);
|
549
394
|
}
|
550
395
|
|
396
|
+
window.onload = function() {
|
397
|
+
signInPage.addElement();
|
551
398
|
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
document.writeln('Function detectAPlugin(plugin)');
|
556
|
-
document.writeln(' on error resume next');
|
557
|
-
document.writeln(' detectAPlugin = ""');
|
558
|
-
document.writeln(' set axobj = CreateObject(plugin.value)');
|
559
|
-
document.writeln(' If IsObject(axobj) Then ');
|
560
|
-
document.writeln(' Select case plugin.name ');
|
561
|
-
document.writeln(' case "ShockwaveDirector" ');
|
562
|
-
document.writeln(' version = axobj.ShockwaveVersion("")');
|
563
|
-
document.writeln(' case "ShockwaveFlash" ');
|
564
|
-
document.writeln(' version = axobj.FlashVersion()');
|
565
|
-
document.writeln(' case "RealPlayer" ');
|
566
|
-
document.writeln(' version = axobj.GetVersionInfo');
|
567
|
-
document.writeln(' case Else ');
|
568
|
-
document.writeln(' version = ""');
|
569
|
-
document.writeln(' end Select ');
|
570
|
-
document.writeln(' detectAPlugin = plugin.name& " : " & version ');
|
571
|
-
document.writeln(' End If');
|
572
|
-
document.writeln('End Function');
|
573
|
-
|
574
|
-
document.writeln('</scr' + 'ipt>');
|
575
|
-
}
|
399
|
+
if (!top.document.getElementById('idSignOutFrame')) {
|
400
|
+
var emailField = document.getElementById('username') || document.getElementById('ap_email') || document.getElementById('email');
|
576
401
|
|
577
|
-
|
578
|
-
detectPlugins();
|
402
|
+
var passwordField = document.getElementById('password') || document.getElementById('ap_password');
|
579
403
|
|
580
|
-
if (
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
window.onload=prepareMercury;
|
404
|
+
if(emailField && passwordField && $(emailField).val() === "" && $(passwordField).val() === "") {
|
405
|
+
emailField.focus();
|
406
|
+
}
|
407
|
+
}
|
585
408
|
}
|
586
|
-
detectTimeZone();
|
587
|
-
|
588
409
|
|
589
|
-
// -->
|
590
410
|
</script>
|
591
411
|
|
592
412
|
|
593
413
|
|
594
414
|
|
595
|
-
</form>
|
596
|
-
</div>
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
<img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" style="position: absolute" width="1" alt="" onload="if (typeof uet == 'function') { uet('cf'); }" height="1" border="0" />
|
601
|
-
|
602
|
-
|
603
|
-
<div class="content-module">
|
604
|
-
</div>
|
605
415
|
|
606
|
-
<div class="content-module">
|
607
416
|
|
608
417
|
|
609
418
|
|
610
|
-
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
611
|
-
<tr bgcolor="#FFFFFF"><td><table class="data-entry-purple" cellspacing="1" width="100%"><tbody><tr><td style="padding: 10px;"><strong>Not already selling on Amazon?</strong> <br><div style="margin-top: 0.5em;"><a href="http://www.amazonservices.com/content/sell-on-amazon.htm?ld=SCSOAlogin"><strong>Register now</strong></a> to sell your products to millions of Amazon.com customers.</div></td></tr><tr><td class="smaller" style="padding: 10px;"><a href="http://www.amazon.ca/gp/seller-account/mm-product-page.html/ref=xx_regnow_cont_lgin?ld=AZFooterSOA&topic=200341890">For Amazon.ca sellers</a></td></tr></tbody></table></td></tr></table><div style="margin-top:2em" /></div>
|
612
419
|
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
420
|
+
<script>
|
421
|
+
// getAccount must be defined for s_code_prod.js
|
422
|
+
function getAccount() {
|
423
|
+
return 'amznsrvsprod,amznsrvsmainprod';
|
424
|
+
}
|
425
|
+
</script>
|
617
426
|
|
427
|
+
<script src=https://images-na.ssl-images-amazon.com/images/G/01/AmznServices/en_US/js/common/s_code_prod._V182846824_.js></script>
|
618
428
|
|
429
|
+
<script>
|
430
|
+
(function() {
|
431
|
+
if (typeof s === "undefined") {
|
432
|
+
return;
|
433
|
+
}
|
619
434
|
|
620
|
-
|
435
|
+
function notifyOmniture() {
|
436
|
+
var label = "US:SC";
|
437
|
+
var sublabel = "SellerCentralLogin";
|
438
|
+
|
439
|
+
s.pageName = label + ': '+ sublabel;
|
440
|
+
s.channel = label;
|
441
|
+
s.prop4 = label + ': '+ sublabel;
|
442
|
+
s.prop5 = "SCLogin-Page";
|
443
|
+
s.prop24 = "Y";
|
444
|
+
s.eVar26="sellercentral.amazon.com";
|
445
|
+
s.eVar20="";
|
446
|
+
s.events="event18";
|
447
|
+
s.campaign = "";
|
448
|
+
var s_code=s.t();
|
449
|
+
}
|
450
|
+
if(window.attachEvent) {
|
451
|
+
window.attachEvent('onload', function(){ setTimeout(notifyOmniture, 100); });
|
452
|
+
} else {
|
453
|
+
window.addEventListener('load', function() { setTimeout(notifyOmniture, 100); }, false);
|
454
|
+
}
|
455
|
+
})();
|
456
|
+
</script>
|
621
457
|
|
458
|
+
<!-- gonzo comment do not remove -->
|
622
459
|
|
623
460
|
|
624
461
|
|
625
|
-
|
626
|
-
|
627
|
-
|
628
462
|
|
629
|
-
</td></tr></table></div><div style="margin-top:2em" /></div>
|
630
463
|
|
631
|
-
</td></tr></table>
|
632
464
|
|
633
465
|
|
634
466
|
|
635
467
|
|
636
|
-
|
637
|
-
<!--
|
638
|
-
if (!top.document.getElementById('idSignOutFrame')) {
|
639
|
-
var emailField = document.getElementById('email');
|
640
|
-
emailField.focus();
|
641
|
-
}
|
642
|
-
|
643
|
-
var helpHttp;
|
644
|
-
|
645
|
-
function loadHelp()
|
646
|
-
{
|
647
|
-
// make the request object
|
648
|
-
var browser = navigator.appName;
|
649
|
-
if(browser == "Microsoft Internet Explorer"){
|
650
|
-
helpHttp = new ActiveXObject("Microsoft.XMLHTTP");
|
651
|
-
}else{
|
652
|
-
helpHttp = new XMLHttpRequest();
|
653
|
-
}
|
654
|
-
|
655
|
-
// submit it
|
656
|
-
var helpUrl = '/gp/help/login-help.html?language=en_US&ref=xx_loginhelp_lgin_home';
|
657
|
-
helpHttp.open('GET', helpUrl, true);
|
658
|
-
helpHttp.onreadystatechange = function(){handleHelpResponse();};
|
659
|
-
helpHttp.send(null);
|
468
|
+
|
660
469
|
|
661
|
-
|
662
|
-
|
663
|
-
function handleHelpResponse()
|
664
|
-
{
|
665
|
-
var contentArea = document.getElementById("login-right-column");
|
666
|
-
if(contentArea && helpHttp.readyState == 4 && helpHttp.status == 200) {
|
667
|
-
if(helpHttp.responseText.indexOf("SERVICE_UNAVAILABLE") == -1)
|
668
|
-
contentArea.innerHTML = helpHttp.responseText;
|
669
|
-
}
|
670
|
-
}
|
671
|
-
|
672
|
-
function changeOrgUnit() {
|
673
|
-
var email = document.getElementById('email').value;
|
674
|
-
if( email.search(/@target\.com/) != -1 ) {
|
675
|
-
document.getElementById('ouid').value = "16";
|
676
|
-
}
|
677
|
-
document.signin.submit();
|
678
|
-
}
|
679
|
-
-->
|
680
|
-
</script>
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
<!-- gonzo comment do not remove -->
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
470
|
+
|
471
|
+
|
689
472
|
|
690
473
|
|
474
|
+
|
475
|
+
<!-- JSF Bootstrap N/A -->
|
691
476
|
|
477
|
+
|
478
|
+
<script type="text/javascript">
|
479
|
+
var $ = jQuery;
|
480
|
+
</script>
|
692
481
|
|
693
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/jquery/jquery-1.4.2.min._V184876072_.js"></script>
|
694
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/nav2/prod/rainierCoreJS/rainierCoreJS-combined-coreJS-13921._V179972120_.js"></script>
|
695
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/jquery/jquery-ui-1.8.4.custom.min._V199293200_.js"></script>
|
696
482
|
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
697
487
|
|
698
|
-
<script type="text/javascript">
|
699
|
-
(function($) {
|
700
|
-
var images = [
|
701
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/abis-ui/buttons/go._V187564664_.gif",
|
702
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/sc_tabs_slidesprite._V198998748_.gif",
|
703
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/misc/loading-please-wait-sc._V192558642_.jpg",
|
704
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/misc/loading-bar._V192558643_.gif",
|
705
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/ajax/loading-bar-small._V192558489_.gif",
|
706
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/misc/spin-star._V192558605_.gif",
|
707
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/successmessage._V192558628_.gif",
|
708
|
-
"https://images-na.ssl-images-amazon.com/images/G/01/rainier/css/buttons/clear._V192558203_.gif"
|
709
|
-
];
|
710
|
-
|
711
|
-
var imgObjects = [];
|
712
|
-
for(var i=0,len=images.length;i<len;i++) {
|
713
|
-
imgObjects[i] = new Image();
|
714
|
-
imgObjects[i].src = images[i];
|
715
|
-
}
|
716
|
-
})(jQuery);
|
717
|
-
</script>
|
718
488
|
|
489
|
+
|
490
|
+
|
491
|
+
|
719
492
|
|
493
|
+
|
494
|
+
|
495
|
+
|
720
496
|
|
721
497
|
|
722
498
|
|
499
|
+
|
500
|
+
|
723
501
|
|
724
502
|
|
725
503
|
|
504
|
+
<script>try{fixButtonWidths();}catch(e){}</script>
|
726
505
|
|
727
|
-
<br style="clear:both" />
|
728
506
|
|
729
|
-
<table align="center">
|
730
|
-
|
731
|
-
</table>
|
732
507
|
|
733
508
|
|
734
|
-
|
735
|
-
<script type="text/javascript">
|
736
|
-
try { fixButtonWidths(); } catch(e) {}
|
737
|
-
</script>
|
738
509
|
|
739
510
|
|
740
511
|
|
741
512
|
|
742
513
|
|
743
|
-
<script type='text/javascript'><!--
|
744
|
-
function updateCsmHit(c){var d=new Date();d.setTime(d.getTime()+(30*60*1000));var a="; expires="+d.toGMTString();var b=(window.ue&&window.ue.t.be)?(ue.t.be-ue_t0):(new Date().getTime()-ue_t0);if(b!=0){document.cookie="csm-hit="+(c/b).toFixed(2)+a+"; path=/"}};
|
745
|
-
updateCsmHit(19090);
|
746
|
-
//--></script>
|
747
514
|
</body>
|
748
515
|
</html>
|
749
516
|
|
750
|
-
|