Server IP : 85.214.239.14 / Your IP : 18.222.190.43 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/root/srv/modoboa/env/lib/python3.5/site-packages/modoboa/admin/templates/admin/ |
Upload File : |
{% extends "admin/header.html" %}{% load i18n admin_tags %} {% load static %} {% block extra_css %} {{ block.super }} <link rel="stylesheet" type="text/css" href="{% static 'css/jquery.sortable.css' %}" /> {% endblock %} {% block extra_js %} {{ block.super }} <script type="text/javascript" src="{% static 'js/creation_wizard.js' %}"></script> <script type="text/javascript" src="{% static 'js/dynamic_input.js' %}"></script> <script type="text/javascript" src="{% static 'js/jquery.sortable.js' %}"></script> <script type="text/javascript" src="{% static 'js/jquery.infinitescroll.js' %}"></script> <script type="text/javascript"> var admin; </script> {% endblock %} {% block leftcol %} <ul class="nav nav-sidebar"> {% block actions %}{% endblock %} </ul> {% get_extra_admin_content user "leftcol" selection %} {% endblock %} {% block apparea %} <div class="row"> <div class="col-sm-5"> {% include "admin/searchform.html" %} </div> <div class="col-sm-3"> {% block toolbar_right %}{% endblock %} </div> <div id="taglist" class="col-sm-4"> </div> </div> <div id="listing"> <table id="objects_table" class="table {{ styles }}"> <thead> <tr> {% block table_header %}{% endblock %} </tr> </thead> <tbody> </tbody> </table> </div> {% endblock %}