parent
37e8a48b87
commit
ee375cd616
@ -233,6 +233,16 @@ function fn_testPageAlert(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<style type="text/css">
|
||||||
|
.calendarPop {left:-165px;}
|
||||||
|
.cont .list {min-height:auto;border-bottom:0 none;}
|
||||||
|
.cont .list.tbType01 tbody tr td {padding:10px 15px;}
|
||||||
|
.cont .list.tbType01 tbody tr td .sel_date {position:relative;}
|
||||||
|
.cont .list.tbType01 tbody tr td .sel_date .startDate {width:100%;box-sizing:border-box;}
|
||||||
|
.cont .list.tbType01 tbody tr td .sel_date .calendar_in {position:absolute;right:0;top:8px;}
|
||||||
|
.cont .list.tbType01 tbody tr td.upload_area {text-align:left;}
|
||||||
|
.cont .list.tbType01 tbody tr td.upload_area .btnType01 {height:36px;padding:0 11px;font-size:15px;}
|
||||||
|
</style>
|
||||||
<title>사건관련문서 등록</title>
|
<title>사건관련문서 등록</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -280,57 +290,51 @@ function fn_testPageAlert(){
|
|||||||
<!-- //list_top -->
|
<!-- //list_top -->
|
||||||
<!-- list -->
|
<!-- list -->
|
||||||
<div class="list tbType01">
|
<div class="list tbType01">
|
||||||
<table class="pop_tbType01">
|
<table>
|
||||||
<caption>사건문서 등록 : 신청인, 피신청인, 관리자가 사건에 관련된 첨부파일을 등록한다.</caption>
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 200px;">
|
<col style="width:15%">
|
||||||
<col style="width: auto;">
|
<col style="width:20%">
|
||||||
|
<col style="width:auto">
|
||||||
|
<col style="width:10%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>일자</th>
|
||||||
|
<th>유형</th>
|
||||||
|
<th>문서</th>
|
||||||
|
<th>삭제</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
|
||||||
<p>문서 구분</p>
|
|
||||||
</th>
|
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<div class="sel_date">
|
||||||
<kc:select codeId="CC044" id="adrDocTy" name="adrDocTy" onChange="docTypeDiv(this.value);"/>
|
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adjReqMgrOffLineVO.searchStartDt}" data-datecontrol="true">
|
||||||
</p>
|
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
|
||||||
|
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate01-lry','',this)" class="btn_cal"></button>
|
||||||
|
<div id="startDate01-lry" class="calendarPop" style="display: none;">
|
||||||
|
<iframe id="startDate01-ifrm" name="startDate01-ifrm" class="calendar-frame" src="/kccadrPb/adm/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<th scope="row">
|
|
||||||
<p>사건문서 등록인 구분</p>
|
|
||||||
</th>
|
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<select name="regiType" id="regiType">
|
||||||
<select name="rpplSeq" id="rpplSeq" class="subSearch">
|
<option value="">선택</option>
|
||||||
<c:forEach var="info" items="${rpplList}" varStatus="status">
|
<option value="">신청서</option>
|
||||||
<option name="${info.assPstUsrTy}" value="${info.assPstSeq}" <c:if test="${status.count==2}">selected="selected"</c:if>>${info.assPstUsrNm} (<kc:code codeId="CC005" code="${info.assPstUsrTy}"/>)</option>
|
<option value="">답변서</option>
|
||||||
</c:forEach>
|
<option value="">피신청인 경정신청서</option>
|
||||||
<option name="30" value="${adrAdminInfo.adrAdmId}">${adrAdminInfo.adrAdmNm} (조정조사관)</option>
|
|
||||||
</select>
|
</select>
|
||||||
</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row" class="req_text">
|
|
||||||
<p>내용</p>
|
|
||||||
</th>
|
|
||||||
<td>
|
<td>
|
||||||
<label for="adrDocCn1" class="label">답변내용 입력</label>
|
<textarea name="" id="" rows="3"></textarea>
|
||||||
<textarea name="adrDocCn1" id="adrDocCn1" cols="30" rows="5" cssClass="purpose_text" cssStyle="resize: none;"><c:out value='${info.adrDocCn1}' /></textarea>
|
|
||||||
</td>
|
</td>
|
||||||
|
<td><button type="button" class="btnType04 btn_del reqPerDel">삭제</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="req_text">
|
<td colspan="4" class="upload_area">
|
||||||
<p>첨부서류</p>
|
|
||||||
</th>
|
|
||||||
<td class="upload_area">
|
|
||||||
|
|
||||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
|
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
|
||||||
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일찾기</button>
|
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
|
||||||
<p style="font-size: 16px; float: right; margin-top: 16px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p>
|
|
||||||
<div class="file_wrap file_upload_box no_img_box">
|
<div class="file_wrap file_upload_box no_img_box">
|
||||||
<table class="tbType02">
|
<table class="tbType02">
|
||||||
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
|
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
|
||||||
@ -404,33 +408,20 @@ function fn_testPageAlert(){
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
<p>상대방공개여부</p>
|
|
||||||
</th>
|
|
||||||
<td>
|
|
||||||
<div class="radio_wrap">
|
|
||||||
<span>
|
|
||||||
<input value="Y" type="radio" name="openYn" id="openYn_Y" checked="checked">
|
|
||||||
<label for="openYn_Y">공개</label>
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
<input value="N" type="radio" name="openYn" id="openYn_N" onclick="notiOpenYn()">
|
|
||||||
<label for="openYn_N">제한공개</label>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<!-- 하단 버튼 -->
|
|
||||||
<div class="btn_wrap btn_layout04">
|
|
||||||
<button class="btnType06 btn_edit" onclick="fncReg();">등록</button>
|
|
||||||
<button class="btnType06 btn_list" onclick="fncClose();">취소</button>
|
|
||||||
</div>
|
|
||||||
<!-- //하단 버튼 -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- //list -->
|
<!-- //list -->
|
||||||
|
<!-- 하단 버튼 -->
|
||||||
|
<div class="btn_wrap btn_layout01">
|
||||||
|
<div class="area_left">
|
||||||
|
<button type="button" class="btnType04">< 이전단계 이동</button>
|
||||||
|
</div>
|
||||||
|
<div class="area_right">
|
||||||
|
<button type="button" class="btnType06">사건관련문서 저장 ></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //하단 버튼 -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -440,33 +431,6 @@ function fn_testPageAlert(){
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<%-- <div class="cont_wrap">
|
<%-- <div class="cont_wrap">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user