Initial commit: Atomaste website
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
if (function_exists('cmplz_get_value')) {
|
||||
$high_contrast = cmplz_get_value('high_contrast', false, 'settings') ? 'cmplz-high-contrast' : '';
|
||||
} else {
|
||||
$high_contrast = '';
|
||||
} ?>
|
||||
<div class="cmplz wrap <?php echo $high_contrast ?>" id="complianz">
|
||||
<?php //this header is a placeholder to ensure notices do not end up in the middle of our code ?>
|
||||
<h1 class="cmplz-notice-hook-element"></h1>
|
||||
<div class="cmplz-{page}">
|
||||
<div class="cmplz-header-container">
|
||||
<div class="cmplz-header">
|
||||
<img src="<?php echo trailingslashit(cmplz_tc_url)?>assets/images/cmplz-logo.svg" alt="Complianz - Terms & Conditions">
|
||||
<div class="cmplz-header-right">
|
||||
<a href="https://complianz.io/docs/" class="link-black" target="_blank"><?php _e("Documentation", 'complianz-terms-conditions')?></a>
|
||||
<a href="https://wordpress.org/support/plugin/complianz-terms-conditions/" class="button button-black" target="_blank"><?php echo _e("Support", 'complianz-terms-conditions') ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cmplz-content-area">
|
||||
{content}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/**
|
||||
* To override this template, please visit https://complianz.io/edit-withdrawl-form-template/.
|
||||
* Adding fields; copy/paste a paragraph with the line-break and keep the text domain for translations.
|
||||
* Changing fields: Only change the English wording if needed. For translations, please try WPML or another plugin.
|
||||
*/
|
||||
?>
|
||||
<h1><?php _e("Form for Withdrawal of Service, or Return of Goods", "complianz-terms-conditions")?></h1>
|
||||
<p><?php _e("Please complete and return this form only if you wish to dissolve/revoke the agreement.", "complianz-terms-conditions")?></p>
|
||||
|
||||
<p><?php _e("Date", "complianz-terms-conditions")?></p>
|
||||
<br>
|
||||
______________________
|
||||
|
||||
<p>[address_company]</p>
|
||||
|
||||
<p><?php _e("(*) Delete where not applicable.", "complianz-terms-conditions")?></p>
|
||||
|
||||
<p><?php _e("I / We (*) hereby give notice that I / We (*) withdraw from my / our (*) contract of sale of the following goods / the provision (*) of the following service:", "complianz-terms-conditions")?></p>
|
||||
|
||||
<br>
|
||||
______________________
|
||||
<p><?php _e("Ordered on (*)/Received on (*)", "complianz-terms-conditions")?></p>
|
||||
<br>
|
||||
______________________
|
||||
<p><?php _e("Name", "complianz-terms-conditions")?></p>
|
||||
<br>
|
||||
______________________
|
||||
<p><?php _e("Address", "complianz-terms-conditions")?></p>
|
||||
<br>
|
||||
______________________
|
||||
<p><?php _e("Signature (if this form is submitted on paper)", "complianz-terms-conditions")?></p>
|
||||
<br>
|
||||
______________________
|
||||
@@ -0,0 +1,30 @@
|
||||
<div class="cmplz-section-content">
|
||||
<form class="cmplz-form" action="{page_url}" method="POST">
|
||||
<input type="hidden" value="{step}" name="step">
|
||||
<input type="hidden" value="{section}" name="section">
|
||||
<?php wp_nonce_field( 'complianz_tc_save', 'complianz_tc_nonce' ); ?>
|
||||
|
||||
<div class="cmplz-wizard-title cmplz-section-content-title-header">
|
||||
<h1 class="h4">{title}</h1>
|
||||
{flags}
|
||||
</div>
|
||||
<div class="cmplz-wizard-title cmplz-section-content-notifications-header">
|
||||
<h1 class="h4"><?php _e("Notifications", 'complianz-terms-conditions')?></h1>
|
||||
</div>
|
||||
{learn_notice}
|
||||
{intro}
|
||||
{post_id}
|
||||
{fields}
|
||||
<div class="cmplz-section-footer">
|
||||
{save_as_notice}
|
||||
{save_notice}
|
||||
<div class="cmplz-buttons-container">
|
||||
{previous_button}
|
||||
{save_button}
|
||||
{next_button}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
<div class="cmplz-trick">
|
||||
<a href="https://complianz.io/translating-terms-conditions/" target="_blank">
|
||||
<div class="cmplz-bullet" style=""></div>
|
||||
<div class="cmplz-tips-tricks-content"><?php printf(__("Translating %s", "complianz-terms-conditions"), __("Terms & Conditions", "complianz-terms-conditions"))?></div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="cmplz-trick">
|
||||
<a href="https://complianz.io/styling-terms-conditions/" target="_blank">
|
||||
<div class="cmplz-bullet"></div>
|
||||
<div class="cmplz-tips-tricks-content"><?php printf(__("Styling %s", "complianz-terms-conditions"), __("Terms & Conditions", "complianz-terms-conditions"))?></div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="cmplz-trick">
|
||||
<a href="https://complianz.io/editing-terms-conditions/" target="_blank">
|
||||
<div class="cmplz-bullet" style=""></div>
|
||||
<div class="cmplz-tips-tricks-content"><?php printf(__("Editing %s", "complianz-terms-conditions"), __("Terms & Conditions", "complianz-terms-conditions"))?></div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="cmplz-trick">
|
||||
<a href="https://complianz.io/woocommerce-terms-conditions/" target="_blank">
|
||||
<div class="cmplz-bullet"></div>
|
||||
<div class="cmplz-tips-tricks-content"><?php _e("Adding to WooCommerce", "complianz-terms-conditions")?></div>
|
||||
</a>
|
||||
</div>
|
||||
@@ -0,0 +1,10 @@
|
||||
<div class="cmplz-wizard-menu">
|
||||
<div class="cmplz-wizard-title"><h1 class="h4"><?php _e( "The Wizard", 'complianz-terms-conditions' ) ?></h1></div>
|
||||
<div class="cmplz-wizard-progress-bar">
|
||||
<div class="cmplz-wizard-progress-bar-value" style="width: {percentage-complete}%"></div>
|
||||
</div>
|
||||
{title}
|
||||
<div class="cmplz-wizard-menu-menus">
|
||||
{steps}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?php defined('ABSPATH') or die("you do not have access to this page!"); ?>
|
||||
|
||||
<?php
|
||||
$plugins = array(
|
||||
|
||||
'RSSSL' => array(
|
||||
'constant_free' => 'rsssl_version',
|
||||
'constant_premium' => 'rsssl_pro_version',
|
||||
'website' => 'https://really-simple-ssl.com/pro',
|
||||
'search' => 'really+simple+ssl+certificate+complianz',
|
||||
'url' => 'https://wordpress.org/plugins/really-simple-ssl/',
|
||||
'title' => 'Really Simple SSL - '. __("Lightweight Plugin, Heavyweight Security Features.", 'complianz-terms-conditions'),
|
||||
),
|
||||
|
||||
'COMPLIANZ' => array(
|
||||
'constant_free' => 'cmplz_plugin',
|
||||
'constant_premium' => 'cmplz_premium',
|
||||
'website' => 'https://complianz.io/pricing',
|
||||
'url' => 'https://wordpress.org/plugins/complianz-gdpr/',
|
||||
'search' => 'burst+statistics+complianz',
|
||||
'title' => 'Complianz GDPR/CCPA - '. __("The Privacy Suite for WordPress", 'complianz-terms-conditions'),
|
||||
),
|
||||
'BURST' => array(
|
||||
'constant_free' => 'burst_free',
|
||||
'constant_premium' => 'burst_pro',
|
||||
'website' => 'https://burst-statistics.com/pricing',
|
||||
'search' => 'burst+statistics+complianz',
|
||||
'url' => 'https://wordpress.org/plugins/burst-statistics/',
|
||||
'title' => 'Burst Statistics - '. __("Self-hosted and privacy-friendly analytics tool.", 'complianz-terms-conditions'),
|
||||
),
|
||||
);
|
||||
?>
|
||||
<div class="cmplz-other-plugins-container">
|
||||
<div class="cmplz-grid-header">
|
||||
<h2 class="cmplz-grid-title h4"> <div class="cmplz-other-plugin-title"><?php _e("Our Plugins", "complianz-terms-conditions")?></div></h2>
|
||||
<div class="cmplz-grid-controls">
|
||||
<div class="rsp-logo">
|
||||
<a href="https://really-simple-plugins.com/">
|
||||
<img src="<?php echo cmplz_tc_url?>/assets/images/really-simple-plugins.svg" alt="Really Simple Plugins">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php foreach ($plugins as $id => $plugin) {
|
||||
$prefix = strtolower($id);
|
||||
?>
|
||||
<div class="cmplz-other-plugins-element cmplz-<?php echo $prefix?>">
|
||||
<a href="<?php echo esc_url_raw($plugin['url'])?>" target="_blank" title="<?php echo esc_html($plugin['title'])?>">
|
||||
<div class="cmplz-bullet"></div>
|
||||
<div class="cmplz-other-plugins-content"><?php echo esc_html($plugin['title'])?></div>
|
||||
</a>
|
||||
<div class="cmplz-other-plugin-status">
|
||||
<?php echo COMPLIANZ_TC::$admin->get_status_link($plugin)?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
@@ -0,0 +1,6 @@
|
||||
<div class="cmplz-section {active} {completed}">
|
||||
{icon}
|
||||
<a href="{url}">
|
||||
<h3>{title}</h3>
|
||||
</a>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="cmplz-step">
|
||||
<div class="cmplz-step-header {active} {completed}"><a href="{url}"><h2>{title}</h2></a></div>
|
||||
{sections}
|
||||
</div>
|
||||
Reference in New Issue
Block a user