This commit is contained in:
JIWOO 2024-12-19 18:05:25 +09:00
commit 59c44c32d2
5 changed files with 112 additions and 93 deletions

View File

@ -741,7 +741,7 @@ function fileList(){
var html = ""; var html = "";
if(r.data.length != 0){ if(r.data.length != 0){
$.each(r.data, function(k,v) { $.each(r.data, function(k,v) {
html += '<div class="row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/img/icon/icon_file.gif" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName; html += '<div class="row file_row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/img/icon/icon_file.gif" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName;
html += '</a>&nbsp;</div>'; html += '</a>&nbsp;</div>';
}); });
}else{ }else{

View File

@ -368,9 +368,9 @@ function loadFileData(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -402,9 +402,9 @@ function loadFileData2(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -435,9 +435,9 @@ function loadFileData3(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -468,9 +468,9 @@ function loadFileData4(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -502,9 +502,9 @@ function loadFileData5(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -535,9 +535,9 @@ function loadFileData6(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -569,9 +569,9 @@ function loadFileData7(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -603,9 +603,9 @@ function loadFileData8(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -637,9 +637,9 @@ function loadFileData9(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -671,9 +671,9 @@ function loadFileData10(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+_fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -695,7 +695,7 @@ function fileList(){
var html = ""; var html = "";
if(r.data.length != 0){ if(r.data.length != 0){
$.each(r.data, function(k,v) { $.each(r.data, function(k,v) {
html += '<div class="row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/img/icon/icon_file.gif" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName; html += '<div class="row file_row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName;
html += '</a>&nbsp;</div>' html += '</a>&nbsp;</div>'
}); });
}else{ }else{
@ -1437,6 +1437,7 @@ function nanumCallGeneral(p_jobID, nanumSubject){
<c:if test="${memberId == 'test04'}"> <c:if test="${memberId == 'test04'}">
<div class="btn_wrap mt20 mb40"> <div class="btn_wrap mt20 mb40">
<!-- <button type="button" class="btn-default fl">안건상정 결제</button> --> <!-- <button type="button" class="btn-default fl">안건상정 결제</button> -->
<div class="area_left">
<select name="trublcfrncmngSelect" id="trublcfrncmngSelect"> <select name="trublcfrncmngSelect" id="trublcfrncmngSelect">
<option value="">협의회 문서보기</option> <option value="">협의회 문서보기</option>
<option value="1" onclick="nanumCallTest2('1', '회의안건 상정');">회의안건 상정 TEST</option> <option value="1" onclick="nanumCallTest2('1', '회의안건 상정');">회의안건 상정 TEST</option>
@ -1446,12 +1447,16 @@ function nanumCallGeneral(p_jobID, nanumSubject){
<option value="8" onclick="nanumCallTest2('8', '추가안건 상정(3차)');">추가안건 상정(3차) TEST</option> <option value="8" onclick="nanumCallTest2('8', '추가안건 상정(3차)');">추가안건 상정(3차) TEST</option>
</select> </select>
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button> <button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button>
</div>
<div class="area_right">
<a href="/gtm/case/trublcfrncmng/trublcfrncmngList/TrublcfrncmngPagingList.do" class="btn-default btn btn_text btn_36 gray_fill" style="display:flex;justify-content:center;align-items:center;">목록</a> <a href="/gtm/case/trublcfrncmng/trublcfrncmngList/TrublcfrncmngPagingList.do" class="btn-default btn btn_text btn_36 gray_fill" style="display:flex;justify-content:center;align-items:center;">목록</a>
</div> </div>
</div>
</c:if> </c:if>
<c:if test="${memberId != 'test04'}"> <c:if test="${memberId != 'test04'}">
<div class="btn_wrap mt20 mb40"> <div class="btn_wrap mt20 mb40">
<!-- <button type="button" class="btn-default fl">안건상정 결제</button> --> <!-- <button type="button" class="btn-default fl">안건상정 결제</button> -->
<div class="area_left">
<select name="trublcfrncmngSelect" id="trublcfrncmngSelect"> <select name="trublcfrncmngSelect" id="trublcfrncmngSelect">
<option value="">협의회 문서보기</option> <option value="">협의회 문서보기</option>
<option value="1" onclick="nanumCall2('1', '회의안건 상정');">회의안건 상정</option> <option value="1" onclick="nanumCall2('1', '회의안건 상정');">회의안건 상정</option>
@ -1461,8 +1466,11 @@ function nanumCallGeneral(p_jobID, nanumSubject){
<option value="8" onclick="nanumCall2('8', '추가안건 상정(3차)');">추가안건 상정(3차)</option> <option value="8" onclick="nanumCall2('8', '추가안건 상정(3차)');">추가안건 상정(3차)</option>
</select> </select>
<button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button> <button type="button" class="btn-default btn btn_text btn_36 blue_border fl" onclick="nanumCallGeneral('5', '협의회 종료통지(사무소별)');">협의회 종료통지(사무소별)</button>
</div>
<div class="area_right">
<a href="/gtm/case/trublcfrncmng/trublcfrncmngList/TrublcfrncmngPagingList.do" class="btn-default btn btn_text btn_36 gray_fill" style="display:flex;justify-content:center;align-items:center;">목록</a> <a href="/gtm/case/trublcfrncmng/trublcfrncmngList/TrublcfrncmngPagingList.do" class="btn-default btn btn_text btn_36 gray_fill" style="display:flex;justify-content:center;align-items:center;">목록</a>
</div> </div>
</div>
</c:if> </c:if>
<!-- <p class="help-block mt30 ar"><span class="reqArea"></span>표기는 필수 입력사항</p> --> <!-- <p class="help-block mt30 ar"><span class="reqArea"></span>표기는 필수 입력사항</p> -->

View File

@ -390,9 +390,9 @@ function loadFileData(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -420,9 +420,9 @@ function loadFileData2(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -450,9 +450,9 @@ function loadFileData3(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -480,9 +480,9 @@ function loadFileData4(){
totFileSize = sizeData; totFileSize = sizeData;
sizeData = sizeData.toFixed(2); sizeData = sizeData.toFixed(2);
var fileHtml = "<div class=\"row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">"; var fileHtml = "<div class=\"row file_row\" class=\"fileClassCnt\" id=\"fileUploadP"+fileCountFix+"\">";
fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; /* fileHtml += "<img src=\"/img/user/bbs/icon_file.gif\" alt=\"gif\">&nbsp;&nbsp;"; */
fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>'; fileHtml += '<a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">'+v.fileName+'&nbsp;&nbsp;('+sizeData+')</a>';
fileHtml += "&nbsp;"; fileHtml += "&nbsp;";
//fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>"; //fileHtml += "<a href=\"javascript:;\" onclick=\"javascript:jf_delete_file2('"+fileCountFix+"', '"+sizeData+"', 'Y', '1', '"+v.seqNo+"');\"><img src=\"/img/user/bbs/btn_file_del.png\" alt=\"삭제\"></a>";
fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">'; fileHtml += '<input type="text" name="fileMemo_'+v.seqNo+'" class="fileMemoUp" value="'+v.fileMemo+'" style="width: 700px;display: block;margin-top: 5px;margin-bottom: 5px" maxlength="1000">';
@ -504,7 +504,7 @@ function fileList(){
var html = ""; var html = "";
if(r.data.length != 0){ if(r.data.length != 0){
$.each(r.data, function(k,v) { $.each(r.data, function(k,v) {
html += '<div class="row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/img/icon/icon_file.gif" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName; html += '<div class="row file_row"><a href="/seed/extra/down/filedown.do?fileName='+v.fileName+'&fileOrgname='+v.fileOrgname+'&filePath='+v.filePath+'"><img alt="'+v.fileName+'" src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png" style="vertical-align: middle;margin-left: 5px;">&nbsp;&nbsp;'+v.fileName;
html += '</a>&nbsp;</div>' html += '</a>&nbsp;</div>'
}); });
}else{ }else{
@ -1459,7 +1459,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml1"></div> <div class="cs-files fl" id="upFileHtml1"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_1" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_1" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1470,7 +1470,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml11"></div> <div class="cs-files fl" id="upFileHtml11"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_11" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_11" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1481,7 +1481,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml12"></div> <div class="cs-files fl" id="upFileHtml12"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_12" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_12" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1492,7 +1492,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml13"></div> <div class="cs-files fl" id="upFileHtml13"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_13" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_13" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1503,7 +1503,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml14"></div> <div class="cs-files fl" id="upFileHtml14"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_14" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_14" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1514,7 +1514,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml15"></div> <div class="cs-files fl" id="upFileHtml15"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_15" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_15" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1525,7 +1525,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml16"></div> <div class="cs-files fl" id="upFileHtml16"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_16" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_16" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1536,7 +1536,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml17"></div> <div class="cs-files fl" id="upFileHtml17"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_17" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_17" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1547,7 +1547,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml18"></div> <div class="cs-files fl" id="upFileHtml18"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_18" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_18" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>
@ -1558,7 +1558,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
<div class="cs-files fl" id="upFileHtml19"></div> <div class="cs-files fl" id="upFileHtml19"></div>
<div class="cs-files fr"> <div class="cs-files fr">
<c:if test="${memberPosition == '0915000000'}"> <c:if test="${memberPosition == '0915000000'}">
<label for="upFile_19" class="btn-default btn btn_text btn_36 blue_border violet responsive">파일 선택</label> <label for="upFile_19" class="btn-default btn btn_text btn_36 blue_border violet responsive mt10">파일 선택</label>
</c:if> </c:if>
</div> </div>
</div> </div>

View File

@ -148,7 +148,7 @@ function fnList() {
<div class="cont"> <div class="cont">
<!-- list_상세 --> <!-- list_상세 -->
<div class="tbType02"> <div class="tbType02 col-table data-table">
<table> <table>
<colgroup> <colgroup>
<col style="width: 20%"> <col style="width: 20%">
@ -158,14 +158,14 @@ function fnList() {
<tbody> <tbody>
<tr> <tr>
<th><span class="reqArea">팝업명</span></th> <th><span class="reqArea">팝업명</span></th>
<td colspan="3"> <td>
<form:input path="popupTitleNm" size="50" title="팝업명" maxlength="255"/> <form:input path="popupTitleNm" size="50" title="팝업명" maxlength="255"/>
<form:errors path="popupTitleNm" /> <form:errors path="popupTitleNm" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th><span class="reqArea">게시기간</span></th> <th><span class="reqArea">게시기간</span></th>
<td colspan="3"> <td>
<%-- <input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" > <%-- <input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" >
<input type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="10" class="readOnlyClass" readonly> <input type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="10" class="readOnlyClass" readonly>
@ -193,7 +193,7 @@ function fnList() {
</form:select>분 --%> </form:select>분 --%>
<div id="sel_date" class="sel_date"> <div id="sel_date" class="sel_date calendar">
<input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" > <input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" >
<input type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" maxlength="10" title="게시시작일" readonly> <input type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" maxlength="10" title="게시시작일" readonly>
@ -202,7 +202,7 @@ function fnList() {
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;"> <div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
<a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.popupManageVO, document.forms.popupManageVO.ntceBgndeYYYMMDD);"> <a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.popupManageVO, document.forms.popupManageVO.ntceBgndeYYYMMDD);">
<input type="button" class="calBtn"> <input type="button" class="calBtn">
<img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px" alt="달력창팝업버튼이미지"> <%-- <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px" alt="달력창팝업버튼이미지"> --%>
</a> </a>
</div> </div>
<form:select path="ntceBgndeHH" class="date_format"> <form:select path="ntceBgndeHH" class="date_format">
@ -216,7 +216,7 @@ function fnList() {
<div class="calendar_in" id="calendarName_endDate" style="z-index: 9;"> <div class="calendar_in" id="calendarName_endDate" style="z-index: 9;">
<a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.popupManageVO, document.forms.popupManageVO.ntceEnddeYYYMMDD);"> <a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.popupManageVO, document.forms.popupManageVO.ntceEnddeYYYMMDD);">
<input type="button" class="calBtn"> <input type="button" class="calBtn">
<img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px" alt="달력창팝업버튼이미지"> <%-- <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px" alt="달력창팝업버튼이미지"> --%>
</a> </a>
</div> </div>
<form:select path="ntceEnddeHH" class="date_format"> <form:select path="ntceEnddeHH" class="date_format">
@ -230,14 +230,14 @@ function fnList() {
</tr> </tr>
<tr> <tr>
<th>링크 URL</th> <th>링크 URL</th>
<td colspan="3"> <td>
<form:input path="fileUrl" size="50" title="링크 URL" maxlength="255"/> <form:input path="fileUrl" size="50" title="링크 URL" maxlength="255"/>
<form:errors path="fileUrl" /> <form:errors path="fileUrl" />
</td> </td>
</tr> </tr>
<tr style="display:none;"> <tr style="display:none;">
<th>팝업사이즈</th> <th>팝업사이즈</th>
<td colspan="3"> <td>
가로<form:input path="popupWSize" class="dateInput" maxlength="10" value="100"/>px 세로<form:input path="popupHSize" class="dateInput" maxlength="10" value="100"/>px 가로<form:input path="popupWSize" class="dateInput" maxlength="10" value="100"/>px 세로<form:input path="popupHSize" class="dateInput" maxlength="10" value="100"/>px
<form:errors path="popupWSize" /> <form:errors path="popupWSize" />
<form:errors path="popupHSize" /> <form:errors path="popupHSize" />
@ -245,15 +245,16 @@ function fnList() {
</tr> </tr>
<tr> <tr>
<th>위치</th> <th>위치</th>
<td colspan="3"> <td class="td_position">
왼쪽 <form:input path="popupWlc" class="dateInput" maxlength="10"/>px 상단<form:input path="popupHlc" class="dateInput" maxlength="10"/>px <p>왼쪽 <form:input path="popupWlc" class="dateInput" maxlength="10"/> px</p>
<p>상단 <form:input path="popupHlc" class="dateInput" maxlength="10"/> px</p>
<form:errors path="popupWlc" /> <form:errors path="popupWlc" />
<form:errors path="popupHlc" /> <form:errors path="popupHlc" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th>내용</th> <th>내용</th>
<td colspan="3"> <td>
<form:textarea path="nttCn" title="${title} ${inputTxt}" cols="300" rows="20" /> <form:textarea path="nttCn" title="${title} ${inputTxt}" cols="300" rows="20" />
<ckeditor:replace replace="nttCn" basePath="${pageContext.request.contextPath}/html/egovframework/com/cmm/utl/ckeditor/" /> <ckeditor:replace replace="nttCn" basePath="${pageContext.request.contextPath}/html/egovframework/com/cmm/utl/ckeditor/" />
</td> </td>
@ -286,8 +287,8 @@ function fnList() {
<div class="area_left"> <div class="area_left">
</div> </div>
<div class="area_right"> <div class="area_right">
<button type="button" class="btnType06" onclick="fn_egov_save_PopupManage(); return false;">저 장</button> <button type="button" class="btnType06 btn btn_text btn_46 blue_fill" onclick="fn_egov_save_PopupManage(); return false;">저 장</button>
<button type="button" class="btnType04" onclick="fnList(); return false;">목 록</button> <button type="button" class="btnType04 btn btn_text btn_46 gray_fill" onclick="fnList(); return false;">목 록</button>
</div> </div>
</div> </div>
<!-- //btn_wrap --> <!-- //btn_wrap -->

View File

@ -77,6 +77,15 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .bbs-view-item .item-box .datepicker{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center !important;} .wrap .bbs-view-item .item-box .datepicker{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center !important;}
.ui-datepicker-next.ui-corner-all,.ui-datepicker-prev.ui-corner-all{display:none;} .ui-datepicker-next.ui-corner-all,.ui-datepicker-prev.ui-corner-all{display:none;}
.bbs-view-layout .picker__header,.table-layout .picker__header{display:flex;height:30px;align-items:center;justify-content:center;}
.bbs-view-layout .picker__nav--prev,.bbs-view-layout .picker__nav--next,
.table-layout .picker__nav--prev,.table-layout .picker__nav--next{width:50px;padding:0;padding:15px 10px;}
.prc_content .table-layout.txt_center td .picker__year,.prc_content .table-layout.txt_center td .picker__month{width:auto;font-size:18px;}
.bbs-view-layout .picker__weekday{height:45px;background:#f4f5f6;padding:0;font-size:17px;font-weight:500;color:#222;vertical-align:middle;}
.bbs-view-layout .picker__weekday:first-child{border-radius:5px 0 0 5px;}
.bbs-view-layout .picker__weekday:last-child{border-radius:0 5px 5px 0;}
.bbs-view-layout .picker__day{display:flex;height:42px;font-size:16px;font-weight:400;color:#400;justify-content:center;align-items:center;}
.wrap .col-table.data-table .picker__input{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center !important;} .wrap .col-table.data-table .picker__input{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center !important;}
.wrap .col-table.data-table .picker__table{margin:15px 0 0 0;border-bottom:1px solid #d5d5d5;} .wrap .col-table.data-table .picker__table{margin:15px 0 0 0;border-bottom:1px solid #d5d5d5;}
.wrap .col-table.data-table .picker__table thead th,.wrap .col-table.data-table .picker__table tbody td{border:0;} .wrap .col-table.data-table .picker__table thead th,.wrap .col-table.data-table .picker__table tbody td{border:0;}
@ -177,7 +186,8 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .file_wrap .file_name img{display:inline-block;vertical-align:middle;} .wrap .file_wrap .file_name img{display:inline-block;vertical-align:middle;}
.cs_file_list{display:inline-flex;width:calc(100% - 150px);flex-direction:column;gap:8px;} .cs_file_list{display:inline-flex;width:calc(100% - 150px);flex-direction:column;gap:8px;}
.file_row{display:flex;padding:10px 20px;align-items:center;flex-wrap:wrap;gap:5px;background:#f4f5f6;border-radius:5px;} .file_row{display:flex !important;padding:10px 20px;align-items:center;flex-wrap:wrap;gap:5px;background:#f4f5f6;border-radius:5px;}
.file_row a{display:flex;align-items:center;gap:8px;}
.file_row.background_none{background:none;padding:0;} .file_row.background_none{background:none;padding:0;}
.file_row img+a{max-width:calc(100% - 50px);width:auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .file_row img+a{max-width:calc(100% - 50px);width:auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.file_row .btn_file_del{width:18px;height:18px;background:#e40000;border-radius:5px;margin:2px 0 0 0;} .file_row .btn_file_del{width:18px;height:18px;background:#e40000;border-radius:5px;margin:2px 0 0 0;}