Merge branch '매인베너수정'
This commit is contained in:
commit
b3c6ccc665
@ -37,10 +37,17 @@
|
|||||||
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
$( document ).ready(function(){
|
$( document ).ready(function(){
|
||||||
|
makeDate('ntceBgndeYYYMMDD');
|
||||||
|
makeDate('ntceEnddeYYYMMDD');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
function makeDate(id){
|
||||||
|
let today = new Date();
|
||||||
|
let formattedDate = today.toISOString().split('T')[0]; // YYYY-MM-DD 형식
|
||||||
|
$("#"+id).val(formattedDate);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* pagination 페이지 링크 function */
|
/* pagination 페이지 링크 function */
|
||||||
function goList(){
|
function goList(){
|
||||||
document.searchForm.submit();
|
document.searchForm.submit();
|
||||||
@ -337,7 +344,7 @@ function fn_egov_SelectBoxValue(sbName)
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">링크주소</span></th>
|
<th><span>링크주소</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<form:input path="mlink" maxlength="200" />
|
<form:input path="mlink" maxlength="200" />
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user