📁
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: deletecsrconfirm.html.tt
[% USE SSL; # Prechecks SET has_id = !!RAW_FORM('id'); SET has_host = !!RAW_FORM('host'); SET CPANEL.CPVAR.dprefix = '../'; SET show_unified_ssl = SSL.should_show_unified_ssl_ui(); %] [% WRAPPER '_assets/master.html.tt' app_key = 'ssl_tls' page_title = show_unified_ssl ? locale.maketext('SSL/TLS Certificates') : '' embed_scripts = ['js2/ssl/deletecsrconfirm.js'] embed_stylesheets = ["css/ssl.css"] -%] [% PROCESS '_assets/_ssl_tls_tabs.html.tt' active_tab = '' %] <div class="body-content"> [% IF show_unified_ssl %] [% INCLUDE _assets/_ssl_tls_tabs_breadcrumb.html.tt parent_location_text=locale.maketext('Requests') current_location_text=locale.maketext('Delete Certificate Signing Request (CSR)') go_back_location='csrs.html' go_back_link_text=locale.maketext('Go Back') %] [% END %] <h2 id="hdrDelete"> [% locale.maketext('Delete Certificate Signing Request (CSR)') %] </h2> [% IF !has_id %] <div id="noidError" class="alert alert-danger"> <span id="noidErrorImg" class="glyphicon glyphicon-remove-sign"></span> <div id="noidErrorMsg" class="alert-message"> [% locale.maketext('You did not pass the “[_1]” parameter in your request.', 'id') %] </div> </div> [% ELSIF !has_host %] <div id="nohostError" class="alert alert-danger"> <span id="nohostErrorImg" class="glyphicon glyphicon-remove-sign"></span> <div id="nohostErrorMsg" class="alert-message"> [% locale.maketext('You did not pass the “[_1]” parameter in your request.', 'host') %] </div> </div> [% ELSE %] <p> [% locale.maketext('Are you sure you wish to delete the Certificate Signing Request for “[_1]”?', FORM.host) %] </p> <div class="form-group"> <a id="btnDelete" class="btn btn-primary" href="deletecsr.html?id=[% RAW_FORM.id FILTER uri %]&host=[% RAW_FORM.host FILTER uri %]&item=csr&itemname=Certificate+Signing+Request" title="[% locale.maketext("Delete the Certificate Signing Request for “[_1]”.", FORM.host) %]">[% locale.maketext('Delete CSR') %]</a> <a id="btnCancelDelete" class="btn btn-link" href="csrs.html">[% locale.maketext('Cancel') %]</a> </div> [% END %] [% INCLUDE _assets/return_link.html.tt return_location='csrs.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper %]
Save