Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
df49a0bbce
@ -82,6 +82,11 @@
|
||||
<property name="url" value="${Globals.Url}" />
|
||||
<property name="username" value="${Globals.UserName}" />
|
||||
<property name="password" value="${Globals.Password}" />
|
||||
<!-- 특정 시간마다 validationQuery를 실행 셋팅 시작 -->
|
||||
<property name="validationQuery" value="select 1 FROM DUAL" />
|
||||
<property name="testWhileIdle" value="true" />
|
||||
<property name="timeBetweenEvictionRunsMillis" value="7200000" />
|
||||
<!-- 특정 시간마다 validationQuery를 실행 셋팅 끝 -->
|
||||
</bean>
|
||||
|
||||
<bean id="dataSource-tibero" class="net.sf.log4jdbc.Log4jdbcProxyDataSource">
|
||||
|
||||
@ -114,8 +114,8 @@
|
||||
<!-- //list -->
|
||||
<!-- 하단 버튼 -->
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<button class="btnType09" onclick="goReqStatus()">청소년강사신청</button>
|
||||
<button class="btnType09" onclick="goReqStatus()">성인강사신청</button>
|
||||
<button class="btnType09" onclick="goReqStatus()">청소년 전담강사 신청</button>
|
||||
<button class="btnType09" onclick="goReqStatus()">성인강사 신청</button>
|
||||
<button class="btnType09" onclick="fncGoCreate(); return false;">신청변경 신청</button>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
|
||||
@ -382,7 +382,7 @@
|
||||
<!-- cont -->
|
||||
<div class="cont_wrap" id="sub">
|
||||
<div class="cont_tit">
|
||||
<h2>청소년 강사신청 등록</h2>
|
||||
<h2>청소년 전담강사 신청 등록</h2>
|
||||
</div>
|
||||
<div class="tit_box">
|
||||
<i class="tit_box_icon1"></i>
|
||||
|
||||
@ -466,7 +466,7 @@
|
||||
|
||||
|
||||
<div class="cont_tit">
|
||||
<h2>청소년 강사신청 등록</h2>
|
||||
<h2>청소년 전담강사 신청 등록</h2>
|
||||
</div>
|
||||
<div class="tit_box">
|
||||
<i class="tit_box_icon1"></i>
|
||||
|
||||
@ -470,7 +470,7 @@
|
||||
<input type="hidden" name="aprvlCd" id="aprvlCd" value=""/><!-- 승인코드 -->
|
||||
<input type="hidden" name="limitcount" value="1" /><!-- 최대 업로드 파일갯수 -->
|
||||
<div class="cont_tit">
|
||||
<h2>청소년 강사 정보수정</h2>
|
||||
<h2>청소년 전담강사 정보수정</h2>
|
||||
</div>
|
||||
<div class="tit_box">
|
||||
<i class="tit_box_icon1"></i>
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
<input type="hidden" name="lctrStngOrd" id="lctrStngOrd" value="<c:out value='${lctrStngInfo.lctrStngOrd}'/>"/> <!-- 사용자 아이디 -->
|
||||
|
||||
<div class="cont_tit">
|
||||
<h2>청소년 강사 강의설정</h2>
|
||||
<h2>청소년 전담강사 강의설정</h2>
|
||||
<div class="sns_go">
|
||||
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/facebook_icon.png"
|
||||
alt="페이스북 바로가기"></button>
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
<input type="hidden" name="lctrStngOrd" id="lctrStngOrd" value="<c:out value='${lctrStngInfo.lctrStngOrd}'/>"/> <!-- 사용자 아이디 -->
|
||||
|
||||
<div class="cont_tit">
|
||||
<h2>청소년 강사 강의설정</h2>
|
||||
<h2>청소년 전담강사 강의설정</h2>
|
||||
<div class="sns_go">
|
||||
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/facebook_icon.png"
|
||||
alt="페이스북 바로가기"></button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user