Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
9 views2 pages

Users Data

The document contains an HTML table displaying user information, including ID, profile picture, username, email, department, role, creation date, and actions for editing or deleting users. Three users are listed with their respective details and options for management. The table is structured for easy navigation and interaction with user data.

Uploaded by

hajighairat56
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Users Data

The document contains an HTML table displaying user information, including ID, profile picture, username, email, department, role, creation date, and actions for editing or deleting users. Three users are listed with their respective details and options for management. The table is structured for easy navigation and interaction with user data.

Uploaded by

hajighairat56
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<table class="table table-striped align-middle" id="userTable">

<thead>
<tr>
<th>ID</th>
<th>Profile</th>
<th>Username</th>
<th>Email</th>
<th>Department</th>
<th>Role</th>
<th>Created At</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr style="">
<td>1</td>
<td><img src="../uploads/20241214_170907.jpg" alt="Profile"
class="profile-pic"></td>
<td>GhairatUllah</td>
<td>[email protected]</td>
<td>Is</td>
<td>IT</td>
<td>2025-08-12 09:44:25</td>
<td class="table-actions">
<a href="edit_user.php?id=1"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=1" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
<tr style="">
<td>2</td>
<td><img src="../uploads/default.png" alt="Profile" class="profile-
pic"></td>
<td>M Omar</td>
<td>[email protected]</td>
<td>Is</td>
<td>Employee</td>
<td>2025-08-12 09:46:56</td>
<td class="table-actions">
<a href="edit_user.php?id=2"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=2" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
<tr style="">
<td>3</td>
<td><img src="../uploads/1755062424_Captggure.JPG" alt="Profile"
class="profile-pic"></td>
<td>Samiullah</td>
<td>[email protected]</td>
<td>is</td>
<td>Employee</td>
<td>2025-08-13 09:50:24</td>
<td class="table-actions">
<a href="edit_user.php?id=3"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=3" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
</tbody>
</table>

You might also like