Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
/**
* Created by PhpStorm.
* User: Ovidiu
* Date: 7/2/2018
* Time: 3:02 PM
*/
?>
<div class="row pt-5">
<div class="col-xs-12">
<label for="price-instance-label"><?php echo __( 'Instance Name', 'thrive-cb' ); ?></label>
</div>
<div class="col-xs-12">
<input type="text" id="price-instance-label" class="change input" data-fn="change_setting" data-fn-input="input_setting" data-setting="label"/>
</div>
<div class="row mt-10 ml-5 instance-default-setting-container">
<div class="col-xs-12">
<label class="tcb-checkbox"><input type="checkbox" class="change" data-fn="change_setting" data-setting="is_default"/><span><?php echo __( 'Make this the default instance', 'thrive-cb' ) ?></span></label>
</div>
</div>
</div>

View File

@@ -0,0 +1,16 @@
<?php
/**
* Created by PhpStorm.
* User: User
* Date: 5/23/2018
* Time: 2:25 PM
*/
?>
<div class="row">
<div class="col col-xs-12">
<label for="tcb-price-box-label"><?php echo __( 'Price Box Name', 'thrive-cb' ) ?></label>
</div>
<div class="col col-xs-12">
<input type="text" id="tcb-price-box-label" class="change" data-fn="change_settings" data-setting="label"/>
</div>
</div>

View File

@@ -0,0 +1,33 @@
<?php
/**
* Created by PhpStorm.
* User: ovidi
* Date: 6/30/2018
* Time: 12:17 PM
*/
?>
<div class="row">
<div class="col-xs-12">
<div class="tve-price-box-default-control"></div>
</div>
</div>
<hr>
<div class="control-grid">
<div class="label"><?php echo __( 'Price Boxes', 'thrive-cb' ); ?></div>
<div class="fill">
<button class="tcb-right tve-button blue click" id="tcb-add-price-box-item" data-fn="add_price_box">
<?php echo __( 'ADD NEW', 'thrive-cb' ) ?>
</button>
</div>
</div>
<hr>
<div class="tve-price-box-preview-list-control"></div>
<div class="hide-mobile">
<hr class="hide-mobile">
<div class="tve-price-box-gutter-width-control"></div>
<hr>
<div class="tve-price-box-wrap-control"></div>
<span class="info-text"><?php echo __( 'If you enable wrapping, the price boxes will not be resizable anymore', 'thrive-cb' ) ?></span>
<div class="tve-price-box-column-width-control"></div>
</div>

View File

@@ -0,0 +1,84 @@
<?php
/**
* This is for not to repeat this loooong code inside the template file
*/
$svg_icon_check = '<svg class="tcb-icon" viewBox="0 0 32 32" data-name="check"><path d="M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z"></path></svg>';
?>
<div class="tcb-flex-col" data-label="">
<div class="tcb-col">
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-pt-cb-wrapper">
<div class="tve-content-box-background tcb-pt-card" data-css="<#= content_box_background_data_css #>"></div>
<div class="tve-cb tcb-pt-card-content" data-css="<#= content_box_data_css #>">
<div class="thrv_wrapper thrv_heading" data-tag="h5">
<h5 class="tcb-pt-card-title"><?php echo __( 'New Item', 'thrive-cb' ) ?></h5>
</div>
<div class="thrv_wrapper thrv_text_element tcb-pt-card-description">
<p>
<em><?php echo __( 'Add its description', 'thrive-cb' ) ?></em>
</p>
</div>
<div class="tcb-pt-wrapper">
<div class="thrv_wrapper thrv_text_element tcb-pt-price tcb-pt-currency">
<p><?php echo __( '$', 'thrive-cb' ) ?></p>
</div>
<div class="thrv_wrapper thrv_text_element tcb-pt-price tcb-pt-value">
<p><?php echo __( '99.99', 'thrive-cb' ) ?></p>
</div>
<div class="thrv_wrapper thrv_text_element tcb-pt-price tcb-pt-period">
<p><?php echo __( '/mo', 'thrive-cb' ) ?></p>
</div>
</div>
<div class="thrv_wrapper thrv-styled_list" data-icon-code="icon-check">
<ul class="tcb-styled-list">
<li class="thrv-styled-list-item">
<div class="tcb-styled-list-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style">
<?php echo $svg_icon_check; ?>
</div>
</div>
<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save"><?php echo __( 'List item', 'thrive-cb' ) ?></span>
</li>
<li class="thrv-styled-list-item">
<div class="tcb-styled-list-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style">
<?php echo $svg_icon_check; ?>
</div>
</div>
<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save"><?php echo __( 'List item', 'thrive-cb' ) ?></span>
</li>
<li class="thrv-styled-list-item">
<div class="tcb-styled-list-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style">
<?php echo $svg_icon_check; ?>
</div>
</div>
<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save"><?php echo __( 'List item', 'thrive-cb' ) ?></span>
</li>
<li class="thrv-styled-list-item">
<div class="tcb-styled-list-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style">
<?php echo $svg_icon_check; ?>
</div>
</div>
<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save"><?php echo __( 'List item', 'thrive-cb' ) ?></span>
</li>
<li class="thrv-styled-list-item">
<div class="tcb-styled-list-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style">
<?php echo $svg_icon_check; ?>
</div>
</div>
<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save"><?php echo __( 'List item', 'thrive-cb' ) ?></span>
</li>
</ul>
</div>
<div class="thrv_wrapper thrv-button tcb-pt-button" data-css="<#= btn_data_css #>">
<a href="#" class="tcb-button-link tcb-pt-button-link">
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text"><?php echo __( 'Button text', 'thrive-cb' ) ?></span></span>
</a>
</div>
</div>
</div>
</div>
</div>