지층색 값없음 선택 막기
parent
425ca5d02e
commit
76c268797c
|
|
@ -128,11 +128,12 @@
|
|||
<td class="td_line" style="text-align: center;"><input type="radio" name="value3" id="value3" value="흑" /> 흑<br /> <input type="radio" name="value3" id="value3" value="갈" /> 갈<br /> <input type="radio" name="value3" id="value3" value="적" /> 적<br /> <input type="radio" name="value3" id="value3" value="황" /> 황<br /> <input type="radio" name="value3" id="value3" value="녹" /> 녹<br /> <input type="radio" name="value3" id="value3" value="청" /> 청<br /> <input type="radio" name="value3"
|
||||
id="value3" value="백" /> 백</td>
|
||||
</tr>
|
||||
<%-- (2026.04.06/YJI) 값없음 체크 막기
|
||||
<tr>
|
||||
<td colspan="3" class="td_line" style="text-align: center;">
|
||||
<input type="radio" name="value0" id="value0" value="-" /><label for="value0" > 값 없음( - )</label>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> --%>
|
||||
</table>
|
||||
<div style="text-align: center; margin-top: 10px;">
|
||||
지층색 : <input style="ime-mode: active;" type="text" name="colorName" id="colorName" value="" /> <a href="#" onClick="fn_layerColorInput(); return false;"><img src="/web/images/btn_pop_input.png" /></a> <a href="#" onclick="fn_layerColorClear()"><img src="/web/images/btn_pop_refresh.png" /></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue