|
@@ -35,6 +35,11 @@
|
35
|
35
|
<div class="input_area">
|
36
|
36
|
<input type="text" name="bsnsRegNo" id="ITP_FORM_LOGIN_BSNS_REG_NO" required value="1">
|
37
|
37
|
<label for="ITP_FORM_LOGIN_BSNS_REG_NO">사업자번호</label>
|
|
38
|
+ <div class="itp_del_btn reg_no">
|
|
39
|
+ <button type="button" id="ITP_FORM_LOGIN_DEL_BSNS_REG_NO">
|
|
40
|
+ <img src="../img/close.png" alt="로고" class=" ">
|
|
41
|
+ </button>
|
|
42
|
+ </div>
|
38
|
43
|
<button type="button" id="ITP_BTN_LOGIN_BSNS_REG_NO">연결</button>
|
39
|
44
|
</div>
|
40
|
45
|
<div class="brand_list">
|
|
@@ -47,10 +52,20 @@
|
47
|
52
|
<div class="input_area">
|
48
|
53
|
<input type="text" id="ITP_FORM_LOGIN_USER_ID" required value="BRD221100002">
|
49
|
54
|
<label for="ITP_FORM_LOGIN_USER_ID">아이디</label>
|
|
55
|
+ <div class="itp_del_btn">
|
|
56
|
+ <button type="button" id="ITP_FORM_DEL_LOGIN_USER_ID">
|
|
57
|
+ <img src="../img/close.png" alt="로고" class=" ">
|
|
58
|
+ </button>
|
|
59
|
+ </div>
|
50
|
60
|
</div>
|
51
|
61
|
<div class="input_area">
|
52
|
62
|
<input type="password" id="ITP_FORM_LOGIN_USER_PW" required value="1">
|
53
|
63
|
<label for="ITP_FORM_LOGIN_USER_PW">비밀번호</label>
|
|
64
|
+ <div class="itp_del_btn">
|
|
65
|
+ <button type="button" id="ITP_FORM_DEL_LOGIN_USER_PW">
|
|
66
|
+ <img src="../img/close.png" alt="로고" class=" ">
|
|
67
|
+ </button>
|
|
68
|
+ </div>
|
54
|
69
|
</div>
|
55
|
70
|
</div>
|
56
|
71
|
<div class="error" style="display: none">
|