📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: optimize.tpl
<div class="form-horizontal controls-block" style="max-width: 1150px;"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="form-group"> <div class="col-xs-12"> <label><span class="step-badge">1</span> Select Campaign</label> {include file='partControlSelectCampaign.tpl' onchangeParam='false' selectName='ddlCampaign' selectId='ddlCampaign'} <div style="margin-top: 10px;"> {include file='partControlEditCampaign.tpl' extraClass='btn-sm'} </div> </div> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="form-group"> <div class="col-xs-12"> <label><span class="step-badge">2</span> Select Optimization Profile to Apply</label> <select name="ddlOptimizationProfile" id="ddlOptimizationProfile" class="form-control" onchange="changeCampaign(true)"> {html_options options=$optimizationProfilesArray selected=$optimizationProfileID} </select> </div> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="form-group"> <div class="col-xs-12"> <label><span class="step-badge">3</span> Select Data Source (Current Stats or Reports)</label> <select name="ddlReport" class="form-control"> {html_options options=$reports selected=$reportID} </select> </div> </div> </div> </div> <div class="row" style="margin-top: 14px;"> <div class="col-md-8 col-sm-12 col-xs-12"> <div class="form-group"> <div class="col-xs-12"> <label><span class="step-badge">4</span> Optional: Adjust Bids for Export</label> <div> <div class="form-group" style="margin-top: 20px; margin-left: 10px;"> <div class="col-md-12"> <label><i class="glyphicon glyphicon-arrow-down"></i> Lower {if $costTypeID == 2}CPC{else}CPV{/if}</label> <div class="form-inline-always"> Targets with greater than <input type="text" name="txtLowerViews" class="form-control width-80px" value="{$txtLowerViews|default:''}"/> {if $costTypeID == 2}Visitors{else}Views{/if} and a {if $costTypeID == 2}PPC{else}PPV{/if} less than $ <input type="text" name="txtLowerPpv" class="form-control width-80px" value="{$txtLowerPpv|default:''}"/>, Lower {if $costTypeID == 2}CPC{else}CPV{/if} by $ <input type="text" name="txtLowerCpv" class="form-control width-80px" value="{$txtLowerCpv|default:''}"/> </div> </div> </div> <div class="form-group" style="margin-top: 40px; margin-left: 10px;"> <div class="col-md-12"> <label><i class="glyphicon glyphicon-arrow-up"></i> Increase {if $costTypeID == 2}CPC{else}CPV{/if}</label> <div class="form-inline-always"> Targets with greater than <input type="text" name="txtIncreaseViews" class="form-control width-80px" value="{$txtIncreaseViews|default:''}"/> {if $costTypeID == 2}Visitors{else}Views{/if} and a {if $costTypeID == 2}PPC{else}PPV{/if} greater than $ <input type="text" name="txtIncreasePpv" class="form-control width-80px" value="{$txtIncreasePpv|default:''}"/>, Increase {if $costTypeID == 2}CPC{else}CPV{/if} by $ <input type="text" name="txtIncreaseCpv" class="form-control width-80px" value="{$txtIncreaseCpv|default:''}"/> <br/> Increase {if $costTypeID == 2}CPC{else}CPV{/if} on All Winning Targets by $ <input type="text" name="txtIncreaseCpvWinners" class="form-control width-80px" value="{$txtIncreaseCpvWinners|default:''}"/> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-12 col-xs-12"> <div class="form-group"> <div class="col-xs-12"> <span class="step-badge" style="margin-top: 7px; margin-right: 5px;">5</span> <button type="submit" name="btnPreview_x" class="btn btn-primary btn-lg"><i class="fa fa-gears"></i> Optimize It</button> </div> </div> </div> </div> </div> <br/><br/><br/> <div class="powerwidget green margin-bottom-10px" data-widget-sortable="false" data-widget-deletebutton="false" data-widget-editbutton="false" data-widget-icon="glyphicon glyphicon-arrow-right" id="wdgOptimizeTarget"> <header> <h2>Targets</h2> </header> <div class="inner-spacer padding-0"> <div> <table class="{$theme_table_classes} margin-top-1px margin-bottom-0 tbl-responsive"> {include file='partHeaderRow.tpl' columns=$visibleColumnsTarget} {include file='partNormalRows.tpl' columns=$visibleColumnsTarget rows=$reportTargetRows} </table> </div> </div> </div> <div class="row exportrow margin-bottom-40px"> <button type="submit" name="btnExport_x" class="btn btn-primary" value="1" data-toggle="tooltip" data-placement="right" title="Export Table as CSV">{$icon_export nofilter} Export CSV</button> <button type="submit" name="btnExportRemove_x" class="btn btn-primary" value="1" alt="Export Only Remove" data-toggle="tooltip" data-placement="right" title="Export Remove Targets as CSV">{$icon_export nofilter} Export Remove Targets</button> </div> {if $showLPSection} <div class="powerwidget green margin-bottom-40px" data-widget-sortable="false" data-widget-deletebutton="false" data-widget-editbutton="false" data-widget-icon="glyphicon glyphicon-file" id="wdgOptimizeLanding"> <header> <h2>Landing Pages</h2> </header> <div class="inner-spacer padding-0"> <div> <table class="{$theme_table_classes} margin-top-1px margin-bottom-0 tbl-responsive"> {include file='partHeaderRow.tpl' columns=$visibleColumnsLP} {include file='partNormalRows.tpl' columns=$visibleColumnsLP rows=$reportLPRows} </table> </div> </div> </div> {/if} {if $showOfferSection} <div class="powerwidget green margin-bottom-40px" data-widget-sortable="false" data-widget-deletebutton="false" data-widget-editbutton="false" data-widget-icon="entypo entypo-window" id="wdgOptimizeOffer"> <header> <h2>Offers</h2> </header> <div class="inner-spacer padding-0"> <div> <table class="{$theme_table_classes} margin-top-1px margin-bottom-0 tbl-responsive"> {include file='partHeaderRow.tpl' columns=$visibleColumnsOffer} {include file='partNormalRows.tpl' columns=$visibleColumnsOffer rows=$reportOfferRows} </table> </div> </div> </div> {/if} <div class="powerwidget green margin-bottom-10px" data-widget-sortable="false" data-widget-deletebutton="false" data-widget-editbutton="false" data-widget-icon="entypo entypo-chart-pie" id="wdgOptimizeCampaign"> <header> <h2>Campaign</h2> </header> <div class="inner-spacer padding-0"> <div> <table class="{$theme_table_classes} margin-top-1px margin-bottom-0 tbl-responsive"> {include file='partHeaderRow.tpl' columns=$visibleColumnsCampaign} {include file='partNormalRows.tpl' columns=$visibleColumnsCampaign rows=$reportCampaignRows} </table> </div> </div> </div> <div class="row exportrow"> <button type="submit" name="btnExportAll_x" class="btn btn-primary" value="1" data-toggle="tooltip" data-placement="right" title="Export All Table as CSV">{$icon_export nofilter} Export All - CSV</button> </div> <br/><br/><br/><br/> <input type="hidden" id="hidCampaignID" value="{$selectedCampaignID}"/> <input type="hidden" name="hidSortField" id="hidSortField" value="{$sortField}"/> <input type="hidden" name="hidSortDir" id="hidSortDir" value="{$dirField}"/> <input type="submit" name="btnSort" id="btnSort" value="Sort" style="display:none"/> <script type="text/javascript"> function changeCampaign(withProfile) { window.location.href = 'optimize.php?camp=' + $("#ddlCampaign").val() + (withProfile ? '&prof=' + $("#ddlOptimizationProfile").val() : ''); } function sortcol(field, dir) { $('#hidSortField').val(field); $('#hidSortDir').val(dir); $('#btnSort').click(); } </script> <style> .tbl-responsive-container { margin-bottom: 0px !important; } </style>
Save