Sindbad~EG File Manager

Current Path : /home/numerotech/mcinfo.numerotech.com/mc_info_update/core/templates/images/
Upload File :
Current File : //home/numerotech/mcinfo.numerotech.com/mc_info_update/core/templates/images/upload_index.html

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title></title>
</head>
<body>
         <div  style="background-color: white;">

            <div class="row" style="height: vh100 !important;">
               <div class="col-12 text-center" >
                   
                  <h2 style="color: #800000;"> User Index</h2>
               </div>
            </div >
           
            <div class="mobile-responsive">
               <table class="table table-striped" id="myTable"  style="width: 100%;overflow: none">
                  <thead style="background-color: grey;color: white;">
                     <tr>
                        <th scope="col" >ID</th>
                        <th scope="col">Name</th>
                        <th scope="col">Images</th>
                        <th scope="col"></th>
                     </tr>
                  </thead>
                  <tbody id="myTable">
                     {% for row in view_images %}
                     <tr>
                        <td data-label="ID">{{loop.index}}</td>   
                        <td data-label="Name">{{row.name|default('')}}</td>
                        <td data-label="Image"> <img  src= "{{row.file_path}}/{{row.file_name}}" class = "rounded-circle" alt="no image" width="100" height="100"></td>
                      	 <td data-label="Edit"><button type="button" name="edit_button" class="btn btn-primary" style="color:#f7d5a2"> <a style="color:white;"  href="{{ url_for('user.EditImages', id=row.user_id) }}">
                           Edit</a> </button> 
                        </td>
                      </tr>
                     {% endfor %}
                  </tbody>
               </table> 
            </div>
       
        </div>
</body>
</html>

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