Sindbad~EG File Manager

Current Path : /home/numerotech/admin.numerotech.com/admin_app_v1/TEST/
Upload File :
Current File : //home/numerotech/admin.numerotech.com/admin_app_v1/TEST/presenting_authour_search_table.html

<div class="container table-responsive py-5 mobile-responsive" style="overflow: scroll;">
    <table class="table table-bordered table-striped" id="searchtable">
        <thead class="thead-dark text-center">
            <th scope="col">MEMBERSHIP NO</th>
            <th scope="col">AUTHOR NAME</th>
            <th scope="col">EMAIL</th>
            <th scope="col">MOBILE</th>
            <th scope="col">SELECT AUTHOR</th>
        </thead>
        <tbody>
        {% if data %} {% for i in data %}
            <tr>
                <td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non-Member'}}</td>
                <td data-label="AUTHOR NAME">{{i.full_name or ''}}</td>
                <td data-label="EMAIL">{{i.email or ''}}</td>
                <td data-label="MOBILE">{{i.mobile or ''}}</td>
                <td data-label="SELECTE AUTHOR">
                    <input type="button" class="btn btn-primary searchbtn" onclick="return select_pa_Author({{i.user_id}})" value="Select" />
                </td>
            </tr>
        {% endfor %} {% endif %}
        </tbody>
    </table>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists