|
@@ -80,8 +80,8 @@
|
80
|
80
|
<div class="itp_form itp_type1 fix">
|
81
|
81
|
<div class="col-xs-12">
|
82
|
82
|
<form id="ITP_FORM_OPER01010_DETAIL" class="form-horizontal">
|
83
|
|
- <input type="text" id="ITP_FORM_OPER01010_DETAIL_VIEW_CD" name="viewCd" value="C">
|
84
|
|
- <input type="text" id="ITP_FORM_OPER01010_DETAIL_AFFL_SHOP_ID" name="afflShopId" value="">
|
|
83
|
+ <input type="hidden" id="ITP_FORM_OPER01010_DETAIL_VIEW_CD" name="viewCd" value="C">
|
|
84
|
+ <input type="hidden" id="ITP_FORM_OPER01010_DETAIL_AFFL_SHOP_ID" name="afflShopId" value="">
|
85
|
85
|
<section class="itp_form_sec">
|
86
|
86
|
<div class="itp_form_in border-top">
|
87
|
87
|
<div class="form-group">
|
|
@@ -157,13 +157,15 @@
|
157
|
157
|
</div>
|
158
|
158
|
</div>
|
159
|
159
|
</div>
|
160
|
|
- <div class="form-group">
|
|
160
|
+ <div class="form-group border">
|
161
|
161
|
<label class="col-xs-2 itp_lb">비밀번호 확인</label>
|
162
|
162
|
<div class="col-xs-4 itp_ip">
|
163
|
163
|
<div class="col-xs-7 itp_in">
|
164
|
164
|
<input type="password" id="ITP_FORM_OPER01010_DETAIL_USER_PW_CONFIRM" class="form-control itp_input" value="">
|
165
|
165
|
</div>
|
166
|
166
|
</div>
|
|
167
|
+ <label class="col-xs-2 itp_lb"></label>
|
|
168
|
+ <div class="col-xs-4 itp_ip"></div>
|
167
|
169
|
</div>
|
168
|
170
|
</div>
|
169
|
171
|
</section>
|
|
@@ -257,8 +259,8 @@
|
257
|
259
|
<form id="ITP_FORM_OPER01010_NEW" class="form-horizontal">
|
258
|
260
|
<input type="hidden" id="ITP_FORM_OPER01010_NEW_VIEW_CD" name="viewCd" value="U">
|
259
|
261
|
<input type="hidden" id="ITP_FORM_OPER01010_NEW_USER_ID" name="userId" value="">
|
260
|
|
- <input type="text" id="ITP_FORM_OPER01010_NEW_AFFL_SHOP_ID" name="afflShopId" value="">
|
261
|
|
- <input type="text" id="ITP_FORM_OPER01010_NEW_BRAND_ID" name="brandId" value="">
|
|
262
|
+ <input type="hidden" id="ITP_FORM_OPER01010_NEW_AFFL_SHOP_ID" name="afflShopId" value="">
|
|
263
|
+ <input type="hidden" id="ITP_FORM_OPER01010_NEW_BRAND_ID" name="brandId" value="">
|
262
|
264
|
<section class="itp_form_sec">
|
263
|
265
|
<div class="itp_form_in border-top">
|
264
|
266
|
<div class="form-group">
|
|
@@ -310,7 +312,7 @@
|
310
|
312
|
</div>
|
311
|
313
|
</div>
|
312
|
314
|
</div>
|
313
|
|
- <div class="form-group">
|
|
315
|
+ <div class="form-group border">
|
314
|
316
|
<label class="col-xs-2 itp_lb">등록일</label>
|
315
|
317
|
<div class="col-xs-4 itp_ip fnAddDt"></div>
|
316
|
318
|
<label class="col-xs-2 itp_lb">이메일 *</label>
|