PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 4.6.0
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v4.6.0
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 / common / network-settings-page.php
cookiebot / src / view / admin / common Last commit date
prior-consent 1 year ago templates 9 months ago dashboard-cookiebot.php 9 months ago dashboard-page-old.php 1 year ago dashboard-page-session-expired.php 10 months ago dashboard-page-static.php 10 months ago dashboard-page.php 10 months ago dashboard-trial-expired.php 10 months ago network-settings-page.php 10 months ago settings-page.php 1 year ago support-page.php 9 months ago
network-settings-page.php
122 lines
1 <?php
2
3 use cybot\cookiebot\settings\templates\Header;
4 use cybot\cookiebot\settings\templates\Main_Tabs;
5
6 /**
7 * @var string $logo
8 * @var string $cookiebot_gdpr_url
9 * @var string $cbm
10 * @var string $ruleset_id
11 */
12
13 $header = new Header();
14 $main_tabs = new Main_Tabs();
15
16 $header->display();
17 ?>
18 <div class="cb-body">
19 <div class="cb-wrapper">
20 <?php $main_tabs->display( 'settings' ); ?>
21 <div class="cb-main__content">
22 <form method="post" action="edit.php?action=cookiebot_network_settings">
23 <?php wp_nonce_field( 'cookiebot-network-settings' ); ?>
24 <div class="cb-settings__header">
25 <h1 class="cb-main__page_title"><?php esc_html_e( 'Network Settings', 'cookiebot' ); ?></h1>
26 </div>
27
28 <div class="cb-settings__tabs">
29 </div>
30
31 <div class="cb-settings__tabs__content">
32 <div class="cb-settings__tabs__content--item active-item">
33 <div class="cb-settings__config__item">
34 <div class="cb-settings__config__content">
35 <h3 class="cb-settings__config__subtitle">
36 <?php esc_html_e( 'Connect your account', 'cookiebot' ); ?>
37 </h3>
38 <p class="cb-general__info__text">
39 <?php esc_html_e( 'Enter the ID of your account to quickly connect it with the plugin.', 'cookiebot' ); ?>
40 </p>
41 <p class="cb-general__info__text">
42 <?php esc_html_e( 'If added this will be the default account for all subsites. Subsites are able to override this and use their own account.', 'cookiebot' ); ?>
43 </p>
44 <div class="cb-general__info__text">
45 <a href="https://support.usercentrics.com/hc/en-us/articles/18097606499100-What-is-a-Settings-ID-and-where-can-I-find-it"
46 target="_blank" class="cb-btn cb-link-btn" rel="noopener">
47 <?php esc_html_e( 'How to find your Usercentrics Settings ID', 'cookiebot' ); ?>
48 </a>
49 </div>
50 <div class="cb-general__info__text">
51 <a href="https://support.cookiebot.com/hc/en-us/articles/4405643234194-Your-CBID-or-Domain-group-ID-and-where-to-find-it"
52 target="_blank" class="cb-btn cb-link-btn" rel="noopener">
53 <?php esc_html_e( 'How to find your Cookiebot CMP Domain Group ID', 'cookiebot' ); ?>
54 </a>
55 </div>
56 </div>
57 <div class="cb-settings__config__data">
58 <div class="cb-settings__config__data__inner">
59 <h3 class="cb-settings__data__subtitle">
60 <?php esc_html_e( 'Settings ID or Domain Group ID', 'cookiebot' ); ?>
61 </h3>
62 <div class="cookiebot-cbid-container">
63 <div class="cookiebot-cbid-input">
64 <input placeholder="XxxXXXxx"
65 type="text" id="cookiebot-cbid" class="initial-cbid-setup"
66 name="cookiebot-cbid"
67 value="<?php echo esc_attr( get_site_option( 'cookiebot-cbid', '' ) ); ?>"/>
68 <div class="cookiebot-cbid-check <?php echo get_site_option( 'cookiebot-cbid' ) ? 'check-pass' : ''; ?>"></div>
69 </div>
70 <?php submit_button( esc_html__( 'Connect account', 'cookiebot' ), 'disabled' ); ?>
71 </div>
72 </div>
73 </div>
74 </div>
75 <div id="cookiebot-ruleset-id-selector" class="cb-settings__config__item hidden">
76 <div class="cb-settings__config__content">
77 <p class="cb-general__info__text">
78 <?php esc_html_e( 'Let us know if your account is set for compliance with a single privacy law (e.g. GDPR) or multiple laws (e.g. GDPR and CCPA) based on user’s location. The default is a single privacy law, so this is likely your setting unless modified.', 'cookiebot' ); ?>
79 </p>
80 </div>
81 <div class="cb-settings__config__data">
82 <div class="cb-settings__config__data__inner">
83 <h3 class="cb-settings__data__subtitle">
84 <?php esc_html_e( 'Your current account setup:', 'cookiebot' ); ?>
85 </h3>
86 <label class="recommended-item">
87 <input <?php checked( 'settings', $ruleset_id ); ?>
88 type="radio"
89 name="cookiebot-ruleset-id"
90 value="settings"/>
91 <?php esc_html_e( 'Compliance with one privacy law', 'cookiebot' ); ?>
92 </label>
93 <label>
94 <input <?php checked( 'ruleset', $ruleset_id ); ?>
95 type="radio"
96 name="cookiebot-ruleset-id"
97 value="ruleset"/>
98 <?php esc_html_e( 'Compliance with multiple privacy laws (geolocation)', 'cookiebot' ); ?>
99 </label>
100 </div>
101 </div>
102 </div>
103
104 <div>
105 <input type="hidden" name="cookiebot-cookie-blocking-mode"
106 value="manual">
107 <input type="hidden" name="cookiebot-script-tag-uc-attribute"
108 value="<?php echo esc_attr( get_site_option( 'cookiebot-script-tag-uc-attribute', 'custom' ) ); ?>">
109 <input type="hidden" name="cookiebot-script-tag-cd-attribute"
110 value="<?php echo esc_attr( get_site_option( 'cookiebot-script-tag-cd-attribute', 'custom' ) ); ?>">
111 <input type="hidden" name="cookiebot-autoupdate"
112 value="<?php echo esc_attr( get_site_option( 'cookiebot-autoupdate' ) ); ?>">
113 <input type="hidden" name="cookiebot-nooutput"
114 value="<?php echo esc_attr( get_site_option( 'cookiebot-nooutput' ) ); ?>">
115 </div>
116 </div>
117 </div>
118 </form>
119 </div>
120 </div>
121 </div>
122