2024/11/19 table 수정
This commit is contained in:
parent
66f2cec4d2
commit
745baf5f99
@ -161,7 +161,7 @@ function fn_egov_inqire_BBSMngInqire() {
|
||||
|
||||
<!-- cont_tit -->
|
||||
<div class="cont_tit">
|
||||
<h2>게시판생성</h2>
|
||||
<h2>게시판1생성</h2>
|
||||
</div>
|
||||
<!-- //cont_tit -->
|
||||
|
||||
@ -178,11 +178,11 @@ function fn_egov_inqire_BBSMngInqire() {
|
||||
|
||||
<div class="cont">
|
||||
<!-- list_상세 -->
|
||||
<div class="tbType02">
|
||||
<div class="tbType02 col-table data-table">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 20%">
|
||||
<col style="width: 80%">
|
||||
<col style="width:20%;">
|
||||
<col style="width:80%;">
|
||||
</colgroup>
|
||||
|
||||
<tbody>
|
||||
@ -211,13 +211,11 @@ function fn_egov_inqire_BBSMngInqire() {
|
||||
<tr>
|
||||
<th><span class="reqArea">게시판유형</span></th>
|
||||
<td colspan="3">
|
||||
<ul class="inline radio_wrap">
|
||||
<li>
|
||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||
<form:errors path="bbsTyCode" />
|
||||
</li>
|
||||
</ul>
|
||||
<div class="inline radio_wrap">
|
||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||
<form:errors path="bbsTyCode" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -347,13 +345,9 @@ function fn_egov_inqire_BBSMngInqire() {
|
||||
<!-- //list_상세 -->
|
||||
|
||||
<!-- btn_wrap -->
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
</div>
|
||||
<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 class="btn_wrap btn_layout01 right">
|
||||
<button type="button" class="btn btn_text btn_46 blue_fill btnType06" onclick="fn_egov_regist_brdMstr(); return false;">저 장</button>
|
||||
<button type="button" class="btn btn_text btn_46 gray_fill btnType04" onclick="fn_egov_select_brdMstrList()">목 록</button>
|
||||
</div>
|
||||
<!-- //btn_wrap -->
|
||||
</div>
|
||||
|
||||
@ -257,7 +257,7 @@ $( document ).ready(function() {
|
||||
<input name="bbsAttrbCode" type="hidden" value="<c:out value='${boardMaster.bbsAttrbCode}'/>" />
|
||||
<div class="cont">
|
||||
<!-- list_상세 -->
|
||||
<div class="tbType02 col-table data-table left">
|
||||
<div class="tbType02 col-table data-table">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 20%">
|
||||
@ -275,13 +275,11 @@ $( document ).ready(function() {
|
||||
<tr>
|
||||
<th><span class="reqArea">게시판유형</span></th>
|
||||
<td colspan="3">
|
||||
<ul class="inline radio_wrap">
|
||||
<li>
|
||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||
<form:errors path="bbsTyCode" />
|
||||
</li>
|
||||
</ul>
|
||||
<div class="inline radio_wrap">
|
||||
<form:radiobuttons path="bbsTyCode" title="게시판유형"
|
||||
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
||||
<form:errors path="bbsTyCode" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -231,7 +231,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -151,7 +151,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</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="innorixFileListVO" value="" />
|
||||
|
||||
@ -5976,7 +5976,7 @@ function nanumProcessStart(){
|
||||
</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>
|
||||
<div class="item-box">
|
||||
<div class="form-group">
|
||||
@ -7075,7 +7075,7 @@ function nanumProcessStart(){
|
||||
</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>
|
||||
<div class="item-box">
|
||||
<div class="form-group">
|
||||
@ -7083,7 +7083,7 @@ function nanumProcessStart(){
|
||||
</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -8116,7 +8116,7 @@ function nanumProcessStart(){
|
||||
</table>
|
||||
</div>
|
||||
<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>
|
||||
</h4>
|
||||
<div>
|
||||
|
||||
@ -2260,7 +2260,7 @@ function showConsignmentGubun(){
|
||||
</script>
|
||||
<div id="isShow01">
|
||||
<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">
|
||||
<table>
|
||||
<colgroup>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user