Server IP : 192.185.129.71 / Your IP : 3.129.209.49 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/views/themes/perfex/views/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <h4 class="tw-mt-0 tw-font-semibold tw-text-lg tw-text-neutral-700 section-text"> <?php echo _l('gdpr'); ?> </h4> <div class="mbot20"> <?php echo get_option('gdpr_page_top_information_block'); ?> </div> <div class="row"> <?php if (is_gdpr() && get_option('gdpr_enable_terms_and_conditions') == '1') { ?> <div class="col-md-4"> <div class="gdpr-right"> <h3 class="gdpr-right-heading"><?php echo _l('gdpr_right_to_be_informed'); ?></h3> <a href="<?php echo terms_url(); ?>" class="btn btn-primary"><?php echo _l('terms_and_conditions'); ?></a> </div> </div> <?php } ?> <div class="col-md-4"> <div class="gdpr-right"> <h3 class="gdpr-right-heading"><?php echo _l('gdpr_right_of_access'); ?></h3> <a href="<?php echo site_url('clients/profile'); ?>" class="btn btn-primary"><?php echo _l('edit_my_information'); ?></a> </div> </div> <?php if (is_gdpr() && get_option('gdpr_contact_enable_right_to_be_forgotten') == '1') { ?> <div class="col-md-4"> <div class="gdpr-right"> <h3 class="gdpr-right-heading"><?php echo _l('gdpr_right_to_erasure'); ?></h3> <a href="#" data-toggle="modal" data-target="#dataRemoval" class="btn btn-primary"><?php echo _l('request_data_removal'); ?></a> </div> </div> <?php } ?> <?php if (is_gdpr() && get_option('gdpr_data_portability_contacts') == '1') { ?> <div class="col-md-4"> <div class="gdpr-right"> <h3 class="gdpr-right-heading"><?php echo _l('gdpr_right_to_data_portability'); ?></h3> <a href="<?php echo site_url('clients/export'); ?>" class="btn btn-primary"><?php echo _l('export_my_data'); ?></a> </div> </div> <?php } ?> <?php if (is_gdpr() && get_option('gdpr_enable_consent_for_contacts') == '1') { ?> <div class="col-md-4"> <div class="gdpr-right"> <h3 class="gdpr-right-heading"><?php echo _l('gdpr_consent'); ?></h3> <a href="<?php echo contact_consent_url(get_contact_user_id()); ?>" class="btn btn-primary"><?php echo _l('gdpr_consent'); ?></a> </div> </div> <?php } ?> </div> <?php if (is_gdpr() && get_option('gdpr_contact_enable_right_to_be_forgotten') == '1') { ?> <div class="modal fade" tabindex="-1" role="dialog" id="dataRemoval"> <div class="modal-dialog" role="document"> <?php echo form_open(); ?> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title"><?php echo _l('request_data_removal'); ?></h4> </div> <div class="modal-body"> <div class="form-group"> <?php echo form_hidden('removal_request', true); ?> <label for="removal_description" class="control-label"><?php echo _l('explanation_for_data_removal'); ?></label> <textarea name="removal_description" id="removal_description" class="form-control" rows="4" placeholder="<?php echo _l('briefly_describe_why_remove_data'); ?>"></textarea> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><?php echo _l('close'); ?></button> <button type="submit" class="btn btn-primary _delete"><?php echo _l('confirm'); ?></button> </div> </div> <!-- /.modal-content --> <?php echo form_close(); ?> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <?php } ?>