|
|
@@ -3,7 +3,7 @@ |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> |
|
|
|
<title>新增自定义表单</title> |
|
|
|
<title>添加自定义表单</title> |
|
|
|
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> |
|
|
|
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="../static/web/css/admin.css"> |
|
|
@@ -15,7 +15,7 @@ |
|
|
|
<form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();"> |
|
|
|
<table align="center" class="table maintable my-3"> |
|
|
|
<tr> |
|
|
|
<td bgcolor="#f5f5f5" colspan="2"><a href="diy_main.php">自定义表单管理</a> - 新增自定义表单</td> |
|
|
|
<td bgcolor="#f5f5f5" colspan="2"><a href="diy_main.php">自定义表单管理</a> - 添加自定义表单</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td width="260">自定义表单id:</td> |
|
|
|