2024/12/17 팝업 타이틀 수정

This commit is contained in:
subsub 2024-12-17 17:15:56 +09:00
parent ac648e205b
commit 814b116d85
10 changed files with 46 additions and 27 deletions

View File

@ -54,7 +54,7 @@
<script src="/js/common.js"></script>
</head>
<body class="window_popup">
<h2 class="title depth02 mb15">■ 출석현황</h2>
<h2 class="title depth02 mb15" style="float:none;">■ 출석현황</h2>
<form name="frm" id="frm" action="" method="post">
<input type="hidden" name="caseNo" value="${param.caseNo }">
<div class="table_col">

View File

@ -57,7 +57,7 @@
<!-- js -->
</head>
<body class="window_popup">
<h2 class="title depth02 mb15">■ 자료요구현황</h2>
<h2 class="title depth02 mb15" style="float:none;">■ 자료요구현황</h2>
<form name="frm" id="frm" action="" method="post">
<input type="hidden" name="caseNo" value="${param.caseNo }">
<div class="table_col">

View File

@ -5036,7 +5036,7 @@ function clipCallTmp(){
<div class="item-box">
<fmt:parseDate var="parse_reportPaymentDt" value="${masterData.reportPaymentDt}" pattern="yyyyMMdd" />
<fmt:formatDate var="format_reportPaymentDt" value="${parse_reportPaymentDt}" pattern="yyyy-MM-dd" />
<input type="text" class="datepicker" name="reportPaymentDt" id="reportPaymentDt" value="${format_reportPaymentDt}" style="width: calc(100% - 100px);" readonly="readonly">
<input type="text" class="datepicker" name="reportPaymentDt" id="reportPaymentDt" value="${format_reportPaymentDt}" style="width: calc(100% - 163px);" readonly="readonly">
<c:if test="${memberPosition == '0915000000' and masterData.statePro == '0404000000' and empty masterData.reportPaymentDt}">
<button type="button" class="btn-default btn btn_text btn_36 orange_border" id="addReportPaymentDt">보고서결재일 저장</button>
@ -5072,7 +5072,7 @@ function clipCallTmp(){
<span style="color: blue;">
* 재심의 진행 : <c:out value="${masterData.reconsiderationYn}"/>
</span>
<p id="mediationAlert" style="color: red;"></p>
<p id="mediationAlert" class="cf_text color_red mt10"></p>
</div>
</div>
<div class="bbs-view-item">
@ -5081,7 +5081,7 @@ function clipCallTmp(){
<span class="reqArea"></span>신청금액 :
<input type="text" name="mediationReqAmount" id="mediationReqAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.mediationReqAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
/ 조정금액 :
<input type="text" name="mediationAmount" id="mediationAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.mediationAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">(원단위까지 입력)
<input type="text" name="mediationAmount" id="mediationAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.mediationAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;"> (원단위까지 입력)
/ 피신청인 인정금액 :
<input type="text" name="respondentAmount" id="respondentAmount" style="width: 13%" value="<fmt:formatNumber><c:out value='${masterData.respondentAmount}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<button type="button" class="btn-default btn btn_text btn_36 orange_border" onclick="automaticCalc();">자동계산</button>
@ -5090,35 +5090,35 @@ function clipCallTmp(){
<div class="bbs-view-item">
<p class="item-title no-bullet">인지대</p>
<div class="item-box">
<input type="text" name="feeMoney" id="feeMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.feeMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">원
<input type="text" name="feeMoney" id="feeMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.feeMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<span class="cs-essential"></span>
</div>
</div>
<div class="bbs-view-item">
<p class="item-title no-bullet">송달료</p>
<div class="item-box">
<input type="text" name="postMoney" id="postMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.postMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">원
<input type="text" name="postMoney" id="postMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.postMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<span class="cs-essential"></span>
</div>
</div>
<div class="bbs-view-item">
<p class="item-title no-bullet">변호사수임료</p>
<div class="item-box">
<input type="text" name="lawyerMoney" id="lawyerMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.lawyerMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">원
<input type="text" name="lawyerMoney" id="lawyerMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.lawyerMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<span class="cs-essential"></span>
</div>
</div>
<div class="bbs-view-item">
<p class="item-title no-bullet">간접 피해구제액</p>
<div class="item-box">
<input type="text" name="courtMoney" id="courtMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.courtMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">원
<input type="text" name="courtMoney" id="courtMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.courtMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<span class="cs-essential"></span>
</div>
</div>
<div class="bbs-view-item">
<p class="item-title no-bullet">피해구제액</p>
<div class="item-box">
<input type="text" name="resultMoney" id="resultMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.resultMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">원
<input type="text" name="resultMoney" id="resultMoney" style="width: 30%" value="<fmt:formatNumber><c:out value='${masterData.resultMoney}'/></fmt:formatNumber>" maxlength="30" numberonly='true' monyCount='true' style="ime-mode:disabled;">
<span class="cs-essential"></span>
</div>
</div>
@ -9009,10 +9009,10 @@ function clipCallTmp(){
<c:if test="${(memberId == masterData.caseExaminer || memberPosition == '0915000000') && (memberPosition == '0912000000' || memberPosition == '0911000000' || memberPosition == '0915000000')}">
<div class="area_left">
<c:if test="${masterData.statePro != '0405000000' && masterData.statePro != '0404000000' && masterData.statePro != '0401000000'}">
<button type="button" id="nextStepBtn" class="btn-default btn btn_text btn_46 subgray_fill responsive">다음</button>
<button type="button" id="nextStepBtn" class="btn-default btn btn_text btn_46 subgray_border responsive">다음</button>
</c:if>
<c:if test="${masterData.statePro != '0405000000' && masterData.statePro != '0402000000' && masterData.statePro != '0401000000'}">
<button type="button" id="preStepBtn" class="btn-default btn btn_text btn_46 subgray_fill responsive">이전</button>
<button type="button" id="preStepBtn" class="btn-default btn btn_text btn_46 subgray_border responsive">이전</button>
</c:if>
</div>
<div class="area_right">

View File

@ -1125,11 +1125,11 @@ function changeAssign(){
<div class="bbs-view-item">
<p class="item-title no-bullet"><span class="reqArea"></span>사유 문서첨부</p>
<div class="item-box">
<div class="cs-files fl" id="upFileHtml6">
<div class="cs-files cs_file_list fl" id="upFileHtml6">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4829000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="w100per file_row"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>
@ -1159,11 +1159,11 @@ function changeAssign(){
<div class="bbs-view-item">
<p class="item-title">신청인 사건문서첨부</p>
<div class="item-box">
<div class="cs-files fl" id="upFileHtml2">
<div class="cs-files cs_file_list fl" id="upFileHtml2">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4801000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="w100per file_row"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>
@ -1173,11 +1173,11 @@ function changeAssign(){
<div class="bbs-view-item">
<p class="item-title">조사관 사건문서첨부(신청인)</p>
<div class="item-box">
<div class="cs-files fl" id="upFileHtml3">
<div class="cs-files fl cs_file_list" id="upFileHtml3">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4811000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="w100per file_row"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>
@ -1187,11 +1187,11 @@ function changeAssign(){
<div class="bbs-view-item">
<p class="item-title">피신청인 사건문서첨부</p>
<div class="item-box">
<div class="cs-files fl" id="upFileHtml4">
<div class="cs-files fl cs_file_list" id="upFileHtml4">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4802000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="w100per file_row"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>
@ -1201,11 +1201,11 @@ function changeAssign(){
<div class="bbs-view-item">
<p class="item-title">조사관 사건문서첨부<br/>(피신청인)</p>
<div class="item-box">
<div class="cs-files fl" id="upFileHtml5">
<div class="cs-files fl cs_file_list" id="upFileHtml5">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4812000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="w100per file_row"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>
@ -1265,11 +1265,11 @@ function changeAssign(){
<tr style="border-bottom: 1px solid #e8e8e8">
<th>계약서 사본</th>
<td colspan="3">
<div class="cs-files fl" id="upFileHtml1">
<div class="cs-files fl cs_file_list" id="upFileHtml1">
<c:forEach items="${trublreqstmngCaseFileList}" var="file" varStatus="status">
<c:if test="${file.fileGubun == '4803000000'}">
<div id="fileUploadP${status.count}">
<img src="/img/user/bbs/icon_file.gif" alt="gif">&nbsp;&nbsp;<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
<a href="/seed/extra/down/file.do?dataIdx=${file.seqNo}&funcType=${file.fileFunc}&pathKey1=${siteIdx}" class="file_row w100per"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">[${file.fileNo}-${file.seqNo}] ${file.fileName} (${file.regDt}, ${file.fileOwner})</a>
</div>
</c:if>
</c:forEach>

View File

@ -63,6 +63,7 @@ select{min-width:65px;height:36px;padding:4px 35px 4px 10px;border:1px solid #d5
.color_666{color:#666 !important;}
.color_orange{color:#fa6718 !important;}
.color_blue{color:#163db1 !important;}
.color_red{color:#e40000 !important;}
.reqArea{position:relative;}
.reqArea::after{position:absolute;content:"*";font-weight:500;left:-12px;top:3px;color:#e40000;}

View File

@ -22,12 +22,18 @@
.window_popup .table_col{border-top:2px solid #222;}
.window_popup .table_col thead th{height:40px;font-size:14px;font-weight:500;color:#333;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
.window_popup .table_col tbody td{height:40px;font-size:14px;font-weight:300;color:#555;text-align:center;border-bottom:1px solid #e5e5e5;vertical-align:middle;}
.window_popup .table_col tbody td{height:40px;padding:0 4px;font-size:14px;font-weight:300;color:#555;text-align:center;border-bottom:1px solid #e5e5e5;vertical-align:middle;box-sizing:border-box;}
.window_popup.wrap .sch-content-wrap *{height:30px;}
.window_popup .table_top select,
.window_popup .table_top input,
.window_popup .table_top button{height:30px;font-size:14px;}
.window_popup .table_top button,
.window_popup .table_col select,
.window_popup .table_col input,
.window_popup .table_col button{height:30px;font-size:14px;}
.window_popup .pagination, .window_popup .pagination-control{height:30px;}
.window_popup .pagination li a,.window_popup .pagination-control a{width:30px;height:30px;font-size:14px;}
.window_popup .picker__input{width:100%;background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 10px) 50%;}

View File

@ -76,6 +76,16 @@ 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;}
.ui-datepicker-next.ui-corner-all,.ui-datepicker-prev.ui-corner-all{display:none;}
.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 thead th,.wrap .col-table.data-table .picker__table tbody td{border:0;}
.wrap .col-table.data-table .picker__table tbody td{height:55px;padding:0;font-size:15px;}
.wrap .col-table.data-table .picker__table .picker__day{height:100%;font-size:15px;padding:1px 10px;}
.wrap .prc_content .col-table.data-table.table-layout.txt_center td .picker__nav--next,
.wrap .prc_content .col-table.data-table.table-layout.txt_center td .picker__nav--prev{width:auto;}
.wrap .prc_content .col-table.data-table.table-layout.txt_center .picker__footer button{width:calc(100% / 3);}
/* table - 리스트 */
.wrap .form-wrap{border:0;}
.wrap .table_top,.wrap .search_wrap .calendar_term,.wrap .table_top .search_wrap,.wrap .table_top .type_select{display:flex;align-items:center;gap:5px;}

View File

@ -11,7 +11,7 @@
.btn{display:inline-block;color:#333;border-radius:5px;transition:all 0.2s ease-in-out;}
.btn:hover{box-shadow:0 0 5px rgba(0,0,0,0.3);transition:all 0.2s ease-in-out;}
.btn.only_icon:hover{box-shadow:none;}
.btn.only_icon:hover,.btn.btn_only_icon:hover{box-shadow:none !important;}
.btn_35{height:35px;font-size:1.6rem;font-weight:400;padding:0 25px;}
.btn_35.only_icon{width:35px;}

View File

@ -55,6 +55,7 @@
.apl_status_content.detail .title.depth02{display:block;margin:50px 0 0 0;}
.apl_status_content.detail .apl_list .active .btn_apl_slide i::after{transform:rotate(45deg);top:11px;}
.apl_status_content.detail .table_type_cols.line thead tr:nth-child(n+2) th:last-child{border-right:1px solid #d8d8d8;}
.apl_status_content.detail .price_table tbody tr td{height:45px;}
.apl_status_content.detail .price_table td:not(:first-child){font-size:1.4rem;}
.apl_status_content.detail .price_table td{font-size:1.7rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

View File

@ -130,6 +130,7 @@
.list_view_wrap .view_info .view_info_tit{display:inline-block;color:#888;}
.list_view_wrap .view_content{font-size:1.7rem;padding:40px 24px;border-bottom:1px solid #d8d8d8;line-height:1.4;}
.list_view_wrap .view_content *{font-family:'Noto Sans KR', sans-serif !important;font-weight:300;color:#222;transform: skew(-0.1deg);}
.list_view_wrap .view_content b{font-weight:600;}
/* box */
.box{padding:30px;margin:20px 0 0 0;border-radius:5px;font-size:1.7rem;font-weight:400;color:#333;}