Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/templates/sslList/installed.html.twig
{% extends 'base.html.twig' %}
{% block body %}
<div id="ncssl">
{% for message in app.flashes('danger') %}
<div class="alert alert-danger" role="alert">
{{ message }}
</div>
{% endfor %}
<div class="body">
{% block navbar %}
{{ include('navbar.html.twig') }}
{% endblock %}
<div class="alert-messages-holder body-container"></div>
<div class="table-toolbar">
<div class="table-toolbar__left d-flex justify-content-start align-items-center">
<a href="./index.live.php?p=/sync&referer=list.installed&withoutSync=1" class="btn btn-light btn-sm me-3"><span class="glyphicon glyphicon-refresh"></span>Sync</a>
<div data-http-redirect-input-auto class="form-check form-switch form-switch-md form-switch-success mb-0">
<input
class="form-check-input"
type="checkbox"
id="hr-auto"
data-user="{{ app.user.ncLogin }}"
{{ app.user.autoRedirect ? 'checked' : '' }}>
<label class="form-check-label" for="hr-auto">
HTTPS by default
</label>
</div>
</div>
<input type="search" placeholder="Search Installed via "Namecheap SSL"" class="form-control form-control-sm" id="table-input">
</div>
{% block table %}
<div class="table-section">
{{ include('table-installed.html.twig', {'id': 'installed-ssls-table'}) }}
</div>
{% endblock %}
</div>
{% block modals %}
{{ include('modals.html.twig') }}
{% endblock %}
</div>
{% endblock %}
Back to Directory
File Manager