1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!doctype html>
- <html lang="cn">
- <head>
- <meta charset="utf-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
- <#include "./headerUp.ftl" parse=true encoding="utf-8">
- <title>${htmlTitle!"cookies"}</title>
- <meta name="keywords" content=${keywords!""}>
- <meta name="description" content=${description!""}>
- <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"/>
- <link rel="stylesheet" href="./static/css/animate.min.css">
- <link href="./common/index.css" rel="stylesheet">
- <link href="./cookies/index.css" rel="stylesheet">
- </head>
- <body>
- <#include "./header.ftl" parse=true encoding="utf-8">
- <div class="main">
- <div class="content">
- <div class="editorial-content">
- <div class="module-title"><h1 class="module-headline title_2">COOKIE INFORMATION</h1></div>
- <h3>1. What are cookies?</h3>
- <p>A cookie is a small data set being stored on your device and contains data such as your personal page
- settings, an ID, or login information. This dataset is generated by the web server that you used to
- establish a connection via your web browser and is sent to you. In general, we use cookies to analyse
- interest in our web pages and to make them more user-friendly. In principle, you can access our web
- pages without cookies. However, if you want to use our pages fully and smoothly, you should accept the
- cookies that enable certain functions to be used or make the use of our website more user-friendly. MAN
- uses cookies to make its offers more user-friendly, more effective and more secure.</p>
- <p>Via the cookie banner appearing the first time you visit our website, you will be able to select whether
- you agree to the use of technically necessary cookies only or if you also agree to the use of optional
- cookies.</p>
- <p>In addition, you will be able to adjust your browser settings regarding the use of cookies. Most browsers
- are set to accept all cookies by default. However, you have the option of setting your browser such that
- cookies are displayed before being stored, only certain cookies are accepted or rejected, or cookies are
- rejected in general.</p>
- <p>Please note that changes to settings only ever affect that particular browser. If you use different
- browsers or change device, you will have to adjust the settings again. In addition, you can delete
- cookies from your storage medium at any time. Please refer to the Help section of your web browser for
- additional information regarding cookie settings, changing the settings, and deleting cookies.</p>
- <hr>
- <h3>2. What types of cookies are there?</h3><h4 class="myh4">a. First-party cookies</h4>
- <p>These are placed by the website itself (same domain as in the browser address bar) and can only be read
- by that particular website. These cookies are usually used to store information (for example, your
- settings) that will be used on your next visit to the website.</p><h4>b. Third-party cookies</h4>
- <p>Third-party cookies originate from parties different than the website operator. They can be used to
- collect information for advertising, user-defined content and web statistics, for example.</p><h4>c.
- Technically necessary cookies</h4>
- <p>Technically necessary cookies are often required, or at least useful, for basic functions of the website
- such as selecting the preferred language, adjusting page settings, or to save the content of your
- shopping cart.</p><h4>d. Optional cookies (technically not necessary cookies)</h4>
- <p>Optional cookies go beyond the functional scope of technically necessary cookies and are used for
- collecting information for advertising purposes, user-defined content, and web statistics.</p>
- <hr>
- <h3>3. Cookies used</h3>
- <p>The following cookies are used on this website:</p>
- <h3>Cookie List</h3>
- <p>A cookie is a small piece of data (text file) that a website – when visited by a user – asks your browser
- to store on your device in order to remember information about you, such as your language preference or
- login information. Those cookies are set by us and called first-party cookies. We also use third-party
- cookies – which are cookies from a domain different than the domain of the website you are visiting –
- for our advertising and marketing efforts. More specifically, we use cookies and other tracking
- technologies for the following purposes:</p></div>
- </div>
- </div>
- <#include "./footer.ftl" parse=true encoding="utf-8">
- <script defer="defer" src="./runtime/index.js"></script>
- <script defer="defer" src="./vendor/index.js"></script>
- <script defer="defer" src="./common/index.js"></script>
- <script defer="defer" src="./cookies/index.js"></script>
- </body>
- </html>
|