|
@@ -30,30 +30,6 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
-=======
|
|
|
- <th style="text-align:center;width:140px;">新增 <button type="button" data-func="dt-add" class="btn btn-success btn-xs dt-add">
|
|
|
- <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
- </button></th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- {% for idx in range(0, length) %}
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td class="table__data">{{ idx }}</td>
|
|
|
- <td class="table__data">{{ collections[idx].title }}</td>
|
|
|
- <td class="table__data">1</td>
|
|
|
- <td class="table__data">on</td>
|
|
|
- <td>
|
|
|
- <div class="d-flex justify-content-center">
|
|
|
- <a class="m-1 btn__edit" href="{{ url_for('editor.editor', url=collections[idx].url) }}"><i class="fas fa-edit"></i></a>
|
|
|
- <form action="{{ url_for('editor.remove', url=collections[idx].url) }}" method="POST" class="m-1 inline_block">
|
|
|
- <button class="btn__delete" type="submit" value="delete"><i class="fas fa-trash-alt"></i></button>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
->>>>>>> adjust table layout in collections
|
|
|
{% endfor %}
|
|
|
</table>
|
|
|
<!-- Modal -->
|