|
|
|
|
@ -90,21 +90,21 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">높이(m)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="hgt" name="hgt" class="input" style="width: 120px;" maxlength="10" placeholder="예) 10.50" validation-check="number" value="${data.hgt}"/>
|
|
|
|
|
<input type="text" id="hgt" name="hgt" class="input decimalMask" style="width: 120px;" maxlength="10" placeholder="예) 10.50" validation-check="number" value="${data.hgt}"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th class="th">가로(m)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="wdth" name="wdth" class="input" style="width: 120px;" maxlength="10" placeholder="예) 5.25" validation-check="number" value="${data.wdth}"/>
|
|
|
|
|
<input type="text" id="wdth" name="wdth" class="input decimalMask" style="width: 120px;" maxlength="10" placeholder="예) 5.25" validation-check="number" value="${data.wdth}"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">세로(m)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="vrtc" name="vrtc" class="input" style="width: 120px;" maxlength="10" placeholder="예) 8.75" validation-check="number" value="${data.vrtc}"/>
|
|
|
|
|
<input type="text" id="vrtc" name="vrtc" class="input decimalMask" style="width: 120px;" maxlength="10" placeholder="예) 8.75" validation-check="number" value="${data.vrtc}"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th class="th">면적(㎡)</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" id="area" name="area" class="input" style="width: 120px;" maxlength="10" placeholder="예) 45.94" validation-check="number" value="${data.area}"/>
|
|
|
|
|
<input type="text" id="area" name="area" class="input decimalMask" style="width: 120px;" maxlength="10" placeholder="예) 45.94" validation-check="number" value="${data.area}"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
|