Initial commit: Atomaste website
This commit is contained in:
@@ -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