mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display user movies.
This commit is contained in:
@ -169,8 +169,31 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Entire movies list -->
|
||||
<div id="movies" class="category container">
|
||||
Loading movies
|
||||
|
||||
<h1>Your movies</h1>
|
||||
|
||||
|
||||
<table id="full-movie-list-table">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Number</th>
|
||||
<th>Name</th>
|
||||
<th>File type</th>
|
||||
<th>File size</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
<tbody>
|
||||
<!-- Movies will go here -->
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="all-conversations-message" class="category container">
|
||||
@ -193,6 +216,7 @@
|
||||
<script src="assets/js/categories/comments.js"></script>
|
||||
<script src="assets/js/categories/likes.js"></script>
|
||||
<script src="assets/js/categories/survey.js"></script>
|
||||
<script src="assets/js/categories/movies.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user