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,2 @@
<span class="info dash-tooltip" data-tooltip-position="top" data-tooltip="<#= model.get('description') #>">i</span>
<div class="tpm-img-container" style="background-image: url('<#= model.get('logo_url') #>');"></div>

View File

@@ -0,0 +1,31 @@
<h1><?php echo __( 'Which products would you like to install and license on this site?', Thrive_Product_Manager::T ) ?></h1>
<h2 class="products-h2"><?php echo __( 'Plugins', Thrive_Product_Manager::T ) ?></h2>
<div class="tpm-items-controls">
<a href="<?php echo thrive_product_manager()->get_clear_cache_url() ?>"><?php echo __( 'Refresh list', Thrive_Product_Manager::T ) ?></a>
<label for="tpm-plugins-deselect-all">
<?php echo __( 'Deselect all', Thrive_Product_Manager::T ) ?>
<input type="checkbox" id="tpm-plugins-deselect-all" data-fn="deselect_all" data-args="plugins">
<span class="checkmark"></span>
</label>
<label for="tpm-plugins-select-all">
<?php echo __( 'Select all', Thrive_Product_Manager::T ) ?>
<input type="checkbox" id="tpm-plugins-select-all" data-fn="select_all" data-args="plugins">
<span class="checkmark"></span>
</label>
</div>
<div id="tpm-plugins-list"></div>
<div id="tpm-skins-wrapper">
<h2 class="products-h2"><?php echo __( 'Thrive Theme Builder', Thrive_Product_Manager::T ) ?></h2>
<div class="tpm-items-controls">
<a href="<?php echo thrive_product_manager()->get_clear_cache_url() ?>"><?php echo __( 'Refresh list', Thrive_Product_Manager::T ) ?></a>
</div>
<div id="tpm-skins-list"></div>
</div>

View File

@@ -0,0 +1 @@
<h1><?php echo __( 'Processing your products', Thrive_Product_Manager::T ) ?>&hellip;</h1>

View File

@@ -0,0 +1,3 @@
<span class="info dash-tooltip" data-tooltip-position="top" data-tooltip="<#= model.get('description') #>">i</span>
<div class="tpm-img-container" style="background-image: url('<#= model.get('logo_url') #>');"></div>
<p class="ttb-skin-title"><#= model.get( 'name' ) #></p>

View File

@@ -0,0 +1,5 @@
<div class="bottom-bar">
<div>
<span class="activated"><?php echo __( 'Active', Thrive_Product_Manager::T ) ?></span>
</div>
</div>

View File

@@ -0,0 +1,8 @@
<div class="bottom-bar">
<div>
<span><?php echo __( 'Product not purchased', Thrive_Product_Manager::T ) ?></span>
<div class="container-on-hover">
<a href="http://thrivethemes.com/suite"><?php echo __( 'Upgrade to access', Thrive_Product_Manager::T ) ?></a>
</div>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<div class="bottom-bar">
<div>
<span class="installed"><?php echo __( 'Ready to use', Thrive_Product_Manager::T ) ?></span>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<div class="bottom-bar">
<div>
<span class="installed"><?php echo __( 'Ready to use', Thrive_Product_Manager::T ) ?></span>
</div>
</div>

View File

@@ -0,0 +1,10 @@
<div class="bottom-bar">
<div>
<label>
<?php echo __( 'Activate', Thrive_Product_Manager::T ) ?>
<span><#= model.productOrTheme() #></span>
<input type="checkbox" data-type="<#= model.get('type') #>">
<span class="checkmark"></span>
</label>
</div>
</div>

View File

@@ -0,0 +1,10 @@
<div class="bottom-bar">
<div>
<label>
<?php echo __( 'Install ', Thrive_Product_Manager::T ) ?>
<span><#= model.productOrTheme() #></span>
<input type="checkbox" data-type="<#= model.get('type') #>">
<span class="checkmark"></span>
</label>
</div>
</div>

View File

@@ -0,0 +1,9 @@
<div class="bottom-bar">
<div>
<label>
<?php echo __( 'License product', Thrive_Product_Manager::T ) ?>
<input type="checkbox" data-type="<#= model.get('type') #>">
<span class="checkmark"></span>
</label>
</div>
</div>