This commit is contained in:
FJY
2017-10-29 23:12:34 +08:00
parent 01602e09d9
commit 2e2b37022b
38 changed files with 6226 additions and 20 deletions

View File

@@ -62,15 +62,15 @@
<label for="inputText1" class="col-sm-2 control-label">管理员号</label>
<div class="col-sm-10">
<input type="text" class="form-control"
placeholder="<%=rs.getString("AdminNo")%>" name="adminno">
placeholder="<%=rs.getString("AdminNo")%>" name="adminno" value='<%=rs.getString("AdminNo")%>'>
</div>
</div>
<div class="form-group">
<label for="inputText2" class="col-sm-2 control-label">管理员姓名</label>
<label for="inputText2" class="col-sm-2 control-label" value="">管理员姓名</label>
<div class="col-sm-10">
<input type="text" class="form-control"
placeholder='<%=rs.getString("AdminName")%>' name="adminname">
placeholder='<%=rs.getString("AdminName")%>' name="adminname" value='<%=rs.getString("AdminName")%>'>
</div>
</div>
@@ -78,7 +78,7 @@
<label for="inputText3" class="col-sm-2 control-label">管理员性别</label>
<div class="col-sm-10">
<input type="text" class="form-control"
placeholder="<%=rs.getString("AdminSex")%>" name="sex">
placeholder="<%=rs.getString("AdminSex")%>" name="sex" value='<%=rs.getString("AdminSex")%>'>
</div>
</div>
<%