forked from MarseyWorld/MarseyWorld
testin
parent
1435fe0df9
commit
7e242d6acf
|
@ -1,17 +1,21 @@
|
|||
{% extends "default.html" %}
|
||||
{% block content %}
|
||||
|
||||
<script src="/static/assets/js/sort_table.js?v=240"></script>
|
||||
|
||||
<pre>
|
||||
|
||||
|
||||
</pre>
|
||||
<div class="overflow-x-auto"><table class="table table-striped mb-5">
|
||||
<div class="overflow-x-auto">
|
||||
<table id="sortable_table" class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Name</th>
|
||||
<th>Marsey</th>
|
||||
<th>Usage</th>
|
||||
{% if SITE_NAME == 'Drama' %}<th>Author</th>{% endif %}
|
||||
<th role="button" onclick="sort_table(3)">Usage</th>
|
||||
{% if SITE_NAME == 'Drama' %}<th role="button" onclick="sort_table(4)">Author</th>{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="followers-table">
|
||||
|
|
Loading…
Reference in New Issue