File manager - Edit - /usr/local/CyberCP/userManagment/templates/userManagment/deleteACL.html
Back
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Delete ACL - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %} <!-- Current language: {{ LANGUAGE_CODE }} --> <div class="container"> <div id="page-title"> <h2>{% trans "Delete ACL" %}</h2> <p>{% trans "This page can be used to delete ACL." %}</p> </div> <div ng-controller="deleteACTCTRL" class="panel"> <div class="panel-body"> <h3 class="content-box-header"> {% trans "Delete Website" %} <img ng-hide="aclLoading" src="{% static 'images/loading.gif' %}"> </h3> <div class="example-box-wrapper"> <form action="/" class="form-horizontal bordered-row panel-body"> <div class="form-group"> <label class="col-sm-3 control-label">{% trans "Select ACL" %} </label> <div class="col-sm-6"> <select ng-model="aclToBeDeleted" class="form-control"> {% for items in aclNames %} <option>{{ items }}</option> {% endfor %} </select> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label"></label> <div class="col-sm-4"> <button type="button" ng-click="deleteACLFunc()" class="btn btn-primary btn-lg">{% trans "Delete ACL" %}</button> </div> </div> <div ng-hide="deleteACLButton" class="form-group"> <label class="col-sm-3 control-label"></label> <div class="col-sm-4"> <button type="button" ng-click="deleteACLFinal()" class="btn btn-primary btn-lg">{% trans "Are you sure?" %}</button> </div> </div> </form> </div> </div> </div> </div> {% endblock %}
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings