PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / trunk
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode vtrunk
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 4 months ago network-settings-page.php 10 months ago settings-page.php 4 months ago support-page.php 1 year ago
dashboard-page.php
128 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--row">
46 <div class="cb-main__dashboard__card">
47 <div class="cb-main__card__inner bordered_card">
48 <h3 class="cb-main__card__subtitle">
49 <?php echo esc_html__( 'Your opinion matters', 'cookiebot' ); ?>
50 </h3>
51 <p class="cb-main__review__text">
52 <?php echo esc_html__( 'Are you happy with Cookiebot by Usercentrics WordPress Plugin? Your feedback helps us improve it.', 'cookiebot' ); ?>
53 </p>
54 <a href="https://form.typeform.com/to/n6ZlunZP" target="_blank"
55 class="cb-btn cb-link-btn" rel="noopener">
56 <?php echo esc_html__( 'Share feedback', 'cookiebot' ); ?>
57 </a>
58 </div>
59 </div>
60 <div class="cb-main__dashboard__card">
61 <div class="cb-main__card__inner bordered_card">
62 <h3 class="cb-main__card__subtitle">
63 <?php echo esc_html__( 'How to set up Cookiebot by Usercentrics WordPress Plugin', 'cookiebot' ); ?>
64 </h3>
65 <a href="https://support.cookiebot.com/hc/en-us/articles/4408356523282-Getting-started"
66 target="_blank" class="cb-btn cb-link-btn" rel="noopener">
67 <?php echo esc_html__( 'Learn more', 'cookiebot' ); ?>
68 </a>
69 </div>
70 </div>
71 </div>
72 <?php endif; ?>
73 </div>
74
75 <?php if ( $cbid ) : ?>
76 <?php include CYBOT_COOKIEBOT_PLUGIN_DIR . 'src/view/admin/common/templates/ppg-banner.php'; ?>
77 <?php endif; ?>
78
79 <div class="cb-main__dashboard__card--container">
80 <div class="cb-main__dashboard__card">
81 </div>
82 <div class="cb-main__dashboard__card">
83 <div class="cb-main__card__inner legislations_card">
84 <div class="cb-main__legislation__item">
85 <div class="cb-main__legislation____icon">
86 <img src="<?php echo esc_html( $europe_icon ); ?>" alt="GDPR">
87 </div>
88 <div class="cb-main__legislation__name">
89 <?php echo esc_html__( 'GDPR', 'cookiebot' ); ?>
90 </div>
91 <div class="cb-main__legislation__region">
92 <?php echo esc_html__( 'Europe', 'cookiebot' ); ?>
93 </div>
94 <a href="https://support.cookiebot.com/hc/en-us/articles/4416376763922-Using-Cookiebot-for-GDPR-compliance" target="_blank"
95 class="cb-btn cb-link-btn external-icon legislation-link" rel="noopener">
96 <span><?php echo esc_html__( 'Learn More', 'cookiebot' ); ?></span>
97 <img src="<?php echo esc_html( $link_icon ); ?>"
98 alt="<?php echo esc_html__( 'Learn More', 'cookiebot' ); ?>">
99 </a>
100 </div>
101 <div class="cb-main__legislation__item">
102 <div class="cb-main__legislation____icon">
103 <img src="<?php echo esc_html( $usa_icon ); ?>" alt="CCPA">
104 </div>
105 <div class="cb-main__legislation__name">
106 <?php echo esc_html__( 'CCPA', 'cookiebot' ); ?>
107 </div>
108 <div class="cb-main__legislation__region">
109 <?php echo esc_html__( 'North America', 'cookiebot' ); ?>
110 </div>
111 <a href="https://support.cookiebot.com/hc/en-us/articles/360010952259-Using-Cookiebot-CMP-for-CCPA-CPRA-compliance" target="_blank"
112 class="cb-btn cb-link-btn external-icon legislation-link" rel="noopener">
113 <span><?php echo esc_html__( 'Learn More', 'cookiebot' ); ?></span>
114 <img src="<?php echo esc_html( $link_icon ); ?>"
115 alt="<?php echo esc_html__( 'Learn More', 'cookiebot' ); ?>">
116 </a>
117 </div>
118 <a href="https://support.cookiebot.com/hc/en-us/categories/360000349934-Regulations" target="_blank"
119 class="cb-btn cb-link-btn cb-right-btn" rel="noopener">
120 <?php echo esc_html__( 'See other legislations', 'cookiebot' ); ?>
121 </a>
122 </div>
123 </div>
124 </div>
125 </div>
126 </div>
127 </div>
128