최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+230
View File
@@ -0,0 +1,230 @@
<!--#include virtual="/common/file/inc_head.asp"-->
<%
v_year = InputValue( request.querystring("p_year") )
v_month = InputValue( request.querystring("p_month") )
if v_year = "" then
intThisYear = Year(now)
else
intThisYear = v_year
End if
if v_month = "" then
intThisMonth = Right( "0" & Month(now), 2 )
else
intThisMonth = Right( "0" & v_month, 2 )
End if
intThisMonth2 = intThisMonth '//1~9숫자 앞에 0붙이기
gday = Right("0"&Day(now), 2) '//오늘날짜
datFirstDay = Weekday( DateSerial( intThisYear, intThisMonth, 1 ) ) '//요일 구하기 (num)
intLastDay = Day( DateSerial( intThisYear, intThisMonth+1, 1-1 ) ) '//마지막날 구하기
jucnt = Round( ( ( datFirstDay + intLastDay) / 7 ) + 0.5, 0 )
'response.write jucnt
'// 이전, 다음 만들기
If CInt( intThisMonth ) = 1 Then
prevYear = intThisYear - 1
Else
prevYear = intThisYear
End if
If CInt( intThisMonth ) = 1 Then
prevMonth = 12
Else
prevMonth = CInt(intThisMonth) - 1
End if
If intThisMonth = 12 Then
nextYear = intThisYear + 1
Else
nextYear = intThisYear
End if
If intThisMonth = 12 Then
nextMonth = 1
Else
nextMonth = intThisMonth + 1
End if
%>
<!-- 타이틀 -->
<div id="cont_head">
<h2>일정관리</h2>
</div>
<!-- //타이틀 -->
<!-- 내용 -->
<div id="cont_wrap">
<!-- 일정관리 -->
<div class="s0301">
<div class="calen">
<ul class="sl_area">
<li>
<select class="select_basic" style="width:120px;">
<option>2017년</option>
</select>
</li>
<li>
<select class="select_basic" style="width:80px;">
<option>5월</option>
</select>
</li>
</ul>
<table class="table1">
<colgroup>
<col width="15%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="15%" />
</colgroup>
<thead>
<tr>
<th scope="col">일</th>
<th scope="col">월</th>
<th scope="col">화</th>
<th scope="col">수</th>
<th scope="col">목</th>
<th scope="col">금</th>
<th scope="col">토</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td><a href="#">1</a></td>
<td><a href="#">2</a></td>
<td><a href="#">3</a></td>
<td><a href="#">4</a></td>
<td><a href="#">5</a></td>
<td><a href="#">6</a></td>
</tr>
<tr>
<td><a href="#">7</a></td>
<td><a href="#">8</a></td>
<td><a href="#">9</a></td>
<td><a href="#">10</a></td>
<td><a href="#" class="today sch_on">TODAY</a></td>
<td><a href="#">12</a></td>
<td><a href="#">13</a></td>
</tr>
<tr>
<td><a href="#">14</a></td>
<td><a href="#">15</a></td>
<td><a href="#" class="sch_on">16</a></td>
<td><a href="#">17</a></td>
<td><a href="#">18</a></td>
<td><a href="#">19</a></td>
<td><a href="#">20</a></td>
</tr>
<tr>
<td><a href="#">21</a></td>
<td><a href="#">22</a></td>
<td><a href="#">23</a></td>
<td><a href="#">24</a></td>
<td><a href="#">25</a></td>
<td><a href="#">26</a></td>
<td><a href="#">27</a></td>
</tr>
<tr>
<td><a href="#">28</a></td>
<td><a href="#">29</a></td>
<td><a href="#">30</a></td>
<td><a href="#">31</a></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<!-- 일정리스트 -->
<div class="sche_list">
<table class="table2">
<colgroup>
<col width="30%" />
<col width="*" />
<col width="20%" />
</colgroup>
<thead>
<tr>
<th scope="col">날짜</th>
<th scope="col">일정내용</th>
<th scope="col">문자설정</th>
</tr>
</thead>
</table>
<div class="list_box">
<table class="table2">
<colgroup>
<col width="30%" />
<col width="*" />
<col width="20%" />
</colgroup>
<tbody>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-1" checked="checked" disabled="disabled" /><label for="checkbox-11-1"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-2" checked="checked" disabled="disabled" /><label for="checkbox-11-2"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-3" checked="checked" disabled="disabled" /><label for="checkbox-11-3"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-4" checked="checked" disabled="disabled" /><label for="checkbox-11-4"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-5" disabled="disabled" /><label for="checkbox-11-5"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-5" disabled="disabled" /><label for="checkbox-11-5"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-5" disabled="disabled" /><label for="checkbox-11-5"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-5" disabled="disabled" /><label for="checkbox-11-5"></label></td>
</tr>
<tr>
<th scope="row">2017-04-05 ~ 2017-04-05</th>
<td>조심히 다녀올게요 뿌잉뿌잉</td>
<td><input type="checkbox" id="checkbox-11-5" disabled="disabled" /><label for="checkbox-11-5"></label></td>
</tr>
</tbody>
</table>
</div>
<div class="btngroup">
<ul class="btn_nrm column1">
<li><a <%=menu03_0201%> class="nrm1">일정쓰기</a></li>
</ul>
</div>
</div>
<!-- //일정리스트 -->
</div>
<!-- //일정관리 -->
</div>
<!-- //내용 -->
<!--#include virtual="/common/file/bottom.asp"-->