PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.6.4
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.6.4
4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.5 3.6.6 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.2.0 4.2.1 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.7.1 4.3.8 4.3.9 4.3.9.1 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.7.0
cookiebot / src / view / admin / uc_frame / dashboard-page.php
cookiebot / src / view / admin / uc_frame Last commit date
prior-consent 6 months ago settings 4 months ago dashboard-page.php 6 months ago network-settings-page.php 10 months ago settings-page.php 1 year ago support-page.php 1 year ago
dashboard-page.php
125 lines
1 <?php
2
3 use cybot\cookiebot\settings\templates\Header;
4 use cybot\cookiebot\settings\templates\Main_Tabs;
5
6 use cybot\cookiebot\settings\pages\Settings_Page;
7
8 /**
9 * @var string $cbid
10 * @var string $cb_wp
11 * @var string $europe_icon
12 * @var string $usa_icon
13 * @var string $check_icon
14 * @var string $link_icon
15 */
16
17 $header = new Header();
18 $main_tabs = new Main_Tabs();
19
20 $header->display();
21 ?>
22 <div class="cb-body">
23 <div class="cb-wrapper">
24 <?php $main_tabs->display( 'dashboard' ); ?>
25 <div class="cb-main__content <?php echo $cbid ? 'sync-account' : ''; ?>">
26 <div class="cb-main__dashboard__card--container">
27 <div class="cb-main__dashboard__card">
28 <div class="cb-main__card__inner <?php echo $cbid ? 'start_card' : 'account_card'; ?>">
29 <h2 class="cb-main__card__title">
30 <?php echo esc_html__( 'Welcome to Cookiebot by Usercentrics WordPress Plugin', 'cookiebot' ); ?>
31 </h2>
32 <div class="cb-main__card__success">
33 <div class="cb-btn cb-success-btn">
34 <img src="<?php echo esc_html( $check_icon ); ?>" alt="Check">
35 <?php echo esc_html__( 'Account added', 'cookiebot' ); ?>
36 </div>
37 <p class="cb-main__success__text">
38 <?php echo esc_html__( 'You’ve added your settings ID to your Cookiebot by Usercentrics WordPress Plugin.', 'cookiebot' ); ?>
39 </p>
40 </div>
41 </div>
42 </div>
43
44 <?php if ( $cbid ) : ?>
45 <div class="cb-main__dashboard__card">
46 <div class="cb-main__card__inner <?php echo $cbid ? 'start_card' : 'new_card'; ?>">
47 <h3 class="cb-main__card__subtitle">
48 <?php echo esc_html__( 'Your opinion matters', 'cookiebot' ); ?>
49 </h3>
50 <p class="cb-main__review__text">
51 <?php echo esc_html__( 'Are you happy with Cookiebot by Usercentrics WordPress Plugin? Your feedback helps us improve it.', 'cookiebot' ); ?>
52 </p>
53 <a href="https://form.typeform.com/to/n6ZlunZP" target="_blank"
54 class="cb-btn cb-link-btn" rel="noopener">
55 <?php echo esc_html__( 'Share feedback', 'cookiebot' ); ?>
56 </a>
57 </div>
58 </div>
59
60 <div class="cb-main__dashboard__card">
61 <div class="cb-main__card__inner start_card">
62 <div class="cb-main__card--content">
63 <h3 class="cb-main__card__subtitle">
64 <?php echo esc_html__( 'How to set up Cookiebot by Usercentrics WordPress Plugin', 'cookiebot' ); ?>
65 </h3>
66 <a href="https://support.cookiebot.com/hc/en-us/articles/4408356523282-Getting-started"
67 target="_blank" class="cb-btn cb-link-btn" rel="noopener">
68 <?php echo esc_html__( 'Learn more', 'cookiebot' ); ?>
69 </a>
70 </div>
71 </div>
72 </div>
73 <?php endif; ?>
74 </div>
75
76 <div class="cb-main__dashboard__card--container">
77 <div class="cb-main__dashboard__card">
78 </div>
79 <div class="cb-main__dashboard__card">
80 <div class="cb-main__card__inner legislations_card">
81 <div class="cb-main__legislation__item">
82 <div class="cb-main__legislation____icon">
83 <img src="<?php echo esc_html( $europe_icon ); ?>" alt="GDPR">
84 </div>
85 <div class="cb-main__legislation__name">
86 <?php echo esc_html__( 'GDPR', 'cookiebot' ); ?>
87 </div>
88 <div class="cb-main__legislation__region">
89 <?php echo esc_html__( 'Europe', 'cookiebot' ); ?>
90 </div>
91 <a href="https://support.cookiebot.com/hc/en-us/articles/4416376763922-Using-Cookiebot-for-GDPR-compliance" target="_blank"
92 class="cb-btn cb-link-btn external-icon legislation-link" rel="noopener">
93 <span><?php echo esc_html__( 'Learn More', 'cookiebot' ); ?></span>
94 <img src="<?php echo esc_html( $link_icon ); ?>"
95 alt="<?php echo esc_html__( 'Learn More', 'cookiebot' ); ?>">
96 </a>
97 </div>
98 <div class="cb-main__legislation__item">
99 <div class="cb-main__legislation____icon">
100 <img src="<?php echo esc_html( $usa_icon ); ?>" alt="CCPA">
101 </div>
102 <div class="cb-main__legislation__name">
103 <?php echo esc_html__( 'CCPA', 'cookiebot' ); ?>
104 </div>
105 <div class="cb-main__legislation__region">
106 <?php echo esc_html__( 'North America', 'cookiebot' ); ?>
107 </div>
108 <a href="https://support.cookiebot.com/hc/en-us/articles/360010952259-Using-Cookiebot-CMP-for-CCPA-CPRA-compliance" target="_blank"
109 class="cb-btn cb-link-btn external-icon legislation-link" rel="noopener">
110 <span><?php echo esc_html__( 'Learn More', 'cookiebot' ); ?></span>
111 <img src="<?php echo esc_html( $link_icon ); ?>"
112 alt="<?php echo esc_html__( 'Learn More', 'cookiebot' ); ?>">
113 </a>
114 </div>
115 <a href="https://support.cookiebot.com/hc/en-us/categories/360000349934-Regulations" target="_blank"
116 class="cb-btn cb-link-btn cb-right-btn" rel="noopener">
117 <?php echo esc_html__( 'See other legislations', 'cookiebot' ); ?>
118 </a>
119 </div>
120 </div>
121 </div>
122 </div>
123 </div>
124 </div>
125