2024/11/19 table 수정
This commit is contained in:
parent
66f2cec4d2
commit
745baf5f99
@ -161,7 +161,7 @@ function fn_egov_inqire_BBSMngInqire() {
|
|||||||
|
|
||||||
<!-- cont_tit -->
|
<!-- cont_tit -->
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>게시판생성</h2>
|
<h2>게시판1생성</h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- //cont_tit -->
|
<!-- //cont_tit -->
|
||||||
|
|
||||||
@ -178,11 +178,11 @@ function fn_egov_inqire_BBSMngInqire() {
|
|||||||
|
|
||||||
<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%;">
|
||||||
<col style="width: 80%">
|
<col style="width:80%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -211,13 +211,11 @@ function fn_egov_inqire_BBSMngInqire() {
|
|||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">게시판유형</span></th>
|
<th><span class="reqArea">게시판유형</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<ul class="inline radio_wrap">
|
<div class="inline radio_wrap">
|
||||||
<li>
|
|
||||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||||
<form:errors path="bbsTyCode" />
|
<form:errors path="bbsTyCode" />
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -347,13 +345,9 @@ function fn_egov_inqire_BBSMngInqire() {
|
|||||||
<!-- //list_상세 -->
|
<!-- //list_상세 -->
|
||||||
|
|
||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01 right">
|
||||||
<div class="area_left">
|
<button type="button" class="btn btn_text btn_46 blue_fill btnType06" onclick="fn_egov_regist_brdMstr(); return false;">저 장</button>
|
||||||
</div>
|
<button type="button" class="btn btn_text btn_46 gray_fill btnType04" onclick="fn_egov_select_brdMstrList()">목 록</button>
|
||||||
<div class="area_right">
|
|
||||||
<button type="button" class="btnType06" onclick="fn_egov_regist_brdMstr(); return false;">저 장</button>
|
|
||||||
<button type="button" class="btnType04" onclick="fn_egov_select_brdMstrList()">목 록</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- //btn_wrap -->
|
<!-- //btn_wrap -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -257,7 +257,7 @@ $( document ).ready(function() {
|
|||||||
<input name="bbsAttrbCode" type="hidden" value="<c:out value='${boardMaster.bbsAttrbCode}'/>" />
|
<input name="bbsAttrbCode" type="hidden" value="<c:out value='${boardMaster.bbsAttrbCode}'/>" />
|
||||||
<div class="cont">
|
<div class="cont">
|
||||||
<!-- list_상세 -->
|
<!-- list_상세 -->
|
||||||
<div class="tbType02 col-table data-table left">
|
<div class="tbType02 col-table data-table">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 20%">
|
<col style="width: 20%">
|
||||||
@ -275,13 +275,11 @@ $( document ).ready(function() {
|
|||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">게시판유형</span></th>
|
<th><span class="reqArea">게시판유형</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<ul class="inline radio_wrap">
|
<div class="inline radio_wrap">
|
||||||
<li>
|
|
||||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||||
<form:errors path="bbsTyCode" />
|
<form:errors path="bbsTyCode" />
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="exam" />
|
<input type="hidden" name="fileFuncType" value="exam" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -231,7 +231,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="lawCard" />
|
<input type="hidden" name="fileFuncType" value="lawCard" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -151,7 +151,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="lawCard" />
|
<input type="hidden" name="fileFuncType" value="lawCard" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -118,7 +118,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="online" />
|
<input type="hidden" name="fileFuncType" value="online" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="online" />
|
<input type="hidden" name="fileFuncType" value="online" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="team" />
|
<input type="hidden" name="fileFuncType" value="team" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -103,7 +103,7 @@
|
|||||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||||
<div id="fileControl"></div><br/>
|
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||||
|
|
||||||
<input type="hidden" name="fileFuncType" value="team" />
|
<input type="hidden" name="fileFuncType" value="team" />
|
||||||
<input type="hidden" name="innorixFileListVO" value="" />
|
<input type="hidden" name="innorixFileListVO" value="" />
|
||||||
|
|||||||
@ -5976,7 +5976,7 @@ function nanumProcessStart(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bbs-view-item">
|
<div class="bbs-view-item" style="border-bottom:1px solid #d8d8d8;">
|
||||||
<p class="item-title no-bullet"><span class="reqArea"></span>도로명주소</p>
|
<p class="item-title no-bullet"><span class="reqArea"></span>도로명주소</p>
|
||||||
<div class="item-box">
|
<div class="item-box">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -7075,7 +7075,7 @@ function nanumProcessStart(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bbs-view-item">
|
<div class="bbs-view-item" style="border-bottom:1px solid #d8d8d8;">
|
||||||
<p class="item-title no-bullet"><span class="reqArea"></span>도로명주소</p>
|
<p class="item-title no-bullet"><span class="reqArea"></span>도로명주소</p>
|
||||||
<div class="item-box">
|
<div class="item-box">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -7083,7 +7083,7 @@ function nanumProcessStart(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-layout border inp-scroll no-gradient no-hover">
|
<div class="table-layout border inp-scroll no-gradient no-hover mt20">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -8116,7 +8116,7 @@ function nanumProcessStart(){
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="tit-box" style="display:flex;align-items:center;justify-content:space-between;">
|
<div class="tit-box" style="display:flex;align-items:center;justify-content:space-between;">
|
||||||
<h4 class="title depth03">
|
<h4 class="title depth02">
|
||||||
하도급대금 내역 (신청인) <span class="fw_light">[금액(단위: 원)]</span>
|
하도급대금 내역 (신청인) <span class="fw_light">[금액(단위: 원)]</span>
|
||||||
</h4>
|
</h4>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -2260,7 +2260,7 @@ function showConsignmentGubun(){
|
|||||||
</script>
|
</script>
|
||||||
<div id="isShow01">
|
<div id="isShow01">
|
||||||
<h3 class="mb10 mt30 title depth02">협의회별 상세 현황</h3>
|
<h3 class="mb10 mt30 title depth02">협의회별 상세 현황</h3>
|
||||||
<div class="bbs-view-layout">
|
<div style="border-bottom:0;">
|
||||||
<div class="data-table layout-type col-table">
|
<div class="data-table layout-type col-table">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user