2024/02/21 관리자페이지 : 엑셀 파일첨부 등록 스타일 수정
This commit is contained in:
parent
34a298e54b
commit
9d2c068c22
@ -209,7 +209,7 @@
|
||||
<div class="tb_type02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
|
||||
@ -221,8 +221,8 @@
|
||||
<td class="input_phone attachedFile_wrap">
|
||||
<input type="text" readonly id="atFileBasicWrite" style="width:500px;" name="atFileBasicWrite"/>
|
||||
<input type="file" name="file" id="file" style="display:none" accept=".xls, .xlsx" onchange="changeValue(this); return false;"/>
|
||||
<button type="button" class="btnType btnType9" onclick="document.all.file.click(); return false;">파일첨부</button>
|
||||
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.edu-copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000001230&fileSn=0" target="_blank">sample</a></span>
|
||||
<button type="button" class="btn_type06" onclick="document.all.file.click(); return false;">파일첨부</button>
|
||||
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.edu-copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000001230&fileSn=0" target="_blank">샘플 다운로드</a></span>
|
||||
<!-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000040425&fileSn=0" target="_blank">sample</a></span> -->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -388,10 +388,10 @@ $( document ).ready(function(){
|
||||
<div class="tb_type02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 210px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 150px;">
|
||||
<col style="width: ;">
|
||||
<col style="width: ;">
|
||||
<col style="width: ;">
|
||||
</colgroup>
|
||||
|
||||
<tbody>
|
||||
@ -407,10 +407,10 @@ $( document ).ready(function(){
|
||||
<input type="file" name="file" id="file" style="display:none"
|
||||
accept=".txt, .xls, .xlsx"
|
||||
onchange="changeValue(this); return false;"/>
|
||||
<button type="button" class="btnType btnType9"
|
||||
<button type="button" class="btn_type06"
|
||||
onclick="document.all.file.click(); return false;"
|
||||
>파일첨부</button>
|
||||
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.edu-copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000001231&fileSn=0" target="_blank">sample</a></span>
|
||||
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.edu-copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000001231&fileSn=0" target="_blank">샘플 다운로드</a></span>
|
||||
<!-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000018209&fileSn=0" target="_blank">sample</a></span> -->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -388,10 +388,10 @@ $( document ).ready(function(){
|
||||
<div class="tb_type02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 210px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 150px;">
|
||||
<col style="width: ;">
|
||||
<col style="width: ;">
|
||||
<col style="width: ;">
|
||||
</colgroup>
|
||||
|
||||
<tbody>
|
||||
@ -407,10 +407,10 @@ $( document ).ready(function(){
|
||||
<input type="file" name="file" id="file" style="display:none"
|
||||
accept=".txt, .xls, .xlsx"
|
||||
onchange="changeValue(this); return false;"/>
|
||||
<button type="button" class="btnType btnType9"
|
||||
<button type="button" class="btn_type06"
|
||||
onclick="document.all.file.click(); return false;"
|
||||
>파일첨부</button>
|
||||
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001233&fileSn=0" target="_blank">sample</a></span>
|
||||
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001233&fileSn=0" target="_blank">샘플 다운로드</a></span>
|
||||
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001268&fileSn=0" target="_blank">sample</a></span> --%>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user