| Server IP : 37.27.51.148 / Your IP : 216.73.217.84 Web Server : nginx/1.14.1 System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/thrive-leads/admin/views/template/two-step-lightbox/ |
Upload File : |
<div class="tve-header">
<nav id="tl-nav">
<div class="nav-wrapper">
<div class="tve-logo tve_leads_clearfix tvd-left">
<a href="<?php menu_page_url( 'thrive_leads_dashboard' ); ?>"
title="<?php echo __( 'Thrive Leads Home', 'thrive-leads' ) ?>">
<?php echo '<img src="' . plugins_url( 'thrive-leads/admin/img' ) . '/tl-logo-full-white.png" > '; ?>
</a>
</div>
<?php
$dashboard_data = array(
'global_settings' => array(
'ajax_load' => tve_leads_get_option( 'ajax_load' ),
)
);
include( dirname( dirname( dirname( __FILE__ ) ) ) . '/leads_menu.php' )
?>
</div>
</nav>
</div>
<?php require_once( TVE_DASH_PATH . '/templates/share.phtml' ); ?>
<h1>
<# if(parent.post_title) { #>
<#= parent.post_title #> -
<# } #>
<#= post_title #>
<a class="tve-leads-button button button-primary tve-add-form" href="javascript:void(0)"><?php echo __('Add New Form aaa', 'thrive-leads') ?></a>
</h1>
<div id="tve-lead-forms">
<h2><?php echo __('Forms', 'thrive-leads') ?></h2>
<p><?php echo __('Manage the forms for this campaign type. You can run an A/B test between multiple forms, or use this area to create and refine replacement forms. Only the active form receives traffic unless an A/B test is running', 'thrive-leads') ?></p>
<table class="tve-table hide-no-groups" style="display: none">
<thead>
<tr>
<th> </th>
<th><?php echo __('Form Impressions', 'thrive-leads') ?></th>
<th><?php echo __('Conversions', 'thrive-leads') ?></th>
<th><?php echo __('Conversion Rate', 'thrive-leads') ?></th>
<th><?php echo __('Trigger', 'thrive-leads') ?></th>
<th> </th>
</tr>
</thead>
<tbody id="tve-variation-list"></tbody>
<tfoot>
<tr>
<td colspan="5"></td>
<td>
<a style="display: none" class="tve-btn tve-btn-green tve-start-variation-test" href="javascript:void(0)"
title="<?php echo __('Start A/B Test', 'thrive-leads') ?>">
<?php echo __('Start A/B Test', 'thrive-leads') ?>
</a>
</td>
</tr>
</tfoot>
</table>
<p class="show-no-groups" style="display: none">
<?php echo __("You don't have any active forms", 'thrive-leads') ?> -
<a href="javascript:void(0)" class="tve-add-form"><?php echo __('click here to create one', 'thrive-leads') ?></a>
</p>
<div>
<h2><?php echo __('Completed Tests', 'thrive-leads') ?></h2>
<table class="tve-table show-completed-tests" style="display: none">
<thead>
<tr>
<th><?php echo __('Test Name', 'thrive-leads') ?></th>
<th><?php echo __('Test Description', 'thrive-leads') ?></th>
<th><?php echo __('Start Date', 'thrive-leads') ?></th>
<th><?php echo __('End Date', 'thrive-leads') ?></th>
<th> </th>
</tr>
</thead>
<tbody id="tve-completed-test-list"></tbody>
</table>
<div class="show-no-completed-tests" style="display: none">
<?php echo __('You don\'t have any completed split tests yet.', 'thrive-leads') ?>
</div>
</div>
<div>
<h2><?php echo __('Archived Forms', 'thrive-leads') ?></h2>
<table class="tve-table show-archived-tests" style="display: none">
<thead>
<tr>
<th> </th>
<th><?php echo __('Form Impressions', 'thrive-leads') ?></th>
<th><?php echo __('Conversions', 'thrive-leads') ?></th>
<th><?php echo __('Conversion Rate', 'thrive-leads') ?></th>
<th><?php echo __('Trigger', 'thrive-leads') ?></th>
<th> </th>
</tr>
</thead>
<tbody id="tve-archive-list"></tbody>
<div class="show-no-archived-tests margin-bottom-10" style="display: none">
<?php echo __('You don\'t have any archived forms yet.', 'thrive-leads') ?>
</div>
</table>
</div>
</div>
<a href="#dashboard" class="button button-secondary"><?php echo __('Back to Dashboard', 'thrive-leads') ?></a>