|
6 | 6 |
|
7 | 7 | <section class="codeweek-content-wrapper cookies" style="margin-top: 0;"> |
8 | 8 |
|
9 | | - <h1 style="margin-bottom:10px;">@lang('cookie_policy.title')</h1> |
10 | | - |
11 | | - <h3><strong>@lang('cookie_policy.what.title')</strong></h3> |
12 | | - |
13 | | - @lang('cookie_policy.what.text') |
14 | | - |
15 | | - <div> |
16 | | - <ul> |
17 | | - <li>@lang('cookie_policy.what.first_party')</li> |
18 | | - <li>@lang('cookie_policy.what.persistent_cookies')</li> |
19 | | - </ul> |
20 | | - </div> |
21 | | - |
22 | | - @lang('cookie_policy.what.items') |
23 | | - |
24 | | - <h3><strong>@lang('cookie_policy.how.title')</strong></h3> |
25 | | - |
26 | | - @lang('cookie_policy.how.text1') |
27 | | - @lang('cookie_policy.how.text2') |
28 | | - |
29 | | - <div>@lang('cookie_policy.how.3types.title') |
30 | | - <ul> |
31 | | - <li>@lang('cookie_policy.how.3types.1')</li> |
32 | | - <li>@lang('cookie_policy.how.3types.2')</li> |
33 | | - <li>@lang('cookie_policy.how.3types.3')</li> |
34 | | - </ul> |
35 | | - </div> |
36 | | - |
37 | | - <h4>@lang('cookie_policy.how.visitor_preferences.title')</h4> |
38 | | - @lang('cookie_policy.how.visitor_preferences.text') |
39 | | - <ul> |
40 | | - <li>@lang('cookie_policy.how.visitor_preferences.item')</li> |
41 | | - </ul> |
42 | | - |
43 | | - <table class="codeweek-table"> |
44 | | - <thead> |
45 | | - <tr> |
46 | | - <th>@lang('cookie_policy.how.table.name')</th> |
47 | | - <th>@lang('cookie_policy.how.table.service')</th> |
48 | | - <th>@lang('cookie_policy.how.table.purpose')</th> |
49 | | - <th>@lang('cookie_policy.how.table.type_duration')</th> |
50 | | - </tr> |
51 | | - </thead> |
52 | | - <tbody> |
53 | | - |
54 | | - <tr> |
55 | | - <td>codeweek_cookie_consent</td> |
56 | | - <td>@lang('cookie_policy.how.visitor_preferences.table.1.service')</td> |
57 | | - <td>@lang('cookie_policy.how.visitor_preferences.table.1.purpose')</td> |
58 | | - <td>@lang('cookie_policy.how.visitor_preferences.table.1.type_duration')</td> |
59 | | - </tr> |
60 | | - |
61 | | - </tbody> |
62 | | - </table> |
63 | | - <br/> |
64 | | - |
65 | | - <h4>@lang('cookie_policy.how.operational_cookies.title')</h4> |
66 | | - @lang('cookie_policy.how.operational_cookies.text') |
67 | | - <ul> |
68 | | - <li>@lang('cookie_policy.how.operational_cookies.item')</li> |
69 | | - </ul> |
70 | | - <br/> |
71 | | - |
72 | | - <h4>@lang('cookie_policy.how.technical_cookies.title')</h4> |
73 | | - |
74 | | - <table class="codeweek-table"> |
75 | | - <thead> |
76 | | - <tr> |
77 | | - <th>@lang('cookie_policy.how.table.name')</th> |
78 | | - <th>@lang('cookie_policy.how.table.service')</th> |
79 | | - <th>@lang('cookie_policy.how.table.purpose')</th> |
80 | | - <th>@lang('cookie_policy.how.table.type_duration')</th> |
81 | | - </tr> |
82 | | - </thead> |
83 | | - <tbody> |
84 | | - |
85 | | - <tr> |
86 | | - <td>codeweek_session</td> |
87 | | - <td>PHP</td> |
88 | | - <td>@lang('cookie_policy.how.technical_cookies.table.1.purpose')</td> |
89 | | - <td>@lang('cookie_policy.how.technical_cookies.table.1.type_duration')</td> |
90 | | - </tr> |
91 | | - |
92 | | - <tr> |
93 | | - <td>remember_web</td> |
94 | | - <td>PHP</td> |
95 | | - <td>@lang('cookie_policy.how.technical_cookies.table.2.purpose')</td> |
96 | | - <td>@lang('cookie_policy.how.technical_cookies.table.2.type_duration')</td> |
97 | | - </tr> |
98 | | - |
99 | | - <tr> |
100 | | - <td>lang</td> |
101 | | - <td>PHP</td> |
102 | | - <td>@lang('cookie_policy.how.technical_cookies.table.3.purpose')</td> |
103 | | - <td>@lang('cookie_policy.how.technical_cookies.table.3.type_duration')</td> |
104 | | - </tr> |
105 | | - |
106 | | - </tbody> |
107 | | - </table> |
108 | | - |
109 | | - <br/> |
110 | | - <h4>@lang('cookie_policy.how.analytics_cookies.title')</h4> |
111 | | - |
112 | | - @lang('cookie_policy.how.analytics_cookies.items') |
113 | | - |
114 | | - <table class="codeweek-table"> |
115 | | - <thead> |
116 | | - <tr> |
117 | | - <th>@lang('cookie_policy.how.table.name')</th> |
118 | | - <th>@lang('cookie_policy.how.table.service')</th> |
119 | | - <th>@lang('cookie_policy.how.table.purpose')</th> |
120 | | - <th>@lang('cookie_policy.how.table.type_duration')</th> |
121 | | - </tr> |
122 | | - </thead> |
123 | | - <tbody> |
124 | | - |
125 | | - <tr> |
126 | | - <td>_pk_id#</td> |
127 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.1.service')</td> |
128 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.1.purpose')</td> |
129 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.1.type_duration')</td> |
130 | | - </tr> |
131 | | - |
132 | | - <tr> |
133 | | - <td>_pk_ses#</td> |
134 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.2.service')</td> |
135 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.2.purpose')</td> |
136 | | - <td>@lang('cookie_policy.how.analytics_cookies.table.2.type_duration')</td> |
137 | | - </tr> |
138 | | - |
139 | | - </tbody> |
140 | | - </table> |
141 | | - |
142 | | - <br/> |
143 | | - <h3><strong>@lang('cookie_policy.third-party.title')</strong></h3> |
144 | | - |
145 | | - <div> |
146 | | - @lang('cookie_policy.third-party.items.1') |
147 | | - <ul> |
148 | | - <li><a href="https://www.facebook.com/legal/terms">Facebook</a></li> |
149 | | - <li><a href="https://twitter.com/en/tos?wcmmode=disabled#intlTerms">Twitter</a></li> |
150 | | - <li><a href="https://www.youtube.com/t/terms">YouTube</a></li> |
151 | | - </ul> |
152 | | - @lang('cookie_policy.third-party.items.2') |
153 | | - </div> |
154 | | - <br/> |
155 | | - |
156 | | - <h3><strong>@lang('cookie_policy.how-manage.title')</strong></h3> |
157 | | - @lang('cookie_policy.how-manage.items') |
158 | | - |
| 9 | + <!-- Cookie Declaration Script --> |
| 10 | + <script id="CookieDeclaration" |
| 11 | + src="https://consent.cookiebot.com/719385d2-f5d2-4806-8352-72e5ebe53996/cd.js" |
| 12 | + type="text/javascript" |
| 13 | + async> |
| 14 | + </script> |
159 | 15 |
|
160 | 16 | </section> |
161 | 17 |
|
|
0 commit comments