mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display friends information
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
Please use the navigation bar located at the left of this page to access to the different categories of content.
|
||||
</div>
|
||||
|
||||
<!-- User information -->
|
||||
<div id="user-info" class="category container">
|
||||
<h1>User information</h1>
|
||||
|
||||
@ -67,8 +68,17 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- User friends list -->
|
||||
<div id="friends-list" class="category container">
|
||||
Loading friends list
|
||||
<table id="friends-list-table">
|
||||
<thead>
|
||||
<th>Name</th>
|
||||
<th>Accepted</th>
|
||||
<th>Last active</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="posts" class="category container">
|
||||
@ -104,6 +114,7 @@
|
||||
|
||||
<!--JavaScript at end of body for optimized loading-->
|
||||
<script type="text/javascript" src="assets/materialize/js/materialize.min.js"></script>
|
||||
<script src="assets/js/utils.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user