2025-10-20 10:49 설문 양식 수정

This commit is contained in:
myname 2025-10-20 10:49:29 +09:00
parent e5b3614d96
commit 8864b16531
2 changed files with 144 additions and 144 deletions

View File

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

View File

@ -291,74 +291,74 @@ function delete_item(obj, fileIdx){
</select>
</td>
</tr>
<tr>
<th><span class="reqArea">파일 첨부</span></th>
<td class="upload_area">
<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>
<div class="file_wrap file_upload_box no_img_box">
<table>
<colgroup>
<col style="width: 60%;">
<col style="width: auto;">
<col style="width: 20%;">
<col style="width: 10%;">
</colgroup>
<thead>
<th scope="col">파일 명</th>
<th scope="col">종류</th>
<th scope="col">크기</th>
<th scope="col">삭제</th>
</thead>
<tbody class="tb_file_before">
<tr>
<td colspan="4">
<p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="file_wrap fileAfter file_list_div">
<table>
<colgroup>
<col style="width: 60%">
<col style="width: 10%">
<col style="width: 20%">
<col style="width: 10%">
</colgroup>
<thead>
<th scope="col">파일 명</th>
<th scope="col">종류</th>
<th scope="col">크기</th>
<th scope="col">삭제</th>
</thead>
<tbody id="tbody_fiielist" class="tb_file_after">
<c:forEach var="fileList" items="${fileList}" varStatus="status">
<tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj">
<input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}">
<td class="td_filename">
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
<a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')">
<span class="file_name_text">${fileList.orignlFileNm}</span>
</a>
</td>
<td class="td_filesort">
<span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span>
</td>
<td class="td_filesize">
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
</td>
<td>
<button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button>
</td>
</tr>
</c:forEach>
</tbody>
</table>
</div>
</td>
</tr>
<!-- <tr> -->
<!-- <th><span class="reqArea">파일 첨부</span></th> -->
<!-- <td class="upload_area"> -->
<!-- <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> -->
<!-- <div class="file_wrap file_upload_box no_img_box"> -->
<!-- <table> -->
<%-- <colgroup> --%>
<%-- <col style="width: 60%;"> --%>
<%-- <col style="width: auto;"> --%>
<%-- <col style="width: 20%;"> --%>
<%-- <col style="width: 10%;"> --%>
<%-- </colgroup> --%>
<!-- <thead> -->
<!-- <th scope="col">파일 명</th> -->
<!-- <th scope="col">종류</th> -->
<!-- <th scope="col">크기</th> -->
<!-- <th scope="col">삭제</th> -->
<!-- </thead> -->
<!-- <tbody class="tb_file_before"> -->
<!-- <tr> -->
<!-- <td colspan="4"> -->
<!-- <p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p> -->
<!-- </td> -->
<!-- </tr> -->
<!-- </tbody> -->
<!-- </table> -->
<!-- </div> -->
<!-- <div class="file_wrap fileAfter file_list_div"> -->
<!-- <table> -->
<%-- <colgroup> --%>
<%-- <col style="width: 60%"> --%>
<%-- <col style="width: 10%"> --%>
<%-- <col style="width: 20%"> --%>
<%-- <col style="width: 10%"> --%>
<%-- </colgroup> --%>
<!-- <thead> -->
<!-- <th scope="col">파일 명</th> -->
<!-- <th scope="col">종류</th> -->
<!-- <th scope="col">크기</th> -->
<!-- <th scope="col">삭제</th> -->
<!-- </thead> -->
<!-- <tbody id="tbody_fiielist" class="tb_file_after"> -->
<%-- <c:forEach var="fileList" items="${fileList}" varStatus="status"> --%>
<%-- <tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj"> --%>
<%-- <input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}"> --%>
<!-- <td class="td_filename"> -->
<!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> -->
<%-- <a href="javascript:fn_egov_downFile('${fileList.atchFileId}','${fileList.fileSn}')"> --%>
<%-- <span class="file_name_text">${fileList.orignlFileNm}</span> --%>
<!-- </a> -->
<!-- </td> -->
<!-- <td class="td_filesort"> -->
<%-- <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span> --%>
<!-- </td> -->
<!-- <td class="td_filesize"> -->
<%-- <span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span> --%>
<!-- </td> -->
<!-- <td> -->
<%-- <button type="button" class="btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i></i></button> --%>
<!-- </td> -->
<!-- </tr> -->
<%-- </c:forEach> --%>
<!-- </tbody> -->
<!-- </table> -->
<!-- </div> -->
<!-- </td> -->
<!-- </tr> -->
<input type="hidden" name="qestnrTmplatId" value="QTMPLA_0000000000001" >
</tbody>
</table>