easypanel/admin/view/default/dns/add.html
2023-08-25 10:53:15 +08:00

29 lines
1 KiB
HTML
Raw Permalink 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.

{{include file='common/head.html'}}
<div align="center">
<div class="show_sync" style='display:none' id="sync"></div>
<div class="wid_main mar_main" align="left">
<div class="block_top" align="left">当前位置DNS管理 --> 新增域名</div>
<table class="table_public" cellpadding="0" cellspacing="1">
<form action="" method="get">
<tr><td colspan="4" class="bg_main"><b>新增域名</b></td></tr>
<tr>
<td>新增域名:<input name="" type="text" /></td>
<td>
类型: <select name="name">
<option value="0">A</option>
<option value="0">AAAA</option>
<option value="0">MX</option>
<option value="0">TXT</option>
<option value="0">CNAME</option>
</select>
</td>
<td>值:<input name="" type="text" /></td>
<td>线路:<input name="" type="text" /></td>
</tr>
<tr><td colspan="4" align="center"><input type="button" value="提交"></td></tr>
</form>
</table>
</div>
</div>
{{dispatch c='index' a='foot'}}