中泽后端接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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