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

21 lines
800 B
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管理 --> DNS设置</div>
<table class="table_public" cellpadding="0" cellspacing="1">
<form action="" method="get">
<tr><td colspan="2" class="bg_main"><b>DNS设置</b></td></tr>
<tr>
<td>
<input name="主域名服务器" type="radio" value="" checked />主域名服务器
</td>
<td><input name="辅域名服务器" type="radio" value="" />辅域名服务器</td>
</tr>
<tr><td colspan="2" align="center"><input type="button" value="提交"></td></tr>
</form>
</table>
</div>
</div>
{{dispatch c='index' a='foot'}}