diff options
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/index.html')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/index.html | 1387 |
1 files changed, 0 insertions, 1387 deletions
diff --git a/StoneIsland/platforms/android/assets/www/index.html b/StoneIsland/platforms/android/assets/www/index.html deleted file mode 100755 index 568161e5..00000000 --- a/StoneIsland/platforms/android/assets/www/index.html +++ /dev/null @@ -1,1387 +0,0 @@ -<!doctype html> -<html> -<head> - <!-- - Customize this policy to fit your own app's needs. For more guidance, see: - https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy - Some notes: - * gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication - * https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly - * Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this: - * Enable inline JS: add 'unsafe-inline' to default-src - --> - - -<meta http-equiv="Content-Security-Policy" content="default-src * gap: 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; object-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval'; media-src * 'unsafe-inline' 'unsafe-eval'; frame-src * gap: 'unsafe-inline' 'unsafe-eval'; font-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline' 'unsafe-eval'"> - <meta name="format-detection" content="telephone=no"> - <meta name="msapplication-tap-highlight" content="no"> - <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"> - <meta charset="utf-8"> - <link rel="stylesheet" type="text/css" href="css/fonts/fonts.css"> - <link rel="stylesheet" type="text/css" href="css/fonts/ionicons.css"> - <link rel="stylesheet" type="text/css" href="css/vendor/flickity.css"> - <link rel="stylesheet" type="text/css" href="css/vendor/imageviewer.css"> - <link rel="stylesheet" type="text/css" href="css/index.css"> - <link rel="stylesheet" type="text/css" href="css/nav.css"> - <link rel="stylesheet" type="text/css" href="css/account.css"> - <link rel="stylesheet" type="text/css" href="css/products.css"> - <link rel="stylesheet" type="text/css" href="css/cart.css"> - <link rel="stylesheet" type="text/css" href="css/blogs.css"> - <title>Stone Island</title> -</head> -<body class="loading" role="application"> - -<div id="nav" role="directory"> - <div id="nav-container"> - <div id="nav-row"> - <!-- flex --> - - <span role="menu" class="menu"> - <div class="logo" aria-label="Stone Island"></div> - <div class="close" role="button" aria-label="Close menu"></div> - <div role="menu" aria-label="Main Menu" class="main_menu"> - <span role="menuitem" class="store">STORE</span> - <span role="menuitem" class="hub">HUB</span> - <span role="menuitem" class="story">STORY</span> - <span role="menuitem" class="archive">ARCHIVE</span> - </div> - <div role="menu" aria-label="Account Menu" class="account_menu"> - <span role="menuitem" aria-label="Back to main menu" class="account_back menu-emphasis">< MY ACCOUNT</span> - <span role="menuitem" class="profile">MY PROFILE</span> - <span role="menuitem" class="payment">MY CARD</span> - <span role="menuitem" class="shipping">ADDRESS BOOK</span> - <span role="menuitem" class="orders">MY ORDERS</span> - <span role="menuitem" class="return_link_us">RETURNS (US)</span> - <span role="menuitem" class="return_link_ca">RETURNS (CANADA)</span> - <span role="menuitem" class="settings">NOTIFICATIONS</span> - </div> - <div role="menu" aria-label="FAQ Menu" class="faq_menu"> - <span role="menuitem" aria-label="Back to main menu" class="faq_back menu-emphasis">< FAQ</span> - <span role="menuitem" class="privacy">PRIVACY POLICY</span> - <span role="menuitem" class="account_terms">MY ACCOUNT TERMS AND CONDITIONS OF USE</span> - <span role="menuitem" class="terms">TERMS AND CONDITIONS</span> - <span role="menuitem" class="returns">RETURN POLICY</span> - <span role="menuitem" class="care">CUSTOMER CARE</span> - </div> - </span> - - </div> - <div id="nav-fill"> - <!-- flex fill --> - <span role="menu" class="submenu"> - <div class="main_menu"> - <span role="menuitem" class="account">MY ACCOUNT</span> - <span role="menuitem" class="login">LOGIN</span> - <span role="menuitem" class="faq">FAQ</span> - </div> - <div class="account_menu"> - <span role="menuitem" class="logout">LOGOUT</span> - <span role="menuitem" class="faq">FAQ</span> - <span role="menuitem" class="main">MAIN MENU</span> - </div> - <div class="faq_menu"> - <span role="menuitem" class="account">MY ACCOUNT</span> - <span role="menuitem" class="login">LOGIN</span> - <span role="menuitem" class="logout">LOGOUT</span> - <span role="menuitem" class="main">MAIN MENU</span> - </div> - </span> - </div> - <!-- end flex --> - </div> - - <span class="social" role="list" aria-label="Social Links"> - <span role="menuitem" class="fb ion-social-facebook"></span> - <span role="menuitem" class="insta ion-social-instagram-outline"></span> - <span role="menuitem" class="tw ion-social-twitter"></span> - <span role="menuitem" class="yt ion-social-youtube"></span> - </span> -</div> - -<div id="content"> - - <div id="intro" role="menu" aria-label="Stone Island Home Screen"> - <div id="compass"></div> - <div role="menuitem" class="store">STORE</div> - <div role="menuitem" class="hub">HUB</div> - <div role="menuitem" class="story">STORY</div> - <div role="menuitem" class="archive">ARCHIVE</div> - <div class="alert"></div> - <span class="latlng" role="note" aria-label="Your Latitude and Longitude">+40° 58' 90.9" N 74° 04' 46.3" W</span> - </div> - - <div id="header" role="menubar" aria-label="Menu bar"> - <span role="link" aria-label="Show main menu" class="burger ion-android-menu"></span> - <span role="link" aria-label="Homepage. Stone Island logo" class="logo"></span> - <span role="link" aria-label="View cart" class="cart_rapper"><span class="cart"><span role="display" class="cart_count">0</span></span></span> - </div> - - <!-- BLOGS ================================================ --> - - <div id="story" role="region" aria-label="Stone Island Story"> - <div class="scroll"> - <h1 aria-label="Current section: Stone Island Story">STORY</h1> - <img> - <ul class="links"></ul> - <div class="content"> - <script type="text/html" class="template"> - <div data-id="{{id}}"> - <div class="body">{{body}}</div> - </div> - </script> - </div> - </div> - </div> - - <div id="hub" role="region" aria-label="Stone Island Hub"> - <div class="scroll"> - <h1 aria-label="Current section: Stone Island Hub">HUB</h1> - <div class="content"> - <script type="text/html" class="template"> - <div class="hub_item" data-id="{{id}}"> - <div class="gallery gallery-{{id}}" role="carousel"></div> - <div role="button" class="gallery-target gallery-target-{{id}}"></div> - <div role="button" aria-label='Scroll gallery to the left' class="gallery-left"></div> - <div role="button" aria-label='Scroll gallery to the right' class="gallery-right"></div> - <div role="heading" class="content-header"> - <div role="button" class="content-share" aria-label="Share this post"> - SHARE + - </div> - <span role="heading" aria-details="{{cleantitle}}" class="title">{{title}}</span> - <span role="heading" aria-details="{{cleansubtitle}}"class="subtitle">{{subtitle}}</span> - <span class="date"> - {{date}} - <span class="store"> - | <b><u>STORE</u></b> - </span> - </span> - </div> - <div class="body">{{body}}</div> - </div> - </script> - </div> - </div> - <div class="fade-cover"></div> - </div> - - <div id="archive" role="region" aria-label="Stone Island Archive"> - <div class="scroll"> - <div class="content"> - - <script type="text/html" class="template"> - <div class="image" aria-label="{{label}}" style="background-image:url({{image}})"></div> - <div class="text"> - <div> - <h2> - <b>{{code}}</b><br> - {{label}} - </h2> - <div class="body"> - {{caption}} - </div> - </div> - </div> - - </script> - - </div> - </div> - <div class="menu" role="menu"> - <div class="items"> - <script type="text/html" class="template"> - <div role="button" class="item">{{title}}</div> - </script> - </div> - </div> - <div class="heading"> - <h1 role="heading" aria-label="Current section: Stone Island Archive">ARCHIVE</h1> - <div role="heading" class="subtitle" aria-label="1982 to 2015">'982'015</div> - </div> - </div> - - <div id="privacy" role="region" aria-label="Privacy Policy" class="page"> - <div class="scroll"> - <h1 aria-label="Current section: Privacy Policy">PRIVACY POLICY</h1> - <div class="content"></div> - </div> - </div> - - <div id="account_terms" role="region" aria-label="My Account Terms and Conditions of Use" class="page"> - <div class="scroll"> - <h1 aria-label="Current section: My Account terms and conditions of use">MY ACCOUNT TERMS AND CONDITIONS OF USE</h1> - <div class="content"> - <h2>1. Services</h2> - <p> - Stone Island - SPORTSWEAR COMPANY S.p.A. ("Stone Island") offers you the possibility of using the following services "My Account" (the "Services")*: - </p> - - <ul> - <li><b>My Orders:</b> Track the shipping of your orders, change or return items that are not for you and see the history of your orders.</li> - <li><b>My Profile:</b> Manage your registration data.</li> - <li><b>Address Book:</b> Save or change your addresses to have them always at hand and complete your purchases faster.</li> - <li><b>My Card:</b> Save or change your card information and complete your orders faster and always safely.</li> - </ul> - - <h2>2. Registration</h2> - <h3>2.1</h3> - - <p>If you want to use the Services you must be an adult user, register on stoneisland.com creating your My Account account, and accept these terms and conditions for using the Services ("Terms"). Registration is free of charge. To create your My Account account, you will need to fill out the registration form by entering the required information, and guarantee to Stone Island that the information provided during the registration process is complete, accurate and truthful. We will send you an email to confirm your registration. We remind you that the credentials to access your My Account account must be used exclusively by you, and they cannot be transferred to third parties. Subject to legal limitations, Stone Island cannot in any way be held responsible in the event of access to your My Account account by unauthorized third parties. You are requested to keep your credentials confidential and to immediately inform Stone Island if you suspect that there has been an unauthorized access to your My Account account or if your password has been violated.</p> - - <h3>2.2</h3> - - <p>For the provision of some Services, it may be necessary to use electronic communication channels (such as e-mail, SMS or telephone). If you want to use these specific services, you will be asked to give your consent to be contacted by Stone Island for the related communications by SMS, email or other communication channel.</p> - - <h3>2.3</h3> - - <p>We also request you to consult, if you have not already done so, our <a href="#!/page/terms">General Terms of Use</a> which form an integral part of these Terms. For any other legal information, consult the <a href="http://www.stoneisland.com/localize.asp?tskay=4036416C&page=legal/saleterms&">General Terms of Sale</a>, <a href="http://www.stoneisland.com/localize.asp?tskay=4036416C&page=legal/returnpolicy">Return Policy</a> and <a href="http://www.stoneisland.com/localize.asp?tskay=4036416C&page=legal/privacypolicy&">Privacy Policy</a> of stoneisland.com.</p> - - <h2>3. Duration and withdrawal</h2> - - <h3>3.1</h3> - - <p>The registration with the Services shall be effective from the moment you receive the confirmation email and for the entire period in which you use the Services.</p> - - <h3>3.2</h3> - - <p>At any time and for any reason, you can cancel your subscription to the Services by sending a request to our Customer Service and selecting "privacy". In the event you exercised the right of withdrawal, we will send you an email to confirm the cancellation of the Services.</p> - - <h3>3.3</h3> - - <p>Stone Island reserves the right to cancel your registration with the Services in the event of a violation of the provisions contained in these Terms, or in the event that the data provided was not complete, truthful or accurate, without prejudice to the right to compensation for the damage suffered. Stone Island also reserves the right to temporarily suspend, without any prior communication, the provision of the Services, for the time necessary and / or appropriate, to perform all the technical interventions required to improve the quality of the Services. Stone Island may, at any time, interrupt the provision of the Services for security reasons.</p> - - <h2>4. Warning on the Services</h2> - - <p>Stone Island shall do its best to provide an accurate services. Without prejudice to the legal limits, the Services are provided free of charge "AS IS". Stone Island does not provide any guarantee, by way of example but not limited to, relating to the quality, the good functioning, the absence of interruptions or the suitability of the Services for an end or a particular result set by the user.</p> - - <h2>5. Rectification and Update</h2> - - <p>The present Terms can be amended from time to time in consideration of possible regulatory changes. The new Terms shall be effective as of their date of publication in stoneisland.com You are requested to regularly access this section in order to check the publication of the most recent and updated Privacy Policy.</p> - - <p>* The availability of the Service may vary by country or region. Verify your My Account account to see which Services are available.</p> - </div> - </div> - </div> - - <div id="terms" role="region" aria-label="Terms and Conditions" class="page"> - <div class="scroll"> - <h1 aria-label="Current section: Terms and conditions">TERMS AND CONDITIONS</h1> - <div class="content"></div> - </div> - </div> - - <div id="returns" role="region" aria-label="Return Policy" class="page"> - <div class="scroll"> - <h1 aria-label="Current section: Return policy">RETURN POLICY</h1> - <div class="content"></div> - </div> - </div> - - <div id="care" role="region" aria-label="Customer Care" class="page"> - <div class="scroll"> - <h1 aria-label="Current section: Customer care">CUSTOMER CARE</h1> - <div class="content"></div> - </div> - </div> - - - <!-- STORE ================================================ --> - - <div id="collection" role="region" aria-label="Store"> - <div class="scroll"> - <h1 aria-label="Current section: Store">LOADING...</h1> - <div class="loader"></div> - <div class="content"> - <script type="text/html" class="template"> - <div role="link" class="item" data-code="{{code8}}" aria-label="{{title}}"> - <img src="{{image}}" alt="{{title}}"> - </div> - </script> - </div> - </div> - </div> - - <div id="search" role="search" aria-label="Search"> - <div class="scroll"> - <h1 aria-label="Current section: Search">SEARCH</h1> - <div class="form"> - <input type="text" class="q" placeholder="ENTER YOUR SEARCH"> - </div> - </div> - </div> - - <div id="product" role="region" aria-label="Product view"> - <div class="scroll"> - <div class="loader"></div> - <div id="gallery" class="gallery" role="carousel"> - <script type="text/html" class="template"> - <div role="link" class="item" aria-label="{{alt}}" style="background-image:url({{image}})"></div> - </script> - </div> - <div role="button" class="gallery-target"></div> - <div role="button" class="gallery-left" aria-label="Scroll gallery left"></div> - <div role="button" class="gallery-right" aria-label="Scroll gallery right"></div> - <div class="content"> - <div class="product-header"> - <span role="heading" class="title"></span> - </div> - <div class="type-price"> - <span class="type"></span> - <span class="price"></span> - </div> - <div class="style-share"> - <span class="style"> - <div class="size-color"> - <div role="button" class="size" aria-label="Tap to select size. Current size"> - <div class="label"></div> - <select name="size"></select> - </div> - <div role="button" class="color" aria-label="Tap to select color. Current color"> - <div class="label"></div> - <select name="color"></select> - </div> - </div> - </span> - <span role="button" class="share" aria-label="Share this product">SHARE +</span> - </div> - <div class="fit">Fits Large</div> - <div class='fitHeader'></div> - <div class="notAvailableInCanada">Not Available In Canada</div> - <div class="body"> - </div> - <div class="sizing"> - <b>Sizing:</b> The products of this collaboration fit slightly larger than the classic Stone Island garments. - <br><br> - We suggest you choose a smaller size than yours. - </div> - </div> - </div> - </div> - - <div id="closed" role="region" aria-label="The store is closed"> - <div class="closed_target" role="button" aria-label="The store is closed. Placeholder image of a Stone Island model wearing a jacket."></div> - <div class="closed_store_msg"> - <h3> - LOADING THE STORE, PLEASE WAIT - </h3> - <h4> - </h4> - <div role="link" class="website_link" aria-label='Visit w w w dot stone island dot com'> - visit<br> - <b role='link' aria-label='w w w dot stone island dot com'>www.stoneisland.com</b> - </div> - </div> - </div> - - - <!-- ACCOUNT ================================================ --> - - <div id="login" role="region" aria-label="Log In"> - <div class="scroll"> - <h1 aria-label="Current section: Log In">LOGIN</h1> - <div class="form"> - <div class="container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - <label for="login_email_address">Email Address</label> - <input type="email" id="login_email_address" name="Email" aria-placeholder="EMAIL ADDRESS" required tabindex="1"> - <span class='err'></span> - - <label for="login_password">Password</label> - <form><input type="password" id="login_password" name="Password" aria-placeholder="PASSWORD" required tabindex="2"></form> - <span class='err'></span> - </div> - <div class="container-fill"> - <div class="container-message premessage"> - <div rel="link" class="newuser">New User?</div> - <div rel="link" class="forgotpassword">Forgot Password?</div> - </div> - <div class="container-message submessage"> - <span class="msg"></span> - </div> - </div> - </div> - <input type="submit" aria-label="Submit form" style="position: absolute; left: -9999px; width: 1px; height: 1px;"> - </div> - </div> - </div> - - <div id="logout" role="region" aria-label="You are now logged out"> - <div class="scroll"> - <h1 aria-label="Current section: You are now Logged Out">LOGOUT</h1> - <div class="container"> - <div class="container-fill"> - <span class="container-message msg"> - You are now logged out. - </span> - </div> - </div> - </div> - </div> - - <div id="signup" role="region" aria-label="New User. Create an account"> - <div class="scroll"> - <h1 aria-label="Current section: New User. Create an account">NEW USER</h1> - <div class="form"> - <div class="container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - <label for="signup_name">First Name</label> - <input type="text" id="signup_name" name="Name" aria-placeholder="FIRST NAME" required tabindex="1"> - <span class='err'></span> - - <label for="signup_surname">Last Name</label> - <input type="text" id="signup_surname" name="Surname" aria-placeholder="LAST NAME" required tabindex="2"> - <span class='err'></span> - - <label for="signup_email">Email Address</label> - <input type="email" id="signup_email" name="Email" aria-placeholder="EMAIL ADDRESS" required tabindex="3"> - <span class='err'></span> - - <label for="signup_confirmemail">Confirm Email Address</label> - <input type="email" id="signup_confirmemail" name="ConfirmEmail" aria-placeholder="CONFIRM EMAIL ADDRESS" required tabindex="4"> - <span class='err'></span> - - <label for="signup_birthday">Birthday (MM/DD/YYYY)</label> - <div class="select-wrapper date-wrapper"> - <span></span> - <input type="date" id="signup_birthday" name="BirthDay" aria-label="Birthday" min="1900-01-01" aria-placeholder="BIRTHDAY (MM/DD/YYYY)" required tabindex="5"> - </div> - <span class='err'></span> - - <h2>PASSWORD</h2> - <label for="signup_password">Password (7 Characters or more)</label> - <input type="password" id="signup_password" name="Password" aria-placeholder="PASSWORD (7 CHARACTERS OR MORE)" required tabindex="6"> - <span class='err'></span> - - <label for="signup_confirm_password">Confirm Password</label> - <input type="password" id="signup_confirm_password" name="Password2" aria-placeholder="CONFIRM PASSWORD" required tabindex="7"> - <span class='err'></span> - </div> - - <div class="container-row"> - <div class="checkbox-container"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-data-profiling" aria-labelledby="checkbox-data-profiling-label" name="YooxLetter" value="true" required tabindex="8"> - <label for="checkbox-data-profiling"></label> - </div> - <label class="checkbox-caption" for="checkbox-data-profiling" id="checkbox-data-profiling-label"> - I AGREE TO STONE ISLAND - SPORTSWEAR COMPANY COLLECTING AND PROCESSING MY PERSONAL INFORMATION FOR MARKETING PURPOSES. - </label> - </div> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-shopping-data-profiling" aria-labelledby="checkbox-shopping-data-profiling-label" name="DataProfiling" value="true" required tabindex="9"> - <label for="checkbox-shopping-data-profiling"></label> - </div> - <label class="checkbox-caption" for="checkbox-shopping-data-profiling" id="checkbox-shopping-data-profiling-label"> - I AGREE TO STONE ISLAND - SPORTSWEAR COMPANY COLLECTING AND PROCESSING MY PERSONAL INFORMATION TO CUSTOMIZE MY SHOPPING EXPERIENCE BASED ON MY INTERESTS AND HABITS. - </label> - </div> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-shopping-account-terms" aria-labelledby="checkbox-gdpr-terms-label" name="GdprTerms" value="true" required tabindex="10"> - <label for="checkbox-shopping-data-profiling"></label> - </div> - <label class="checkbox-caption" for="checkbox-shopping-account-terms" id="checkbox-gdpr-terms-label"> - I ACCEPT MY ACCOUNT TERMS AND CONDITIONS OF USE * - </label> - </div> - <div class="container-message submessage"> - <span class="msg"></span> - </div> - <div class="privacy-msg"> - Personal data will be electronically processed by SPORTSWEAR COMPANY and YOOX NET-A-PORTER GROUP in order to complete your request. Please note that you are responsible for third party data that you disclose to SPORTSWEAR COMPANY and YOOX NET-A-PORTER GROUP. - <br> - Consult our <a href="#/page/privacy">PRIVACY POLICY</a> for further information. - </div> - </div> - </div> - </div> - </div> - </div> - </div> - - <div id="profile" role="region" aria-label="My Profile"> - <div class="scroll"> - <h1 aria-label="Current section: My Profile">MY PROFILE</h1> - <div class="form"> - <div class="container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - <label for="profile_name">First Name</label> - <input type="text" id="profile_name" name="Name" aria-placeholder="FIRST NAME" required tabindex="1"> - <span class='err'></span> - - <label for="profile_surname">Last Name</label> - <input type="text" id="profile_surname" name="Surname" aria-placeholder="LAST NAME" required tabindex="2"> - <span class='err'></span> - - <label for="profile_email">Email Address</label> - <input type="email" id="profile_email" name="Email" aria-placeholder="EMAIL ADDRESS" required tabindex="3"> - <span class='err'></span> - - <label for="profile_birthday">Birthday (MM/DD/YYYY)</label> - <div class="select-wrapper date-wrapper"> - <span></span> - <input type="date" id="profile_birthday" name="BirthDay" aria-label="Birthday" min="1900-01-01" aria-placeholder="BIRTHDAY (MM/DD/YYYY)" required tabindex="5"> - </div> - <span class='err'></span> - - <h2>CHANGE PASSWORD</h2> - <label for="profile_password">Current Password</label> - <input type="password" id="profile_password" name="CurrentPassword" aria-placeholder="CURRENT PASSWORD" required tabindex="6"> - <span class='err'></span> - - <label for="profile_confirm_password">New Password (7 characters or more)</label> - <input type="password" id="profile_confirm_password" name="NewPassword" aria-placeholder="NEW PASSWORD (7 CHARACTERS OR MORE)" required tabindex="7"> - <span class='err'></span> - </div> - - <div class="container-fill container-fill-condensed"> - <div class="container-message container-message-condensed"> - <span class="msg msg-condensed"> - </span> - </div> - </div> - <div class="container-row"> - <div class="checkbox-container"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-data-profiling-profile" aria-labelledby="yoox-letter-checkbox" name="YooxLetter" value="true" required tabindex="7"> - <label for="checkbox-data-profiling-profile"></label> - </div> - <label class="checkbox-caption" for="checkbox-data-profiling-profile" id="yoox-letter-checkbox"> - I AGREE TO STONE ISLAND - SPORTSWEAR COMPANY COLLECTING AND PROCESSING MY PERSONAL INFORMATION FOR MARKETING PURPOSES. - </label> - </div> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-shopping-data-profiling-profile" aria-labelledby="yoox-data-profiling-checkbox" name="DataProfiling" value="true" required tabindex="8"> - <label for="checkbox-shopping-data-profiling-profile"></label> - </div> - <label class="checkbox-caption" for="checkbox-shopping-data-profiling-profile" id="yoox-data-profiling-checkbox"> - I AGREE TO STONE ISLAND - SPORTSWEAR COMPANY COLLECTING AND PROCESSING MY PERSONAL INFORMATION TO CUSTOMIZE MY SHOPPING EXPERIENCE BASED ON MY INTERESTS AND HABITS. - </label> - </div> - <div class="privacy-msg"> - Personal data will be electronically processed by SPORTSWEAR COMPANY and YOOX NET-A-PORTER GROUP in order to complete your request. Please note that you are responsible for third party data that you disclose to SPORTSWEAR COMPANY and YOOX NET-A-PORTER GROUP. - <br> - Consult our <a href="#/page/privacy">PRIVACY POLICY</a> for further information. - </div> - </div> - </div> - </div> - </div> - </div> - </div> - - <div id="shipping" role="region" aria-label="Address Book"> - <div class="scroll"> - <h1 aria-label="Current section: Your address book">ADDRESS BOOK</h1> - <div class="form"> - <div class="container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - <div class="address"></div> - </div> - <div class="container-fill"> - <div class="container-message"> - <span class="msg"> - * Your personal and payment<br> - information will always remain private - </span> - </div> - <div rel="link" class="privacy-msg"> - Consult our <u>PRIVACY POLICY</u> for further information. - </div> - </div> - </div> - </div> - </div> - </div> - - <div id="payment" role="region" aria-label="My Card"> - <div class="scroll"> - <h1 aria-label="Current section: My Card">MY CARD</h1> - <div class="form"> - <div class="container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - <div class="cc"></div> - <div class="address"></div> - </div> - <div class="container-fill"> - <div class="container-message"> - <span class="msg"> - * Your personal and payment<br> - information will always remain private - </span> - </div> - <div rel="link" class="privacy-msg"> - Consult our <u>PRIVACY POLICY</u> for further information. - </div> - </div> - </div> - </div> - </div> - </div> - - <div id="settings" role="region" aria-label="Notifications"> - <div class="scroll"> - <h1 aria-label="Current section: Notifications">NOTIFICATIONS</h1> - <div class="form"> - <div class="toggle-container"> - <div class="toggle-row"> - <div class="caption"> - <h3>Store</h3> - Receive notifications for Store - </div> - <div class="toggle"> - <input type="checkbox" aria-label="Receive notifications for Store" id="store-notifications" name="store" class="switch"> - <label for="store-notifications"></label> - </div> - </div> - <div class="toggle-row"> - <div class="caption"> - <h3>Hub</h3> - Receive notifications for Hub - </div> - <div class="toggle"> - <input type="checkbox" aria-label="Receive notifications for Hub" id="hub-notifications" name="hub" class="switch"> - <label for="hub-notifications"></label> - </div> - </div> - </div> - </div> - </div> - </div> - - <div id="orders" role="region" aria-label="My Orders"> - <div class="scroll"> - <h1 aria-label="Current section: My orders">MY ORDERS</h1> - <div id="order_list"> - <div class="list"></div> - <div class="empty">You have no orders.</div> - <script type="text/html" class="list_template"> - <div class="item" data-id="{{id}}"> - <div class="details-container"> - <div class="details"> - Details > - </div> - <div class="txt"> - - <span class="text-date">{{date}}</span> - <span class="text-id">ORDER #: {{id}}</span> - <span class="text-total">ORDER TOTAL: {{total}}</span> - </div> - </div> - <div class="images"> - </div> - </div> - </script> - </div> - - <div id="single_order"> - <div class="order_section"> - <h2>ORDER SUMMARY</h2> - - <div class="rows"> - <script type="text/html" class="item_template"> - <div class="cart_item_info"> - <span class="sku">{{sku}}</span> - <span class="title">{{title}}</span> - <span class="type">{{type}}</span> - <div class="meta"> - <div class="meta-size"><b>SIZE:</b> {{size}}</div> - <div class="meta-color"><b>COLOR:</b> {{color}}</div> - <div class="meta-quantity"><b>QUANTITY:</b> {{quantity}}</div> - </div> - </div> - <div class="cart_item_price"> - <span class="price">{{price}}</span> - </div> - </script> - </div> - <div class="cart-summary"> - <div class="cart-summary-row"> - <span class="label">SUB TOTAL</span> - <span class="subtotal"></span> - </div> - <div class="cart-summary-row"> - <span class="label">ESTIMATED SHIPPING & HANDLING</span> - <span class="shipping"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TAX</span> - <span class="tax"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TOTAL</span> - <span class="total"></span> - </div> - </div> - </div> - - <div class="order_section"> - <h2>SHIP TO</h2> - <div class="order_section_container"> - <div class="shipping_address"></div> - <div class="shipping_method"></div> - </div> - </div> - - </div> - </div> - </div> - - <!-- CART ================================================ --> - - <div id="cart" role="region" aria-label="Your Cart"> - <h1 role="presentation"> - <span class="full_msg" role="heading" aria-label="Current section: Your cart"> - YOUR CART / <span class="itemcount"></span> - </span> - <span class="empty_msg" role="heading" aria-label="Current section: Your cart is empty"> - YOUR CART IS EMPTY - </span> - </h1> - - <div class="steps"> - <span class="summary_step">SUMMARY</span> - <span class="shipping_step">SHIPPING</span> - <span class="payment_step">PAYMENT</span> - </div> - - <div id="cart_summary" role="region" aria-label="Cart Summary"> - <div class="scroll"> - <div class="summary-container container"> - <div class="container-row"> - <div class="cart_body"> - <div class="rows"> - <script type="text/html" class="template"> - <div class="cart_item_image"> - <a href="#/store/{{code8}}" aria-label="{{cleantitle}}"><img src="{{image}}"></a> - </div> - <div class="cart_item_info"> - <span class="sku" aria-label="SKU">{{sku}}</span> - <span class="title" aria-label="Product name: {{cleantitle}}">{{title}}</span> - <span class="type" aria-label="Product type">{{type}}</span> - <div class="meta"> - <div class="meta-size" aria-label="Size"><b>SIZE:</b> {{size}}</div> - <div class="meta-color" aria-label="Color"><b>COLOR:</b> {{color}}</div> - <div class="meta-quantity" aria-label="Quantity"><b>QUANTITY:</b> {{quantity}}</div> - </div> - </div> - <div class="cart_item_price"> - <span class="remove" aria-label="Remove item from your cart. Item to be removed: {{cleantitle}}"></span> - <span class="price">{{price}}</span> - </div> - </script> - </div> - <div class="cart-summary"> - <div class="cart-summary-row"> - <span class="label">SUB TOTAL</span> - <span class="subtotal"></span> - </div> - <div class="cart-summary-row"> - <span class="label">ESTIMATED SHIPPING<br>& HANDLING</span> - <span class="shipping"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TAX</span> - <span class="tax"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TOTAL</span> - <span class="total"></span> - </div> - </div> - </div> - </div> - <div class="container-fill"> - <div class="container-message cart_empty"> - You have nothing in your cart. - </div> - </div> - </div> - </div> - </div> - - <div id="cart_shipping" role="region" aria-label="Cart Shipping"> - <div class="scroll"> - <div class="form"> - <div class="dropdown-wrapper"> - <div class="dropdown-title add_edit">add / edit</div> - <div class="dropdown select_address"> - ADDRESS - </div> - </div> - <div class="address_list checkbox-container"> - <script type="text/html" class="template"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="address-checkbox-{{id}}" type="radio" name="AddressId" value="{{id}}" {{checked}}> - <label for="address-checkbox-{{id}}"></label> - </div> - <label class="checkbox-caption" for="address-checkbox-{{id}}"> - {{name}}<br> - {{address}}, {{city}}, {{state}} {{zip}} - </label> - </div> - </script> - </div> - <div class="address"></div> - - <h3>SHIPPING METHOD</h3> - - <div class="checkbox-container"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="express-shipping" type="radio" name="ShippingType" value="Express" checked required> - <label for="express-shipping"></label> - </div> - <label class="checkbox-caption" for="express-shipping"> - <b>COMPLIMENTARY EXPRESS</b><br> - (DELIVERY IN 2-4 WORKING DAYS) - </label> - </div> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="standard-shipping" type="radio" name="ShippingType" value="Standard" required> - <label for="standard-shipping"></label> - </div> - <label class="checkbox-caption" for="standard-shipping"> - <b>STANDARD SHIPPING</b><br> - (DELIVERY IN 5-8 WORKING DAYS) - </label> - </div> - </div> - - <div class="container-row"> - <div class="container-fill"> - <div class="container-message"> - <span class="msg"> - * Your personal and payment<br> - information will always remain private - </span> - </div> - <a href="#/page/privacy"> - <div class="privacy-msg"> - Consult our <u>PRIVACY POLICY</u> for further information. - </div> - </a> - </div> - </div> - - </div> - </div> - </div> - - <div id="cart_payment" role="region" aria-label="Cart Payment"> - <div class="scroll"> - <div class="form"> - - <div class="billing-container container"> - <div class="container-row"> - <span class='err_heading'>There was a problem submitting the form. Please correct the form below and try again.</span> - - <div class="checkbox-container"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="same-as-shipping" type="checkbox" name="SameAsShipping" value="true"> - <label for="same-as-shipping"></label> - </div> - <label class="checkbox-caption" for="same-as-shipping"> - SAME AS SHIPPING ADDRESS - </label> - </div> - </div> - - <div class="billing_address_rapper"> - - <div class="address_dropdown dropdown-wrapper"> - <div class="dropdown-title add_edit"> </div> - <div class="dropdown select_address"> - BILLING ADDRESS - </div> - </div> - <div class="address_list checkbox-container"> - <script type="text/html" class="address_row_template"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="address-checkbox-{{id}}" type="radio" name="AddressId" value="{{id}}" {{checked}}> - <label for="address-checkbox-{{id}}"></label> - </div> - <label class="checkbox-caption" for="address-checkbox-{{id}}"> - {{name}}<br> - {{address}}, {{city}}, {{state}} {{zip}} - </label> - </div> - </script> - </div> - - <div class="address"></div> - - </div> - - <div class="cc_dropdown dropdown-wrapper"> - <div class="dropdown-title add_edit"></div> - <div class="dropdown select_address"> - PAYMENT METHOD - </div> - </div> - - <div class="cc_list checkbox-container"> - <script type="text/html" class="cc_template"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="cc-checkbox-{{id}}" aria-label="Select this credit card" type="radio" name="CCId" value="{{id}}" {{checked}}> - <label for="cc-checkbox-{{id}}"></label> - </div> - <label class="checkbox-caption" for="cc-checkbox-{{id}}"> - {{number}}<br> - {{type}} {{exp}} - </label> - </div> - </script> - </div> - - <div class="cc"></div> - - <div class="cc_confirm"> - <h3>PLEASE ENTER YOUR SECURITY CODE TO CONFIRM</h3> - <input type="number" name="CvvConfirm" placeholder="SECURITY CODE" required> - </div> - </div> - - <div class="container-fill"> - <div class="container-message"> - <span class="msg"> - * Your personal and payment<br> - information will always remain private - </span> - </div> - <a class='privacy-link'> href="#/page/privacy"> - <div class="privacy-msg"> - Consult our <u>PRIVACY POLICY</u> for further information. - </div> - </a> - </div> - </div> - </div> - </div> - </div> - - <div id="cart_confirm" role="region" aria-label="Confirm your order"> - <div class="scroll"> - <h1 aria-label="Current section: Confirm your cart">CONFIRM</h1> - - <div class="order_section"> - <h2>ORDER SUMMARY</h2> - - <div class="rows"> - <script type="text/html" class="template"> - <div class="cart_item_info"> - <span class="sku">{{sku}}</span> - <span class="title">{{title}}</span> - <span class="type">{{type}}</span> - <div class="meta"> - <div class="meta-size"><b>SIZE:</b> {{size}}</div> - <div class="meta-color"><b>COLOR:</b> {{color}}</div> - <div class="meta-quantity"><b>QUANTITY:</b> {{quantity}}</div> - </div> - </div> - <div class="cart_item_price"> - <span class="price">{{price}}</span> - </div> - </script> - </div> - <div class="cart-summary"> - <div class="cart-summary-row"> - <span class="label">SUB TOTAL</span> - <span class="subtotal"></span> - </div> - <div class="cart-summary-row"> - <span class="label">ESTIMATED SHIPPING<br>& HANDLING</span> - <span class="shipping"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TAX</span> - <span class="tax"></span> - </div> - <div class="cart-summary-row"> - <span class="label">TOTAL</span> - <span class="total"></span> - </div> - </div> - </div> - - <div class="order_section"> - <h2>SHIP TO</h2> - - <div class="shipping_address"></div> - <div class="shipping_method"></div> - </div> - - <div class="order_section"> - <h2>BILL TO</h2> - - <div class="payment_name"></div> - <div class="payment_method"></div> - </div> - - <div class="container-message submessage"> - <span class="msg"></span> - </div> - - </div> - </div> - - <div id="cart_thanks"> - <div class="copy"> - <b>THANK YOU</b> - <p> - Please check your inbox for your confirmation email. - </p> - </div> - </div> - - <div id="cart_error"> - <div class="copy"> - <b>WE'RE SORRY</b> - <p class="errrrrrrrrrrrrrrr"></p> - </div> - </div> - - </div> - - <div id="footer" role="menubar" aria-label="Footer"> - <!-- 'Cancel' i think needs to go BACK in the navigation.. rather than jumping to the home screen --> - <div role="button" class="cancel">CANCEL</div> - <div role="button" class="ok">OK</div> - </div> - - <div id="curtain"> - <div class="loader"></div> - </div> - - <div class="modal" id="consent_modal" role="modal" aria-label="Please accept the new terms"> - YOUR MY ACCOUNT - <br><br> - We have improved the My Account Terms and Conditions of Use. - <br><br> - <div class="checkbox-container account_terms_consent"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="modal_account_terms_consent" type="checkbox" name="AccountTermsConsent" value="true"> - <label for="account_terms_consent"></label> - </div> - <label class="checkbox-caption" for="modal_account_terms_consent"> - Accept <a href='#/page/account_terms'>My Account Terms and Conditions of Use</a> * - </label> - </div> - </div> - <br><br> - For more information, please consult our - <a href="#/page/privacy">Privacy Policy</a> or visit - <a href="#" id="care-link">Customer Care</a>. - <br><br> - To continue to My Account we invite you to click accept. Otherwise you can continue to navigate as an unregistered user. - <br><br> - <div id="consent_error">Please note that if you do not consent to terms, you cannot use the app.</div> - <br><br> - <button id="consent_proceed">PROCEED</button> - <button id="consent_logout">LOG OUT</button> - </div> - - <div id="selector"> - <div class="options" role="select"> - <script type="text/html" class="template"> - <div aria-label="Pick {{label}}" data-id="{{id}}">{{label}}</div> - </script> - </div> - </div> - -</div> - -<!-- Forms --> - -<script type="text/html" id="creditcard_template"> - <label for="creditcard_id_{{_id}}">Credit Card Number</label> - <input type="number" id="creditcard_id_{{_id}}" name="Number" aria-placeholder="CREDIT CARD NUMBER" required> - <span class='err'></span> - - <div class="half-input"> - <label for="cc_expiration_month_{{_id}}">EXPIRATION MONTH</label> - <label for="cc_expiration_year_{{_id}}">EXPIRATION YEAR</label> - </div> - - <div class="half-input"> - <div class="select-wrapper"> - <span></span> - <select name="ExpirationMonth" id="cc_expiration_month_{{_id}}"> - <option value="NONE">EXPIRATION MONTH</option> - <option value="01">01</option> - <option value="02">02</option> - <option value="03">03</option> - <option value="04">04</option> - <option value="05">05</option> - <option value="06">06</option> - <option value="07">07</option> - <option value="08">08</option> - <option value="09">09</option> - <option value="10">10</option> - <option value="11">11</option> - <option value="12">12</option> - </select> - </div> - <div class="select-wrapper"> - <span></span> - <select name="ExpirationYear" id="cc_expiration_year_{{_id}}"> - <option value="NONE">EXPIRATION YEAR</option> - <option value="2019">2019</option> - <option value="2020">2020</option> - <option value="2021">2021</option> - <option value="2022">2022</option> - <option value="2023">2023</option> - <option value="2024">2024</option> - <option value="2025">2025</option> - <option value="2026">2026</option> - <option value="2027">2027</option> - <option value="2028">2028</option> - <option value="2029">2029</option> - <option value="2030">2030</option> - </select> - </div> - </div> - <label for="cc_cvv_{{_id}}">Security Code</label> - <input type="number" id="cc_cvv_{{_id}}" name="Cvv" aria-placeholder="SECURITY CODE" required> - <span class='err'></span> -</script> - -<script type="text/html" id="address_template"> - <label for="address_name_{{_id}}">First Name</label> - <input type="text" id="address_name_{{_id}}" name="Name" aria-placeholder="First Name"> - <span class="err"></span> - - <label for="address_surname_{{_id}}">Last Name</label> - <input type="text" id="address_surname_{{_id}}" name="Surname" aria-placeholder="Last Name"> - <span class="err"></span> - - <label for="address_address1_{{_id}}">Address line 1</label> - <input type="text" id="address_address1_{{_id}}" name="Address1" aria-placeholder="Address Line 1"> - <span class="err"></span> - - <label for="address_address2_{{_id}}">Address line 2</label> - <input type="text" id="address_address2_{{_id}}" name="Address2" aria-placeholder="Address Line 2"> - <span class="err"></span> - - <div class="half-input"> - <label for="address_city_{{_id}}">City</label> - <label for="address_state_{{_id}}">State</label> - </div> - - <div class="half-input"> - <input type="text" id="address_city_{{_id}}" name="City" aria-placeholder="City"> - <div class="select-wrapper"> - <span></span> - <select id="address_state_{{_id}}" name="Province"> - {{PROVINCES}} - </select> - </div> - </div> - - <div class="half-input"> - <label for="address_zip_{{_id}}">Zip</label> - <label>Country</label> - </div> - - <div class="half-input"> - <input type="text" id="address_zip_{{_id}}" name="ZipCode" aria-placeholder="ZIP" required> - <div class="country-wrapper-static"> - <span class="country-label">UNITED STATES</span> -<!-- - <div id="country-select"> - <input type="text" name="Country" placeholder="UNITED STATES" required> - </div> - --> - </div> - </div> - - <label for="address_phone_{{_id}}">Phone Number</label> - <input type="number" id="address_phone_{{_id}}" name="Phone" aria-placeholder="PHONE NUMBER"> - <span class="err"></span> -<!-- - <div class="checkbox-container save_as_default"> - <div class="checkbox-row"> - <div class="checkbox-toggle"> - <input id="save_as_default_cart_shipping" type="checkbox" name="IsDefault" value="true"> - <label for="save_as_default_cart_shipping"></label> - </div> - <label class="checkbox-caption" for="save_as_default_cart_shipping"> - SAVE AS DEFAULT - </label> - </div> - </div> ---> -</script> - -<script type="text/html" id="us_states"> - <option value="NONE" selected>State</option> - <option value="AL">Alabama</option> - <option value="AK">Alaska</option> - <option value="AZ">Arizona</option> - <option value="AR">Arkansas</option> - <option value="CA">California</option> - <option value="CO">Colorado</option> - <option value="CT">Connecticut</option> - <option value="DE">Delaware</option> - <option value="DC">District Of Columbia</option> - <option value="FL">Florida</option> - <option value="GA">Georgia</option> - <option value="HI">Hawaii</option> - <option value="ID">Idaho</option> - <option value="IL">Illinois</option> - <option value="IN">Indiana</option> - <option value="IA">Iowa</option> - <option value="KS">Kansas</option> - <option value="KY">Kentucky</option> - <option value="LA">Louisiana</option> - <option value="ME">Maine</option> - <option value="MD">Maryland</option> - <option value="MA">Massachusetts</option> - <option value="MI">Michigan</option> - <option value="MN">Minnesota</option> - <option value="MS">Mississippi</option> - <option value="MO">Missouri</option> - <option value="MT">Montana</option> - <option value="NE">Nebraska</option> - <option value="NV">Nevada</option> - <option value="NH">New Hampshire</option> - <option value="NJ">New Jersey</option> - <option value="NM">New Mexico</option> - <option value="NY">New York</option> - <option value="NC">North Carolina</option> - <option value="ND">North Dakota</option> - <option value="OH">Ohio</option> - <option value="OK">Oklahoma</option> - <option value="OR">Oregon</option> - <option value="PA">Pennsylvania</option> - <option value="RI">Rhode Island</option> - <option value="SC">South Carolina</option> - <option value="SD">South Dakota</option> - <option value="TN">Tennessee</option> - <option value="TX">Texas</option> - <option value="UT">Utah</option> - <option value="VT">Vermont</option> - <option value="VA">Virginia</option> - <option value="WA">Washington</option> - <option value="WV">West Virginia</option> - <option value="WI">Wisconsin</option> - <option value="WY">Wyoming</option> -</script> - -<script type="text/html" id="ca_states"> - <option disabled>_________________</option> - <option value="AB">Alberta</option> - <option value="BC">British Columbia</option> - <option value="MB">Manitoba</option> - <option value="NB">New Brunswick</option> - <option value="NL">Newfoundland and Labrador</option> - <option value="NS">Nova Scotia</option> - <option value="NT">Northwest Territories</option> - <option value="NU">Nunavut</option> - <option value="ON">Ontario</option> - <option value="PE">Prince Edward Island</option> - <option value="SK">Saskatchewan</option> - <option value="QC">Quebec</option> - <option value="YT">Yukon</option> -</script> - -</body> -<script src="cordova.js"></script> -<script src="js/vendor/jquery-2.1.4.min.js"></script> -<script src="js/vendor/fastclick.js"></script> -<script src="js/vendor/iscroll.js"></script> -<script src="js/vendor/loader.js"></script> -<script src="js/vendor/lodash.min.js"></script> -<script src="js/vendor/moment.js"></script> -<script src="js/vendor/oktween.js"></script> -<script src="js/vendor/imageviewer.js"></script> -<script src="js/vendor/prefixfree.js"></script> -<script src="js/vendor/promise.js"></script> -<script src="js/vendor/flickity.pkgd.js"></script> -<script src="js/vendor/util.js"></script> -<script src="js/vendor/jquery.creditCardValidator.js"></script> - -<script src="js/sdk/_sdk.js"></script> -<script src="js/sdk/account.js"></script> -<script src="js/sdk/address.js"></script> -<script src="js/sdk/auth.js"></script> -<script src="js/sdk/cart.js"></script> -<script src="js/sdk/payment.js"></script> -<script src="js/sdk/product.js"></script> -<script src="js/sdk/shipping.js"></script> - -<script src="js/lib/etc/push.js"></script> -<script src="js/lib/etc/deeplink.js"></script> -<script src="js/lib/etc/geo.js"></script> -<script src="js/lib/etc/sim.js"></script> -<script src="js/lib/etc/backup_db.js"></script> -<script src="js/lib/etc/accessibility.js"></script> -<script src="js/lib/etc/scroll.js"></script> - -<script src="js/lib/view/View.js"></script> -<script src="js/lib/view/Router.js"></script> -<script src="js/lib/view/Scrollable.js"></script> -<script src="js/lib/view/Serializable.js"></script> - -<script src="js/lib/cart/CartView.js"></script> -<script src="js/lib/cart/CartPayment.js"></script> -<script src="js/lib/cart/CartShipping.js"></script> -<script src="js/lib/cart/CartSummary.js"></script> -<script src="js/lib/cart/CartConfirm.js"></script> -<script src="js/lib/cart/CartThanks.js"></script> -<script src="js/lib/cart/CartError.js"></script> - -<script src="js/lib/nav/IntroView.js"></script> -<script src="js/lib/nav/CurtainView.js"></script> -<script src="js/lib/nav/HeaderView.js"></script> -<script src="js/lib/nav/FooterView.js"></script> -<script src="js/lib/nav/SearchView.js"></script> -<script src="js/lib/nav/AddressView.js"></script> -<script src="js/lib/nav/CreditCardView.js"></script> -<script src="js/lib/nav/NavView.js"></script> - -<script src="js/lib/auth/LoginView.js"></script> -<script src="js/lib/auth/LogoutView.js"></script> -<script src="js/lib/auth/SignupView.js"></script> - -<script src="js/lib/account/AccountView.js"></script> -<script src="js/lib/account/ConsentModal.js"></script> -<script src="js/lib/account/ProfileView.js"></script> -<script src="js/lib/account/PaymentView.js"></script> -<script src="js/lib/account/ShippingView.js"></script> -<script src="js/lib/account/SettingsView.js"></script> -<script src="js/lib/account/OrdersView.js"></script> - -<script src="js/lib/products/CollectionView.js"></script> -<script src="js/lib/products/filters/CategoryFilter.js"></script> -<script src="js/lib/products/filters/DepartmentFilter.js"></script> -<script src="js/lib/products/filters/SizeFilter.js"></script> -<script src="js/lib/products/ClosedStoreView.js"></script> -<script src="js/lib/products/ProductView.js"></script> -<script src="js/lib/products/GalleryView.js"></script> -<script src="js/lib/products/Selector.js"></script> - -<script src="js/lib/blogs/BlogView.js"></script> -<script src="js/lib/blogs/ArchiveView.js"></script> -<script src="js/lib/blogs/HubView.js"></script> -<script src="js/lib/blogs/StoryView.js"></script> -<script src="js/lib/blogs/PageView.js"></script> - -<script src="js/lib/_router.js"></script> - -<script src="js/index.js"></script> -</html> |
