2021-06-23 13:12:33 +08:00
|
|
|
|
{$layout}
|
|
|
|
|
|
{$template "list_menu"}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="margin"></div>
|
|
|
|
|
|
|
2021-08-07 18:26:50 +08:00
|
|
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success" data-tea-timeout="300">
|
2021-06-23 13:12:33 +08:00
|
|
|
|
<input type="hidden" name="listId" :value="list.id"/>
|
|
|
|
|
|
<csrf-token></csrf-token>
|
|
|
|
|
|
<table class="ui table definition selectable">
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td class="title">选择IP文件 *</td>
|
|
|
|
|
|
<td>
|
2021-08-07 18:26:50 +08:00
|
|
|
|
<input type="file" name="file" accept=".xlsx, .json, .txt, .csv"/>
|
|
|
|
|
|
<p class="comment">文件名类似于<code-label>ip-list-123.xxx</code-label>,支持Excel、CSV、JSON和纯文本TXT。</p>
|
2021-06-23 13:12:33 +08:00
|
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
|
</form>
|