Files
EdgeAdmin/web/views/@default/servers/iplists/import.html

19 lines
686 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{$layout}
{$template "list_menu"}
<div class="margin"></div>
<form class="ui form" data-tea-action="$" data-tea-success="success" data-tea-timeout="300">
<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>
<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>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>