����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 13.58.242.216 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/views/admin/ |
Upload File : |
{% extends "admin/partial/layout_logged_in.html.twig" %} {% block title %}Add Plugin{% endblock %} {% block selected_page %}plugins{% endblock %} {% block selected_sub_page %}plugin_manage_add{% endblock %} {% block body %} <div class="right_col" role="main"> <div class=""> <div class="page-title"> <div class="title_left"> <h3>Add Plugin</h3> </div> </div> <div class="clearfix"></div> {{ msg_page_notifications|raw }} <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <form action="plugin_manage_add" method="POST" name="themeForm" id="themeForm" enctype="multipart/form-data" class="form-horizontal form-label-left"> <div class="x_panel"> <div class="x_title"> <h2>Upload Plugin Package</h2> <div class="clearfix"></div> </div> <div class="x_content"> <p>Upload the plugin package using the form below. The plugin package is supplied by <a href="{{ currentProductUrl }}" target="_blank">{{ currentProductName }}</a> in zip format.</p> <div class="clearfix col_12"> <div class="col_8 last"> <div class="form"> <div class="clearfix alt-highlight"> <label class="control-label col-md-3 col-sm-3 col-xs-12" for="plugin_zip">Plugin Zip File:</label> <div class="col-md-4 col-sm-4 col-xs-12"> <input name="plugin_zip" type="file" id="plugin_zip" class="form-control"/> </div> </div> </div> </div> </div> <div class="ln_solid"></div> <div class="form-group"> <div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3"> <button type="button" class="btn btn-default" onClick="window.location = 'plugin_manage';">Cancel</button> <button type="submit" class="btn btn-primary">Upload Plugin Package</button> </div> </div> </div> </div> <input name="submitted" type="hidden" value="1"/> </form> </div> </div> </div> </div> {% endblock %}