2025-10-20 10:49 설문 양식 수정
This commit is contained in:
parent
e5b3614d96
commit
8864b16531
@ -321,14 +321,14 @@ function delete_item(obj, fileIdx){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<!-- <tr> -->
|
||||||
<th><span class="reqArea">설문상태</span></th>
|
<!-- <th><span class="reqArea">설문상태</span></th> -->
|
||||||
<td>
|
<!-- <td> -->
|
||||||
<form:select path="sttus" title="설문대상 선택" cssClass="sel_type1">
|
<%-- <form:select path="sttus" title="설문대상 선택" cssClass="sel_type1"> --%>
|
||||||
<form:options items="${qustnrManageSttusList}" itemValue="code" itemLabel="codeNm"/>
|
<%-- <form:options items="${qustnrManageSttusList}" itemValue="code" itemLabel="codeNm"/> --%>
|
||||||
</form:select>
|
<%-- </form:select> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">사용처</span></th>
|
<th><span class="reqArea">사용처</span></th>
|
||||||
<td>
|
<td>
|
||||||
@ -356,74 +356,74 @@ function delete_item(obj, fileIdx){
|
|||||||
<c:out value='${qustnrManageVO.frstRegisterId}' />
|
<c:out value='${qustnrManageVO.frstRegisterId}' />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<!-- <tr> -->
|
||||||
<th><span class="reqArea">파일 첨부</span></th>
|
<!-- <th><span class="reqArea">파일 첨부</span></th> -->
|
||||||
<td class="upload_area">
|
<!-- <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> -->
|
||||||
<div class="file_wrap file_upload_box no_img_box">
|
<!-- <div class="file_wrap file_upload_box no_img_box"> -->
|
||||||
<table>
|
<!-- <table> -->
|
||||||
<colgroup>
|
<%-- <colgroup> --%>
|
||||||
<col style="width: 60%;">
|
<%-- <col style="width: 60%;"> --%>
|
||||||
<col style="width: auto;">
|
<%-- <col style="width: auto;"> --%>
|
||||||
<col style="width: 20%;">
|
<%-- <col style="width: 20%;"> --%>
|
||||||
<col style="width: 10%;">
|
<%-- <col style="width: 10%;"> --%>
|
||||||
</colgroup>
|
<%-- </colgroup> --%>
|
||||||
<thead>
|
<!-- <thead> -->
|
||||||
<th scope="col">파일 명</th>
|
<!-- <th scope="col">파일 명</th> -->
|
||||||
<th scope="col">종류</th>
|
<!-- <th scope="col">종류</th> -->
|
||||||
<th scope="col">크기</th>
|
<!-- <th scope="col">크기</th> -->
|
||||||
<th scope="col">삭제</th>
|
<!-- <th scope="col">삭제</th> -->
|
||||||
</thead>
|
<!-- </thead> -->
|
||||||
<tbody class="tb_file_before">
|
<!-- <tbody class="tb_file_before"> -->
|
||||||
<tr>
|
<!-- <tr> -->
|
||||||
<td colspan="4">
|
<!-- <td colspan="4"> -->
|
||||||
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
|
<!-- <p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
</tbody>
|
<!-- </tbody> -->
|
||||||
</table>
|
<!-- </table> -->
|
||||||
</div>
|
<!-- </div> -->
|
||||||
<div class="file_wrap fileAfter file_list_div">
|
<!-- <div class="file_wrap fileAfter file_list_div"> -->
|
||||||
<table>
|
<!-- <table> -->
|
||||||
<colgroup>
|
<%-- <colgroup> --%>
|
||||||
<col style="width: 60%">
|
<%-- <col style="width: 60%"> --%>
|
||||||
<col style="width: 10%">
|
<%-- <col style="width: 10%"> --%>
|
||||||
<col style="width: 20%">
|
<%-- <col style="width: 20%"> --%>
|
||||||
<col style="width: 10%">
|
<%-- <col style="width: 10%"> --%>
|
||||||
</colgroup>
|
<%-- </colgroup> --%>
|
||||||
<thead>
|
<!-- <thead> -->
|
||||||
<th scope="col">파일 명</th>
|
<!-- <th scope="col">파일 명</th> -->
|
||||||
<th scope="col">종류</th>
|
<!-- <th scope="col">종류</th> -->
|
||||||
<th scope="col">크기</th>
|
<!-- <th scope="col">크기</th> -->
|
||||||
<th scope="col">삭제</th>
|
<!-- <th scope="col">삭제</th> -->
|
||||||
</thead>
|
<!-- </thead> -->
|
||||||
<tbody id="tbody_fiielist" class="tb_file_after">
|
<!-- <tbody id="tbody_fiielist" class="tb_file_after"> -->
|
||||||
<c:forEach var="fileList" items="${fileList}" varStatus="status">
|
<%-- <c:forEach var="fileList" items="${fileList}" varStatus="status"> --%>
|
||||||
<tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj">
|
<%-- <tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj"> --%>
|
||||||
<input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}">
|
<%-- <input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}"> --%>
|
||||||
<td class="td_filename">
|
<!-- <td class="td_filename"> -->
|
||||||
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
|
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
|
||||||
<a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')">
|
<%-- <a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')"> --%>
|
||||||
<span class="file_name_text">${fileList.orignlFileNm}</span>
|
<%-- <span class="file_name_text">${fileList.orignlFileNm}</span> --%>
|
||||||
</a>
|
<!-- </a> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td class="td_filesort">
|
<!-- <td class="td_filesort"> -->
|
||||||
<span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span>
|
<%-- <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td class="td_filesize">
|
<!-- <td class="td_filesize"> -->
|
||||||
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
|
<%-- <span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td>
|
<!-- <td> -->
|
||||||
<button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button>
|
<%-- <button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
</c:forEach>
|
<%-- </c:forEach> --%>
|
||||||
</tbody>
|
<!-- </tbody> -->
|
||||||
</table>
|
<!-- </table> -->
|
||||||
</div>
|
<!-- </div> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -291,74 +291,74 @@ function delete_item(obj, fileIdx){
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<!-- <tr> -->
|
||||||
<th><span class="reqArea">파일 첨부</span></th>
|
<!-- <th><span class="reqArea">파일 첨부</span></th> -->
|
||||||
<td class="upload_area">
|
<!-- <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> -->
|
||||||
<div class="file_wrap file_upload_box no_img_box">
|
<!-- <div class="file_wrap file_upload_box no_img_box"> -->
|
||||||
<table>
|
<!-- <table> -->
|
||||||
<colgroup>
|
<%-- <colgroup> --%>
|
||||||
<col style="width: 60%;">
|
<%-- <col style="width: 60%;"> --%>
|
||||||
<col style="width: auto;">
|
<%-- <col style="width: auto;"> --%>
|
||||||
<col style="width: 20%;">
|
<%-- <col style="width: 20%;"> --%>
|
||||||
<col style="width: 10%;">
|
<%-- <col style="width: 10%;"> --%>
|
||||||
</colgroup>
|
<%-- </colgroup> --%>
|
||||||
<thead>
|
<!-- <thead> -->
|
||||||
<th scope="col">파일 명</th>
|
<!-- <th scope="col">파일 명</th> -->
|
||||||
<th scope="col">종류</th>
|
<!-- <th scope="col">종류</th> -->
|
||||||
<th scope="col">크기</th>
|
<!-- <th scope="col">크기</th> -->
|
||||||
<th scope="col">삭제</th>
|
<!-- <th scope="col">삭제</th> -->
|
||||||
</thead>
|
<!-- </thead> -->
|
||||||
<tbody class="tb_file_before">
|
<!-- <tbody class="tb_file_before"> -->
|
||||||
<tr>
|
<!-- <tr> -->
|
||||||
<td colspan="4">
|
<!-- <td colspan="4"> -->
|
||||||
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
|
<!-- <p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
</tbody>
|
<!-- </tbody> -->
|
||||||
</table>
|
<!-- </table> -->
|
||||||
</div>
|
<!-- </div> -->
|
||||||
<div class="file_wrap fileAfter file_list_div">
|
<!-- <div class="file_wrap fileAfter file_list_div"> -->
|
||||||
<table>
|
<!-- <table> -->
|
||||||
<colgroup>
|
<%-- <colgroup> --%>
|
||||||
<col style="width: 60%">
|
<%-- <col style="width: 60%"> --%>
|
||||||
<col style="width: 10%">
|
<%-- <col style="width: 10%"> --%>
|
||||||
<col style="width: 20%">
|
<%-- <col style="width: 20%"> --%>
|
||||||
<col style="width: 10%">
|
<%-- <col style="width: 10%"> --%>
|
||||||
</colgroup>
|
<%-- </colgroup> --%>
|
||||||
<thead>
|
<!-- <thead> -->
|
||||||
<th scope="col">파일 명</th>
|
<!-- <th scope="col">파일 명</th> -->
|
||||||
<th scope="col">종류</th>
|
<!-- <th scope="col">종류</th> -->
|
||||||
<th scope="col">크기</th>
|
<!-- <th scope="col">크기</th> -->
|
||||||
<th scope="col">삭제</th>
|
<!-- <th scope="col">삭제</th> -->
|
||||||
</thead>
|
<!-- </thead> -->
|
||||||
<tbody id="tbody_fiielist" class="tb_file_after">
|
<!-- <tbody id="tbody_fiielist" class="tb_file_after"> -->
|
||||||
<c:forEach var="fileList" items="${fileList}" varStatus="status">
|
<%-- <c:forEach var="fileList" items="${fileList}" varStatus="status"> --%>
|
||||||
<tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj">
|
<%-- <tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj"> --%>
|
||||||
<input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}">
|
<%-- <input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}"> --%>
|
||||||
<td class="td_filename">
|
<!-- <td class="td_filename"> -->
|
||||||
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
|
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
|
||||||
<a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')">
|
<%-- <a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')"> --%>
|
||||||
<span class="file_name_text">${fileList.orignlFileNm}</span>
|
<%-- <span class="file_name_text">${fileList.orignlFileNm}</span> --%>
|
||||||
</a>
|
<!-- </a> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td class="td_filesort">
|
<!-- <td class="td_filesort"> -->
|
||||||
<span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span>
|
<%-- <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td class="td_filesize">
|
<!-- <td class="td_filesize"> -->
|
||||||
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
|
<%-- <span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
<td>
|
<!-- <td> -->
|
||||||
<button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button>
|
<%-- <button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button> --%>
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
</c:forEach>
|
<%-- </c:forEach> --%>
|
||||||
</tbody>
|
<!-- </tbody> -->
|
||||||
</table>
|
<!-- </table> -->
|
||||||
</div>
|
<!-- </div> -->
|
||||||
</td>
|
<!-- </td> -->
|
||||||
</tr>
|
<!-- </tr> -->
|
||||||
<input type="hidden" name="qestnrTmplatId" value="QTMPLA_0000000000001" >
|
<input type="hidden" name="qestnrTmplatId" value="QTMPLA_0000000000001" >
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user