2023/06/26 회원탈퇴자 분류 테이블 추가
@99568aae79bf3b7e298a9d84395db212dc5ad5f0
--- src/main/webapp/pb/css/content.css
+++ src/main/webapp/pb/css/content.css
... | ... | @@ -278,6 +278,16 @@ |
| 278 | 278 |
.pageCont .tbType3 tbody tr th{background-color: #f3f6fa;color: #222;vertical-align: middle;letter-spacing: -1px;}
|
| 279 | 279 |
.pageCont .tbType3 tbody tr td{color: #222;height: 45px;vertical-align: middle;}
|
| 280 | 280 |
|
| 281 |
+ |
|
| 282 |
+.pageCont .tbType4{text-align: center; width: 100%; table-layout: fixed; margin:0 0 50px 0;}
|
|
| 283 |
+.pageCont .tbType4 thead tr th{border-top:2px solid #456ded; border-bottom:3px double #e6e6e6; padding: 13px 0; font-size: 1em; font-weight: 500;color: #555; white-space: nowrap; border-left:1px solid #d5d5d5; text-align:center;}
|
|
| 284 |
+.pageCont .tbType4 thead tr th:first-child {border-left:none;}
|
|
| 285 |
+.pageCont .tbType4{border-top: 2px solid #456ded;width: 100%;table-layout: fixed;text-align: left;}
|
|
| 286 |
+.pageCont .tbType4 tbody tr{border-bottom: 2px solid #e5e5e5;}
|
|
| 287 |
+.pageCont .tbType4 tbody tr td{vertical-align: middle;font-size: 1em;font-weight: 400;color: #555;padding: 12px 0; border-left:1px solid #d5d5d5; text-align:center;}
|
|
| 288 |
+.pageCont .tbType4 tbody tr td:first-child {border-left:none;}
|
|
| 289 |
+ |
|
| 290 |
+ |
|
| 281 | 291 |
.ipStatus .contBox{margin-right: 30px;margin-bottom: 50px;flex-grow: 2 1;width: auto;float: left;}
|
| 282 | 292 |
.ipStatus .contBox:nth-child(1){width: 65%;}
|
| 283 | 293 |
.ipStatus .contBox:nth-child(2){width: 30%;}
|
+++ src/main/webapp/pb/user_manage_list2_1.html
... | ... | @@ -0,0 +1,334 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| 8 | + <title>회원관리 >회원 정보(리스트)</title> | |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"> | |
| 10 | + <link rel="stylesheet" href="/pb/css/reset.css"> | |
| 11 | + <link rel="stylesheet" href="/pb/css/common.css"> | |
| 12 | + <link rel="stylesheet" href="/pb/css/content.css"> | |
| 13 | + <link rel="stylesheet" href="/pb/css/popup.css"> | |
| 14 | + <script src="/pb/js/jquery-3.5.0.js"></script> | |
| 15 | + <script src="/pb/js/common.js"></script> | |
| 16 | +</head> | |
| 17 | + | |
| 18 | +<body> | |
| 19 | + <header> | |
| 20 | + <h1><a href="/pb/dashBoard.html"><img src="/pb/img/common/topLogo.png" alt="아이티앤 로고이미지"></a></h1> | |
| 21 | + <div class="topRight"><input type="button" class="allMenu"> | |
| 22 | + <ul class="inline"> | |
| 23 | + <li><input type="button" class="alramBtn"></li> | |
| 24 | + <li><input type="button" class="mailBtn"></li> | |
| 25 | + <li><input type="button" class="quickSiteBtn"></li> | |
| 26 | + <li><input type="button" class="favoriteBtn"></li> | |
| 27 | + </ul> | |
| 28 | + <div class="infoWrap"> | |
| 29 | + <ul class="inline"> | |
| 30 | + <li><img src="/pb/img/common/topTimeOut.png" alt="타임아웃 아이콘"> | |
| 31 | + <p>로그인 세션 타임아웃 시간 : <span>30</span>분</p> | |
| 32 | + </li> | |
| 33 | + <li><img src="/pb/img/common/topTime.png" alt="타임 아이콘"> | |
| 34 | + <p>최종접속일시 : <span>2020-06-01 11:00</span></p> | |
| 35 | + </li> | |
| 36 | + </ul> | |
| 37 | + <div class="pfWrap"> | |
| 38 | + <div class="pfImg"><img src="/pb/img/pfImg.jpg" alt="개인이미지"></div> | |
| 39 | + <ul> | |
| 40 | + <li class="pfName">Soobin Jung</li> | |
| 41 | + <li class="pfPosi">최고관리자</li> | |
| 42 | + </ul><input type="button" class="downBtn"> | |
| 43 | + </div> | |
| 44 | + </div> | |
| 45 | + </div> | |
| 46 | + </header> | |
| 47 | + <nav class="leftMenu"> | |
| 48 | + <ul> | |
| 49 | + <li><img src="/pb/img/common/leftMenu1.png" alt="권한관리메뉴 아이콘"> | |
| 50 | + <p>권한관리</p><input type="button" class="goBtn"> | |
| 51 | + <ul class="subMenu"> | |
| 52 | + <li><a href="#">권한관리</a></li> | |
| 53 | + <li><a href="#">관리자별권한관리</a></li> | |
| 54 | + <li><a href="#">롤관리</a></li> | |
| 55 | + <li><a href="#">관리자접근허용IP</a></li> | |
| 56 | + </ul> | |
| 57 | + </li> | |
| 58 | + <li><img src="/pb/img/common/leftMenu2.png" alt="코드관리메뉴 아이콘"> | |
| 59 | + <p>코드관리</p><input type="button" class="goBtn"> | |
| 60 | + <ul class="subMenu"> | |
| 61 | + <li><a href="#">공통코드관리</a></li> | |
| 62 | + <li><a href="#">상세코드관리</a></li> | |
| 63 | + </ul> | |
| 64 | + </li> | |
| 65 | + <li><img src="/pb/img/common/leftMenu3.png" alt="회원관리메뉴 아이콘"> | |
| 66 | + <p>회원관리</p><input type="button" class="goBtn"> | |
| 67 | + <ul class="subMenu"> | |
| 68 | + <li><a href="#">회원가입설정</a></li> | |
| 69 | + <li><a href="#">회원탈퇴설정</a></li> | |
| 70 | + <li><a href="#">개인정보보호관리</a></li> | |
| 71 | + <li><a href="#">접속차단ID관리</a></li> | |
| 72 | + <li><a href="#">관리자관리</a></li> | |
| 73 | + <li><a href="#">사용자관리</a></li> | |
| 74 | + </ul> | |
| 75 | + </li> | |
| 76 | + <li><img src="/pb/img/common/leftMenu4.png" alt="홈페이지관리메뉴 아이콘"> | |
| 77 | + <p>홈페이지관리</p><input type="button" class="goBtn"> | |
| 78 | + <ul class="subMenu"> | |
| 79 | + <li><a href="#">매뉴관리</a></li> | |
| 80 | + <li><a href="#">게시판관리</a></li> | |
| 81 | + <li><a href="#">첨부파일관리</a></li> | |
| 82 | + <li><a href="#">조직도</a></li> | |
| 83 | + <li><a href="#">결재관리</a></li> | |
| 84 | + <li><a href="#">만족도관리</a></li> | |
| 85 | + <li><a href="#">약관관리</a></li> | |
| 86 | + <li><a href="#">설문조사 관리</a></li> | |
| 87 | + <li><a href="#">관리자로그리스트</a></li> | |
| 88 | + <li><a href="#">관리자로그보관관리</a></li> | |
| 89 | + <li><a href="#">관리자로그설정관리</a></li> | |
| 90 | + </ul> | |
| 91 | + </li> | |
| 92 | + <li><img src="/pb/img/common/leftMenu5.png" alt="비주얼관리메뉴 아이콘"> | |
| 93 | + <p>비주얼관리</p><input type="button" class="goBtn"> | |
| 94 | + <ul class="subMenu"> | |
| 95 | + <li><a href="#">메인비주얼관리</a></li> | |
| 96 | + <li><a href="#">메뉴비주얼관리</a></li> | |
| 97 | + <li><a href="#">팝업존관리</a></li> | |
| 98 | + <li><a href="#">배너관리</a></li> | |
| 99 | + <li><a href="#">팝업관리</a></li> | |
| 100 | + <li><a href="#">콘텐츠관리</a></li> | |
| 101 | + </ul> | |
| 102 | + </li> | |
| 103 | + <li><img src="/pb/img/common/leftMenu6.png" alt="아이피관리메뉴 아이콘"> | |
| 104 | + <p>아이피관리</p><input type="button" class="goBtn"> | |
| 105 | + <ul class="subMenu"> | |
| 106 | + <li><a href="#">아이피현황</a></li> | |
| 107 | + <li><a href="#">아이피리스트</a></li> | |
| 108 | + </ul> | |
| 109 | + </li> | |
| 110 | + <li><img src="/pb/img/common/leftMenu7.png" alt="환경설정메뉴 아이콘"> | |
| 111 | + <p>환경설정</p><input type="button" class="goBtn"> | |
| 112 | + <ul class="subMenu"> | |
| 113 | + <li><a href="#">메타태그관리</a></li> | |
| 114 | + <li><a href="#">금지어관리</a></li> | |
| 115 | + <li><a href="#">방문자스크립트관리</a></li> | |
| 116 | + <li><a href="#">점검중페이지관리</a></li> | |
| 117 | + <li><a href="#">웹아이콘관리</a></li> | |
| 118 | + <li><a href="#">웹타이틀관리</a></li> | |
| 119 | + </ul> | |
| 120 | + </li> | |
| 121 | + <li><img src="/pb/img/common/leftMenu8.png" alt="사이트관리메뉴 아이콘"> | |
| 122 | + <p>사이트관리</p><input type="button" class="goBtn"> | |
| 123 | + <ul class="subMenu"> | |
| 124 | + <li><a href="#">아이디관리</a></li> | |
| 125 | + </ul> | |
| 126 | + </li> | |
| 127 | + </ul> | |
| 128 | + <div class="btnWrap"> | |
| 129 | + <ul> | |
| 130 | + <li><button> | |
| 131 | + <p>관리자 <span>매뉴얼</span></p><img src="/pb/img/common/leftBtnIcon1.png" alt="관리자 매뉴얼 아이콘"> | |
| 132 | + </button></li> | |
| 133 | + <li><button> | |
| 134 | + <p>홈페이지<span>바로가기</span></p><img src="/pb/img/common/leftBtnIcon2.png" alt="홈페이지바로가기 아이콘"> | |
| 135 | + </button></li> | |
| 136 | + </ul> | |
| 137 | + </div><span class="leftBtm">N-CMS Version 3.8</span> | |
| 138 | + </nav> | |
| 139 | + <div class="contWrap"> | |
| 140 | + <div class="pageTitle"> | |
| 141 | + <div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div> | |
| 142 | + <h2 class="titType1 c_222222 fwBold">사용자관리</h2> | |
| 143 | + </div> | |
| 144 | + <div class="pageCont"> | |
| 145 | + <div class="listSerch"> | |
| 146 | + <div class="calendar_wrap"><select name="setCalMonth" onchange="fnSetCalMonth(this.value)"> | |
| 147 | + <option value="0">전체</option> | |
| 148 | + <option value="1">1개월</option> | |
| 149 | + <option value="3">3개월</option> | |
| 150 | + <option value="6">6개월</option> | |
| 151 | + </select><input type="hidden" name="cal_url" id="cal_url" value="/sym/cmm/EgovNormalCalPopup.do"> | |
| 152 | + <div class="calendar_box" onclick="javascript:fn_egov_NormalCalendar(document.forms.listForm, document.forms.listForm.searchStartDate);"><input style="width:auto;min-width: 83px;" type="text" class="date_format" name="searchStartDate" id="searchStartDate" size="4" maxlength="4" readonly="" value=""><input type="button" class="calBtn"></div><span class="line">~</span> | |
| 153 | + <div class="calendar_box" onclick="javascript:fn_egov_NormalCalendar(document.forms.listForm, document.forms.listForm.searchEndDate);"><input style="width:auto;min-width: 83px;" type="text" class="date_format" name="searchEndDate" id="searchEndDate" size="4" maxlength="4" readonly="" value=""><input type="button" class="calBtn"></div> | |
| 154 | + </div><select id="searchCondition" name="searchCondition" title="조회조건"> | |
| 155 | + <option value="" selected="selected">전체</option> | |
| 156 | + <option value="0">아이디</option> | |
| 157 | + <option value="1">사용자명</option> | |
| 158 | + <option value="2">전화번호</option> | |
| 159 | + <option value="3">이메일</option> | |
| 160 | + <option value="4">발신번호</option> | |
| 161 | + </select><select id="searchDeptPrePayment" name="searchDeptPrePayment" title="구분"> | |
| 162 | + <option value="" selected="selected">구분</option> | |
| 163 | + <option value="p">개인</option> | |
| 164 | + <option value="pPayment">개인(후)</option> | |
| 165 | + <option value="c">기업</option> | |
| 166 | + <option value="cPayment">기업(후)</option> | |
| 167 | + </select><br><br><select id="mberSttus" name="mberSttus" title="상태"> | |
| 168 | + <option value="">상태</option> | |
| 169 | + <option value="Y">일반(VIP포함)</option> | |
| 170 | + <option value="B">이용 정지</option> | |
| 171 | + <option value="V" selected="selected">VIP</option> | |
| 172 | + <option value="VX">일반(VIP제외)</option> | |
| 173 | + </select><select name="searchAdminSmsNoticeYn" id="searchAdminSmsNoticeYn" title="법인폰알림"> | |
| 174 | + <option value="" selected="selected">법인폰알림</option> | |
| 175 | + <option value="Y">온(On)</option> | |
| 176 | + <option value="N">오프(Off)</option> | |
| 177 | + </select><select name="searchExceptSpamYn" id="searchExceptSpamYn" title="금지어예외"> | |
| 178 | + <option value="" selected="selected">금지어예외</option> | |
| 179 | + <option value="Y">온(On)</option> | |
| 180 | + <option value="N">오프(Off)</option> | |
| 181 | + </select><select name="searchSmsSalePrice" id="searchSmsSalePrice" title="문자할인/첫결제"> | |
| 182 | + <option value="" selected="selected">문자할인/첫결제</option> | |
| 183 | + <option value="Y">할인</option> | |
| 184 | + <option value="N">일반</option> | |
| 185 | + <option value="F">첫결제</option> | |
| 186 | + <option value="P">결제</option> | |
| 187 | + <option value="X">미결제</option> | |
| 188 | + </select><select name="searchSmishingYn" id="searchSmishingYn" title="스미싱의심"> | |
| 189 | + <option value="" selected="selected">스미싱의심</option> | |
| 190 | + <option value="Y">온(On)</option> | |
| 191 | + <option value="N">오프(Off)</option> | |
| 192 | + </select><select name="searchHotlineAgentCode" id="searchHotlineAgentCode" style="width:180px;"> | |
| 193 | + <option value="">전용전송사(전체)</option> | |
| 194 | + <option value="00">사용안함</option> | |
| 195 | + <option value="USE">사용함</option> | |
| 196 | + <option value="02">현대퓨처넷(HCN) (O) </option> | |
| 197 | + <option value="04">다우기술 (O) </option> | |
| 198 | + <option value="05">JJ (O) </option> | |
| 199 | + <option value="07">인비토 (O) </option> | |
| 200 | + <option value="01">아이하트 (X) </option> | |
| 201 | + <option value="03">(IMO)아이엠오 (X) </option> | |
| 202 | + </select><input type="text" id="searchKeyword" name="searchKeyword" class="recentSearch" value="" size="10" title="검색"><input type="button" class="btnType1" onclick="fn_search(); return false;" value="검색"><input type="button" class="btnType1" onclick="fn_searchReset(); return false;" value="초기화"> | |
| 203 | + </div> | |
| 204 | + <!-- 0626 탈퇴자분리 --> | |
| 205 | + <div class="tableWrap"> | |
| 206 | + <table class="tbType4"> | |
| 207 | + <colgroup> | |
| 208 | + <col style="width:8%"> | |
| 209 | + <col style="width:11%"> | |
| 210 | + <col style="width:11%"> | |
| 211 | + <col style="width:11%"> | |
| 212 | + <col style="width:11%"> | |
| 213 | + <col style="width:11%"> | |
| 214 | + <col style="width:11%"> | |
| 215 | + <col style="width:11%"> | |
| 216 | + <col style="width:11%"> | |
| 217 | + </colgroup> | |
| 218 | + <thead> | |
| 219 | + <tr> | |
| 220 | + <th>구분</th> | |
| 221 | + <th>문자 단가 높음</th> | |
| 222 | + <th>사용할 일이 없어서</th> | |
| 223 | + <th>다른 사이트 이용</th> | |
| 224 | + <th>개인정보 유출 우려</th> | |
| 225 | + <th>사이트 이용 불만</th> | |
| 226 | + <th>기업회원 전환</th> | |
| 227 | + <th>기타(직접입력)</th> | |
| 228 | + <th>계</th> | |
| 229 | + </tr> | |
| 230 | + </thead> | |
| 231 | + <tbody> | |
| 232 | + <tr> | |
| 233 | + <td>인원</td> | |
| 234 | + <td><a href="#">60</a></td> | |
| 235 | + <td><a href="#">50</a></td> | |
| 236 | + <td><a href="#">40</a></td> | |
| 237 | + <td><a href="#">30</a></td> | |
| 238 | + <td><a href="#">20</a></td> | |
| 239 | + <td><a href="#">10</a></td> | |
| 240 | + <td><a href="#">5</a></td> | |
| 241 | + <td><a href="#">300</a></td> | |
| 242 | + </tr> | |
| 243 | + </tbody> | |
| 244 | + </table> | |
| 245 | + </div> | |
| 246 | + <!--// 0626 탈퇴자분리 --> | |
| 247 | + <div class="listTop"> | |
| 248 | + <p class="tType5">총 <span class="tType4 c_456ded fwBold">182</span>건</p> | |
| 249 | + <div class="rightWrap"><select name="pageUnit" id="pageUnit" class="select" title="검색조건선택" onchange="linkPage(1);"> | |
| 250 | + <option value="10" selected="">10줄</option> | |
| 251 | + <option value="20">20줄</option> | |
| 252 | + <option value="30">30줄</option> | |
| 253 | + </select></div> | |
| 254 | + </div> | |
| 255 | + <div class="tableWrap"> | |
| 256 | + <table class="tbType1"> | |
| 257 | + <colgroup> | |
| 258 | + <col style="width: 3%"> | |
| 259 | + <col style="width: 5%"> | |
| 260 | + <col style="width: 9%"> | |
| 261 | + <col style="width: 9%"> | |
| 262 | + <col style="width: 8%"> | |
| 263 | + <col style="width: 9%"> | |
| 264 | + <col style="width: 6%"> | |
| 265 | + <col style="width: 6%"> | |
| 266 | + <col style="width: 6%"> | |
| 267 | + <col style="width: 6%"> | |
| 268 | + <col style="width: 8%"> | |
| 269 | + <col style="width: 8%"> | |
| 270 | + <col style="width: 8%"> | |
| 271 | + </colgroup> | |
| 272 | + <thead> | |
| 273 | + <tr> | |
| 274 | + <th><input type="checkbox" name="checkAll" id="checkAll" onclick="fnCheckAll();"><label for="checkAll"></label><label for="checkAll"></label></th> | |
| 275 | + <th>번호<input type="button" class="sort sortBtn" id="sort_uniqId"></th> | |
| 276 | + <th>아이디<input type="button" class="sort sortBtn" id="sort_userId"></th> | |
| 277 | + <th>사용자명<input type="button" class="sort sortBtn" id="sort_userNm"></th> | |
| 278 | + <th>회원구분<input type="button" class="sort sortBtn" id="sort_dept"></th> | |
| 279 | + <th>전화번호<input type="button" class="sort sortBtn" id="sort_moblphonNo"></th> | |
| 280 | + <th>법인폰<input type="button" class="sort sortBtn" id="sort_adminSmsNoticeYn"></th> | |
| 281 | + <th>문자할인</th> | |
| 282 | + <th>이벤트</th> | |
| 283 | + <th>상태<input type="button" class="sort sortBtn" id="sort_mberSttus"></th> | |
| 284 | + <th>후보자상세<input type="button" class="sort sortBtn" id="sort_condidateYn"></th> | |
| 285 | + <th>가입일자<input type="button" class="sort sortBtnDesc" id="sort_sbscrbDe" sortord="desc"></th> | |
| 286 | + <th>최근로그인</th> | |
| 287 | + </tr> | |
| 288 | + </thead> | |
| 289 | + <tbody> | |
| 290 | + <tr> | |
| 291 | + <td><input name="checkField" id="USRCNFRM_00000013061" title="Check 1" type="checkbox"><label for="USRCNFRM_00000013061"></label><label for="USRCNFRM_00000013061"></label><input name="checkId" type="hidden" class="euiseung82" value="USR01:USRCNFRM_00000013061"></td> | |
| 292 | + <td>182 </td> | |
| 293 | + <td> | |
| 294 | + <div class="id_box vip bMark"><a href="#" onclick="javascript:fnSelectMber('euiseung82'); return false;"><span class="privateInfo">euiseung82</span></a></div>
| |
| 295 | + </td> | |
| 296 | + <td><span class="privateInfo">이의승</span></td> | |
| 297 | + <td><span class="privateInfo">개인 </span></td> | |
| 298 | + <td><span class="privateInfo">01048268258</span></td> | |
| 299 | + <td>오프 </td> | |
| 300 | + <td>일반 </td> | |
| 301 | + <td></td> | |
| 302 | + <td>일반 </td> | |
| 303 | + <td></td> | |
| 304 | + <td title="2023-06-08 14:41">06-08 14:41 </td> | |
| 305 | + <td title="2023-06-11 10:48:00.0">06-11 10:48 </td> | |
| 306 | + </tr> | |
| 307 | + | |
| 308 | + </tbody> | |
| 309 | + </table> | |
| 310 | + </div> | |
| 311 | + <div class="btnWrap" style="margin-bottom: 20px;"><input type="button" class="btnType2" style="padding:5px 10px" onclick="fnSmsNotiUpdate('on'); return false;" value="법인폰 ON"><input type="button" class="btnType2" style="padding:5px 10px" onclick="fnSmsNotiUpdate('off'); return false;" value="법인폰 OFF"><input type="button" class="btnType2" style="padding:5px 10px" onclick="fnSmishingUpdate('on'); return false;" value="스미싱 ON"><input type="button" class="btnType2" style="padding:5px 10px" onclick="fnSmishingUpdate('off'); return false;" value="스미싱 OFF"></div>
| |
| 312 | + <div class="page"> | |
| 313 | + <ul class="inline"> | |
| 314 | + <li><input type="button" class="pageFirst" onclick="linkPage(1);return false;"></li> | |
| 315 | + <li><input type="button" class="pageBefore" onclick="linkPage(1);return false;"></li> | |
| 316 | + <li><strong style="font-weight:bold;">1</strong></li> | |
| 317 | + <li onclick="linkPage(2);return false;" style="cursor:pointer">2</li> | |
| 318 | + <li onclick="linkPage(3);return false;" style="cursor:pointer">3</li> | |
| 319 | + <li onclick="linkPage(4);return false;" style="cursor:pointer">4</li> | |
| 320 | + <li onclick="linkPage(5);return false;" style="cursor:pointer">5</li> | |
| 321 | + <li onclick="linkPage(6);return false;" style="cursor:pointer">6</li> | |
| 322 | + <li onclick="linkPage(7);return false;" style="cursor:pointer">7</li> | |
| 323 | + <li onclick="linkPage(8);return false;" style="cursor:pointer">8</li> | |
| 324 | + <li onclick="linkPage(9);return false;" style="cursor:pointer">9</li> | |
| 325 | + <li onclick="linkPage(10);return false;" style="cursor:pointer">10</li> | |
| 326 | + <li><input type="button" class="pageNext" onclick="linkPage(11);return false;"></li> | |
| 327 | + <li><input type="button" class="pageLast" onclick="linkPage(19);return false;"></li> | |
| 328 | + </ul> | |
| 329 | + </div> | |
| 330 | + </div> | |
| 331 | + </div> | |
| 332 | +</body> | |
| 333 | + | |
| 334 | +</html>(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?