|
@@ -5,39 +5,73 @@
|
5
|
5
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
6
|
6
|
<h5 class="modal-title">공지사항</h5>
|
7
|
7
|
</div>
|
8
|
|
- <div class="modal-body">
|
|
8
|
+ <div class="modal-body">
|
9
|
9
|
<div class="itp_form itp_type1 fix">
|
10
|
|
- <div class="col-xs-12">
|
11
|
|
- <div class="form-horizontal">
|
12
|
|
- <form id="ITP_FORM_NOTICE_INFO_POPUP">
|
|
10
|
+ <div class="form-horizontal">
|
|
11
|
+
|
|
12
|
+ <form id="ITP_FORM_NOTICE_INFO_POPUP" class="form-horizontal">
|
13
|
13
|
<input type="hidden" id="ITP_FORM_NOTICE_INFO_POPUP_VIEW_CD" name="viewCd" value="R">
|
14
|
|
- <input type="hidden" id="ITP_FORM_NOTICE_INFO_POPUP_NTICE_NO" name="nticeNo" value="">
|
15
|
14
|
<input type="hidden" id="ITP_FORM_NOTICE_INFO_POPUP_FILE_NO" name="fileNo" value="">
|
16
|
|
-
|
17
|
|
- <div class="form-group">
|
18
|
|
- <label class="col-xs-4 itp_lb">공지제목</label>
|
19
|
|
- <div class="col-xs-7 itp_ip fnNticeTitl"></div>
|
20
|
|
- </div>
|
21
|
|
- <div class="form-group">
|
22
|
|
- <label class="col-xs-4 itp_lb">공지일자</label>
|
23
|
|
- <div class="col-xs-7 itp_ip fnNotiDay"></div>
|
24
|
|
- </div>
|
25
|
|
- <div class="form-group">
|
26
|
|
- <label class="col-xs-4 itp_lb">공지내용</label>
|
27
|
|
- <div class="col-xs-7 itp_ip fnNticeDesc"></div>
|
28
|
|
- </div>
|
29
|
|
- <div class="form-group">
|
30
|
|
- <label class="col-xs-4 itp_lb">첨부파일</label>
|
31
|
|
- <div class="col-xs-7 itp_ip">
|
32
|
|
- <div class="col-xs-12 itp_in">
|
33
|
|
- <div class="fileupload-wrapper">
|
34
|
|
- <div id="ITP_NOTICE_INFO_POPUP_VIEW_UPLOAD"></div>
|
|
15
|
+ <input type="hidden" id="ITP_FORM_NOTICE_INFO_POPUP_NTICE_NO" name="nticeNo" value="">
|
|
16
|
+ <section class="itp_form_sec">
|
|
17
|
+ <div class="itp_form_in border-top">
|
|
18
|
+ <div class="form-group">
|
|
19
|
+ <label class="col-xs-2 itp_lb">브랜드그룹</label>
|
|
20
|
+ <div class="col-xs-4 itp_ip">
|
|
21
|
+ <div class="itp_in">
|
|
22
|
+ <input type="text" name="afflShopNm" id="ITP_FORM_NOTICE_INFO_POPUP_AFFL_SHOP_NM" class="form-control itp_input">
|
|
23
|
+ </div>
|
|
24
|
+ </div>
|
|
25
|
+ <label class="col-xs-2 itp_lb">브랜드</label>
|
|
26
|
+ <div class="col-xs-4 itp_ip">
|
|
27
|
+ <input type="text" name="brandNm" id="ITP_FORM_NOTICE_INFO_POPUP_BRAND_NM" class="form-control itp_input">
|
35
|
28
|
</div>
|
36
|
29
|
</div>
|
37
|
30
|
</div>
|
38
|
|
- </div>
|
39
|
|
- </form>
|
40
|
|
- </div>
|
|
31
|
+ <div class="itp_form_in">
|
|
32
|
+ <div class="form-group colspan">
|
|
33
|
+ <label class="col-xs-2 itp_lb">공지제목 *</label>
|
|
34
|
+ <div class="col-xs-10 itp_ip">
|
|
35
|
+ <input type="text" id="ITP_FORM_NOTICE_INFO_POPUP_NTICE_TITL" data-check-required="empty" class="form-control itp_input" name="nticeTitl" value="">
|
|
36
|
+
|
|
37
|
+ </div>
|
|
38
|
+ </div>
|
|
39
|
+ </div>
|
|
40
|
+ <div class="itp_form_in">
|
|
41
|
+ <div class="form-group">
|
|
42
|
+ <label class="col-xs-2 itp_lb">공지일자 *</label>
|
|
43
|
+ <div class="col-xs-10 itp_ip">
|
|
44
|
+ <div class="input-group">
|
|
45
|
+ <input type="text" id="ITP_FORM_NOTICE_INFO_POPUP_FROM_DT" data-check-required="empty" class="form-control itp_input" name="notiStDay" readonly>
|
|
46
|
+ <span class="input-group-addon itp_date_to">~</span>
|
|
47
|
+ <input type="text" id="ITP_FORM_NOTICE_INFO_POPUP_TO_DT" data-check-required="empty" class="form-control itp_input" name="notiEdDay" readonly>
|
|
48
|
+ </div>
|
|
49
|
+ </div>
|
|
50
|
+ </div>
|
|
51
|
+ </div>
|
|
52
|
+ <div class="itp_form_in">
|
|
53
|
+ <div class="form-group">
|
|
54
|
+ <label class="col-xs-2 itp_lb">공지내용</label>
|
|
55
|
+ <div class="col-xs-10 itp_ip">
|
|
56
|
+ <textarea id="ITP_FORM_NOTICE_INFO_POPUP_NTICE_DESC" class="form-control" rows="8" name="nticeDesc" maxlength="200"></textarea>
|
|
57
|
+ </div>
|
|
58
|
+ </div>
|
|
59
|
+ </div>
|
|
60
|
+ <div class="itp_form_in">
|
|
61
|
+ <div class="form-group">
|
|
62
|
+ <label class="col-xs-2 itp_lb">첨부파일</label>
|
|
63
|
+ <div class="col-xs-10 itp_ip">
|
|
64
|
+ <div class="fileupload-wrapper">
|
|
65
|
+ <div id="ITP_FORM_NOTICE_INFO_POPUP_UPLOAD"></div>
|
|
66
|
+ </div>
|
|
67
|
+ </div>
|
|
68
|
+ </div>
|
|
69
|
+ </div>
|
|
70
|
+ </section>
|
|
71
|
+
|
|
72
|
+ </form>
|
|
73
|
+
|
|
74
|
+
|
41
|
75
|
</div>
|
42
|
76
|
</div>
|
43
|
77
|
</div>
|