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,19 @@
<div class="tvd-card tvd-red tvu-small-card">
<div class="tvd-card-content tvd-center-align">
<h4 class="tvd-margin-top"><?php echo __( 'Are you sure you want to disable Lockdown?', 'thrive-ult' ); ?></h4>
</div>
<div class="tvd-card-action">
<div class="tvd-row">
<div class="tvd-col tvd-s12 tvd-m6">
<a class="tvd-btn-flat tvd-btn-flat-secondary tvd-btn-flat-light tvd-left tvu-delete-yes">
<?php echo __( 'Yes, disable it', 'thrive-ult' ) ?>
</a>
</div>
<div class="tvd-col tvd-s12 tvd-m6">
<a class="tvd-btn-flat tvd-btn-flat-primary tvd-btn-flat-light tvd-right tvu-delete-no">
<?php echo __( 'No, keep it', 'thrive-ult' ) ?>
</a>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,7 @@
<div class="tvd-input-field mr-20">
<input id="tvu-email-link<#= key || key == 0 ? key : 0 #>" readonly="readonly" class="tvd-no-focus tvu-email-link tvu-lockdown-input mb-0 p-5" type="text"
value="<#= model.get('link') ? model.get('link') : '' #>">
</div>
<a class="tve-copy-to-clipboard tvu-url-to-copy tvd-waves-effect tvd-waves-light tvd-btn tvd-btn-blue" href="javascript:void(0)">
<span class="tvd-copy-text"><?php echo __( 'Copy', 'thrive-ult' ) ?></span>
</a>

View File

@@ -0,0 +1,57 @@
<div class="tvd-card tvd-white tvu-small-card <#= !item.get('type') || !item.has_valid_lockdown_trigger() ? 'tvd-gray' : '' #>">
<div class="tvd-card-content">
<div class="tvd-row tvd-no-margin tvd-valign-wrapper">
<div class="tvd-col tvd-s12 tvd-m3 tvd-hide-on-meds-and-down tvd-l2 tvd-center-align tvd-valign">
<# if(!item.get('lockdown')) { #>
<i class="tvu-icon-unlock tvu-gray-text tvu-large-icon"></i>
<# } else { #>
<i class="tvu-icon-lock tvu-gray-text tvu-large-icon"></i>
<# } #>
</div>
<div class="tvd-col tvd-s12 tvd-m9 tvd-ms12 tvd-l10 tvd-valign">
<h3 class="tvd-truncate">
<#= !item.get('lockdown') ? '<?php echo __( 'Open Campaign', 'thrive-ult' ) ?>' : '<?php echo __( 'Lockdown Campaign', 'thrive-ult' ) ?>' #>
</h3>
<p class="tvu-lockdown-summary tvu-campaign-card-summary">
<# if ( ! item.get( 'type' ) ) { #>
<?php $link = '<a href="javascript:void(0)" class="tvu-edit-campaign">' . __( 'Campaign Type', 'thrive-ult' ) . '</a>' ?>
<?php echo sprintf( __( 'Lockdown feature will become available after you setup the %s', 'thrive-ult' ), $link ) ?>
<# } else { #>
<#= !item.get('lockdown') ? '<?php echo __( 'Select the lockdown options for the campaign', 'thrive-ult' ) ?>' : '<?php echo __( 'Activated for ', 'thrive-ult' ) ?>' + ThriveUlt.util.get_type_title( item.get('type') ) #>
<# } #>
</p>
</div>
</div>
</div>
<div class="tvd-card-action">
<div class="tvd-row tvd-no-margin tvd-valign-wrapper">
<div class="tvd-col tvd-m1 tvd-l2 tvd-hide-on-meds-and-down tvd-center-align tvd-valign">
<p>&nbsp;</p>
</div>
<div class="tvd-col tvd-s12 tvd-m11 tvd-l10 tvd-ms12 tvd-valign tvd-relative">
<hr class="tvu-lightgray-line">
<div class="tvd-row tvd-collapse tvd-no-mb">
<div class="tvd-col <#= !item.get('lockdown') ? 'tvd-m10 tvd-l10 ' : 'tvd-m6 tvd-l6 ' #>">
<a class="tvd-btn-flat tvu-btn-flat <#= !item.get('type') || !item.has_valid_lockdown_trigger() ? 'tvd-tooltipped tvd-disabled tvu-disabled' : 'tvu-btn-flat-blue tvu-lockdown' #>"
href="javascript:void(0)"
data-tooltip="<?php echo __( "The lockdown feature requires the campaign trigger to be either 'Thrive Leads conversion', 'Visit to Promotion Page' or '3rd party event'", 'thrive-ult' ) ?>">
<#= !item.get('lockdown') ? '<?php echo __( 'Activate Lockdown', 'thrive-ult' ) ?>' : '<?php echo __( 'Edit', 'thrive-ult' ) ?>' #>
</a>
<# if ( item.get_settings_step() === 'lockdown' ) { #>
<div class="tvd-tooltip-visible tvd-fixed-bottom tvd-normalize">
<span><?php echo __( 'Next step: select campaign pages', 'thrive-ult' ) ?></span>
</div>
<# } #>
</div>
<div class="tvd-col tvd-m6 tvd-l6">
<# if(item.get('lockdown')) { #>
<a class="tvd-btn-flat tvu-btn-flat tvu-btn-flat-red tvu-disable-lockdown tvd-right" href="javascript:void(0)">
<?php echo __( 'Disable', 'thrive-ult' ) ?>
</a>
<# } #>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,8 @@
<input id="tvu-promotion-url<#= key ? key : 0 #>" class="tvd-no-focus tvu-promotion-url" type="text" value="<#= model.get('value') ? model.get('value') : '' #>"
<#= key && key > 0 ? '' : 'data-field="promotion"' #>
data-allow-regex="^http(s)?:\/\/">
<label class=" <#= model.get('value') ? 'tvd-active' : '' #>" for="tvu-promotion-url<#= key ? key : 0 #>"><?php echo __( 'Enter search term to select page', 'thrive-ult' ) ?></label>
<# if ( key && key > 0) { #>
<div class="tvu-close-input tvd-right"><a href="javascript:void(0)" class="tve-ult-remove-button tvd-icon-trash-o"></a></div>
<# } #>