|
@@ -21,7 +21,7 @@
|
|
<table class="table table-hover table-bordered">
|
|
<table class="table table-hover table-bordered">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th>单体模板名称</th>
|
|
|
|
|
|
+ <th>结构分部名称</th>
|
|
<th width="160">编办</th>
|
|
<th width="160">编办</th>
|
|
<th width="160">添加时间</th>
|
|
<th width="160">添加时间</th>
|
|
<th width="70">操作</th>
|
|
<th width="70">操作</th>
|
|
@@ -59,7 +59,7 @@
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
- <h5 class="modal-title">添加单体模板</h5>
|
|
|
|
|
|
+ <h5 class="modal-title">添加结构分部</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</button>
|
|
@@ -68,8 +68,8 @@
|
|
<form id="addLibForm" method="post" action="/structuralSegment/addLib"
|
|
<form id="addLibForm" method="post" action="/structuralSegment/addLib"
|
|
enctype="application/x-www-form-urlencoded21">
|
|
enctype="application/x-www-form-urlencoded21">
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
- <label>单体模板名称</label>
|
|
|
|
- <input id="name" name="name" class="form-control" placeholder="输入单体模板名称" type="text">
|
|
|
|
|
|
+ <label>结构分部名称</label>
|
|
|
|
+ <input id="name" name="name" class="form-control" placeholder="输入结构分部名称" type="text">
|
|
<small class="form-text text-danger" id="nameError" style="display: none">请输入模板名称。</small>
|
|
<small class="form-text text-danger" id="nameError" style="display: none">请输入模板名称。</small>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
@@ -97,7 +97,7 @@
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
- <h5 class="modal-title">编辑单体模板</h5>
|
|
|
|
|
|
+ <h5 class="modal-title">编辑结构分部</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</button>
|
|
@@ -105,7 +105,7 @@
|
|
<div class="modal-body">
|
|
<div class="modal-body">
|
|
<form>
|
|
<form>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
- <label>单体模板名称</label>
|
|
|
|
|
|
+ <label>结构分部名称</label>
|
|
<input id="renameText" class="form-control" placeholder="输入名称" type="text" value="">
|
|
<input id="renameText" class="form-control" placeholder="输入名称" type="text" value="">
|
|
<small class="form-text text-danger" id="renameError" style="display: none">请输入名称。</small>
|
|
<small class="form-text text-danger" id="renameError" style="display: none">请输入名称。</small>
|
|
<input id="libID" type="hidden">
|
|
<input id="libID" type="hidden">
|