📁
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: partStep2LPCode.tpl
<div class="row margin-bottom-20px"> <div class=" col-md-offset-2 col-md-8"> <div class="form-group"> <label> <h4>Step 2: Add Code to {if $campaignTypeID==6}Level 1 {/if}Landing Pages</h4> <div class="div-instruction-clarification"> Paste on Landing Page before the </body> tag </div> </label> <div class="input-group"> <textarea id="txtStep2" class="form-control back-diff" readonly="readonly" rows="2" onclick="select_all(this)"></textarea> {include file="partCopyClipboard.tpl"} </div> <div class="form-inline-always margin-top-5px"> <div class="input-group cursor-pointer cursor-hover" onclick="displayBlockPlusMinus('directTrafficCode');"> <span class="form-control bg-color-e">Optional: Direct Traffic Code</span> <span class="input-group-addon"> <i class="glyphicon glyphicon-plus" id="directTrafficCodeIcon"></i> </span> </div> </div> </div> <div class="form-group margin-left-30px" id="directTrafficCodeContainer" style="display: none;"> <label> <div class="div-instruction-clarification margin-left-0"> If you have landing pages within the campaign that will receive traffic outside of the Campaign URL...<br/> Paste a version of the code below on your landing page/s, before the </body> tag but after the Step 2 code.<br/> Select 1 version to use. PHP version must be used on .php pages, for all others use the JavaScript version. Replace <b>xxx</b> with the actual Landing Page ID defined in this page for the corresponding Landing Page. </div> </label> <div style="clear:both"></div> <label class="control-label col-sm-1" style="margin-top:10px; text-align:right">PHP:</label> <div class="input-group"> <input type="text" id="txtStep2bPhp" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <label class="control-label col-sm-1" style="margin-top:10px; text-align:right">JavaScript:</label> <div class="input-group"> <input type="text" id="txtStep2bJs" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> </div> </div> </div>
Save