403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.217.150
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : joker4274 ( 1074)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/CyberCP/pluginHolder/templates/pluginHolder/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/CyberCP/pluginHolder/templates/pluginHolder/plugins.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}Installed Plugin - CyberPanel{% endblock %}
{% block content %}

{% load static %}
{% get_current_language as LANGUAGE_CODE %}
<!-- Current language: {{ LANGUAGE_CODE }} -->


<div class="container">

    <div id="page-title">
       <h2 id="domainNamePage">{% trans "Plugins" %}</h2>
       <p>{% trans "List of installed plugins on your CyberPanel." %}</p>
    </div>

<div class="panel">
    <div class="panel-body">
        <h3 class="title-hero">
            {% trans "Plugins" %}
        </h3>
        <div ng-controller="listWebsites" class="example-box-wrapper">

                <table cellpadding="0" cellspacing="0" border="0" class="table table-striped table-bordered" id="datatable-example">
                <thead>
                <tr>
                    <th>{% trans "Name" %}</th>
                    <th>{% trans "Type" %}</th>
                    <th>{% trans "Description" %}</th>
                    <th>{% trans "Version" %}</th>
                </tr>
                </thead>
                <tbody>

                {% for plugin in plugins %}

                <tr>
                    <td>{{ plugin.name }}</td>
                    <td>{{ plugin.type }}</td>
                    <td>{{ plugin.desc }}</td>
                    <td >{{ plugin.version }}</td>
                </tr>

                {% endfor %}

                </tbody>
                </table>

        <div id="listFail" class="alert alert-danger">
            <p>{% trans "Cannot list websites. Error message:" %} {$ errorMessage $}</p>
        </div>

            <div class="row">

                            <div class="col-sm-4 col-sm-offset-8">

                                <nav aria-label="Page navigation">
                                      <ul class="pagination">


                                            {% for items in pagination %}

                                                <li ng-click="getFurtherWebsitesFromDB({{ forloop.counter }})" id="webPages"><a href="">{{ forloop.counter }}</a></li>

                                            {% endfor %}

                                      </ul>
                                    </nav>


                            </div>


                        </div>

        </div>
    </div>
</div>



{% endblock %}

Youez - 2016 - github.com/yon3zu
LinuXploit