|
@@ -1,23 +0,0 @@
|
|
-{% extends "layout.html" %}
|
|
|
|
-{% block main %}
|
|
|
|
-<h1>{{ title }}</h1>
|
|
|
|
-{% for content in contents %}
|
|
|
|
-<div>
|
|
|
|
-<form action="{{ url_for(form_url, page=page, section_class=content.sectionClass) }}" method="POST" enctype="multipart/form-data">
|
|
|
|
- <table id="example" class="table table-striped table-bordered" cellspacing="0" width="60%">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th>數量</th>
|
|
|
|
- <th>類型</th>
|
|
|
|
- <th>內容</th>
|
|
|
|
- <th style="text-align:center;width:100px;">
|
|
|
|
- <input class="btn btn-primary" type="submit" value="提交">
|
|
|
|
- </th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- {{ table_bodys|safe }}
|
|
|
|
- </table>
|
|
|
|
-</form>
|
|
|
|
-</div>
|
|
|
|
-{% endfor %}
|
|
|
|
-{% endblock main %}
|
|
|