최초등록

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
+31
View File
@@ -0,0 +1,31 @@
<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<!--#include virtual="/content/board/config.asp"-->
<!--#include file="top.asp"-->
<!-- 쓰기 -->
<form id="frm" method="post" action="a_pwd_ok.asp?a_num=<%=a_num%>&amp;<%=page_info%>" onsubmit="return pwd_chk();">
<div>
</div>
<div class="pwd_check">
비밀번호를 입력해주세요.<br /><br />
<ul>
<li><span class="text">비밀번호 :</span> <input type="password" size="15" title="비밀번호를 입력하세요" id="c_pwd<%=zz%>" name="b_pwd_chk" class="board_input" style="vertical-align:middle;" onfocus="focus_on1(this);" onblur="focus_off1(this);" /><input type="image" src="/content/board/nninc_simple/img/command_ok.gif" width="34" height="20" alt="확인" style="vertical-align:middle;padding-left:3px;" /></li>
</ul>
</div>
<div class="pwd_check_button">
<span><a href="list.asp?a_num=<%=a_num%>&amp;<%=page_info%>"><img src="/content/board/nninc_simple/img/back_bt.gif" width="82" height="23" alt="돌아가기" /></a></span>
</div>
</form>
<!-- //쓰기 -->
<!--#include file="bottom.asp"-->
+41
View File
@@ -0,0 +1,41 @@
<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<!--#include file="config.asp"-->
<%
'//$rtn_url = $rtn_url;
b_pwd_chk = InputValue(request("b_pwd_chk"))
prepage = InputValue(request("prepage"))
If b_pwd_chk = "" then '//수정
Call goMessage_board("비밀번호를 입력해주세요.", Request.ServerVariables("HTTP_REFERER"), "", "", a_num)
End if
SQL = "SELECT a_password_str FROM board_config WHERE a_num=" & a_num
Set rs_pwd = dbcon.execute( sql )
a_password_str = rs_pwd("a_password_str")
Set rs_pwd = nothing
ok_url = "list.asp?a_num=" & a_num
If b_pwd_chk = a_password_str then '//비밀번호가 일치하면
'//세션발생
SESSION( "ss_pwd_chk2_" & a_num ) = "YY"
Call loding ("0", ok_url)
Else '//수정
Call goMessage_board("비밀번호가 일치하지 않습니다.다시 확인해주세요.", Request.ServerVariables("HTTP_REFERER"), "", "", a_num)
End if
%>
+84
View File
@@ -0,0 +1,84 @@
<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<%
ZC_SG = inputValue( request.form("ZC_SG") )
%>
<link rel="Stylesheet" type="text/css" href="/manager/common/css/all.css" />
<script type="text/javascript">
<!--
function wdZipcode(post,addr) {
var post1 = post.substr(0,3);
var post2 = post.substr(4,3);
window.parent.document.getElementById("frm").b_zip1.value=post1;
window.parent.document.getElementById("frm").b_zip2.value=post2;
window.parent.document.getElementById("frm").b_addr1.value=addr;
//parent.document.getElementById("frm").wd_addr2.focus();
window.parent.document.getElementById("Addr_search1").style.display = "block";
window.parent.document.getElementById("Addr_search2").style.display = "none";
}
//-->
</script>
<body>
<%
if ZC_SG <> "" then
sql = "select * from zipcode where dong LIKE '%" & ZC_SG & "%'"
Set rs1 = dbcon.execute( sql )
if rs1.bof Or rs1.eof Then
%>
<font color=#008E8B>등록된 데이터가 없습니다.</font>
<% Else
Do Until rs1.eof
seq = rs1("SEQ")
zipcode = trim(rs1("ZIPCODE"))
sido = trim(rs1("SIDO"))
gugun = trim(rs1("GUGUN"))
dong = trim(rs1("DONG"))
ri = trim(rs1("RI"))
st_bunji = trim(rs1("ST_BUNJI"))
ed_bunji = trim(rs1("ED_BUNJI"))
addr_t1 = sido & " " & gugun & " " & dong & " " & ri
if st_bunji <> "" and ed_bunji <> "" then
addr_t2 = st_bunji & " ~ " & ed_bunji & "동"
else
addr_t2 = ""
End if
addr_t = addr_t1 & addr_t2
%>
<a href="javascript:wdZipcode('<%=Left(zipcode,3)%>-<%=right(zipcode,3)%>','<%=addr_t1%>')">[<%=left(zipcode,3)%>-<%=right(zipcode,3)%>]
<%=addr_t%></a><br><img width="0" height="6"><br>
<%
rs1.movenext
loop
End if
End if
%>
</body>
</html>
<%
dbcon.close
Set dbcon =nothing
%>
+22
View File
@@ -0,0 +1,22 @@
<%
'//loading_layer();
'//하단내용
response.write a_detail
If a_btminclude = "" Then '//없으면 기본으로..
%>
<!--#include virtual="/content/board/bottom_html.asp"-->
<%
Else
server.execute( a_btminclude )
End If
session("a_level") = ""
session("a_num") = ""
%>
+2
View File
@@ -0,0 +1,2 @@
</body>
</html>
+38
View File
@@ -0,0 +1,38 @@
<!-- 분류 -->
<%if a_cate = "Y" then%>
<form id= "frm_code" method='get' action="/content/board/list.asp">
<input type="hidden" name="a_num" value="<%=a_num%>" />
<ul>
<li style="padding-top:1px;"><select id="b_cate_tot" name="p_cate" title="분류 선택">
<option value="" selected="selected">전체</option>
<%
R_Fields_code = "ct_idx, ct_name, ct_file"
Select Case a_num
Case "91134381", "85563030", "85125042", "49892315", "44876323", "71879802"
SQL = "Select " & R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='71074505' ORDER BY ct_code ASC"
Case else
SQL = "Select " & R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='" & a_num & "' ORDER BY ct_code ASC"
End Select
Set rs_code = dbcon.execute( sql )
Do Until rs_code.eof
ct_idx = rs_code("ct_idx")
ct_name = rs_code("ct_name")
%>
<option value="<%=ct_idx%>" <%=chkSelect(ct_idx, v_cate)%>><%=ct_name%></option>
<%
rs_code.movenext
loop
Set rs_code = nothing
%>
</select></li>
<li><input type="image" src="/content/board/nninc_simple/img/command_ok.gif" width="34" height="20" alt="선택한 분류 이동" /></li>
</ul>
</form>
<%End if%>
<!-- //분류 -->
+183
View File
@@ -0,0 +1,183 @@
<div class="board_comment">
<script type="text/javascript">
//삭제
function cd_chk(num){
if (confirm('정말 삭제하시겠습니까?')) {
document.getElementById('frm_cmdel').c_num.value = num;
document.getElementById('frm_cmdel').cm_mode.value = "D"; //삭제모드
document.getElementById('frm_cmdel').submit();
}else{
return ;
}
}
//저장
function cw_chk(){
if (CheckSpaces(document.getElementById('frm_cm').c_name, '이름')) { return false; }
else if (CheckSpaces(document.getElementById('frm_cm').c_pwd, '비밀번호')) { return false; }
else if (CheckSpaces(document.getElementById('frm_cm').c_content, '내용')) { return false; }
//loading_st(1);
}
function cm_pwd_st(val,c_num){
//document.getElementById('cm_pwd_'+c_num).style.top = event.clientY+document.documentElement.scrollTop+3;
//document.getElementById('cm_pwd_'+c_num).style.left = event.clientX+document.documentElement.scrollLeft+3;
if(val==1){ //보여라
document.getElementById('cm_pwd_'+c_num).style.visibility='visible';
}else if(val==2){
document.getElementById('cm_pwd_'+c_num).style.visibility='hidden';
}
}
</script>
<form id= "frm_cm" action="command_ok.asp?a_num=<%=a_num%>&amp;b_num=<%=b_num%>&amp;<%=page_info%>" method='post' onsubmit="return cw_chk();">
<div>
<input type="hidden" name="cm_mode" value="W" /><!-- 저장모드 -->
</div>
<fieldset>
<legend>게시물 댓글</legend>
<table cellspacing="0">
<caption>게시물 댓글</caption>
<colgroup>
<col width="5" />
<col width="" />
<col width="5" />
</colgroup>
<tbody>
<tr>
<td class="dr01"></td>
<td class="dr02"></td>
<td class="dr03"></td>
</tr>
<tr>
<td class="dr04"></td>
<td class="text">
<dl class="info">
<dt>이름 :</dt>
<dd><input type="text" size="10" title="댓글 이름을 입력하세요" id="c_name" name="c_name" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=SESSION("ss_m_name")%>" /></dd>
<dt>비밀번호 :</dt>
<dd><input type="password" size="10" title="댓글 비밀번호를 입력하세요" id="c_pwd" name="c_pwd" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" /></dd>
</dl>
</td>
<td class="dr06"></td>
</tr>
<tr>
<td class="dr04"></td>
<td class="dr05">
<textarea cols="50" rows="3" id="c_content" name="c_content" title="댓글 내용 입력" onfocus="focus_on1(this);" onblur="focus_off1(this);"></textarea>
<input type="image" src="/content/board/nninc_simple/img/dr_bt.gif" title="댓글 쓰기" />
</td>
<td class="dr06"></td>
</tr>
<tr>
<td class="dr07"></td>
<td class="dr08"></td>
<td class="dr09"></td>
</tr>
</tbody>
</table>
</fieldset>
</form>
<form id= "frm_cmlist" action="">
<%
R_Fields_cmd = "c_num, a_num, c_bnum, c_id, c_pwd, c_name, c_content, c_regdate"
SQL = "Select " & R_Fields_cmd & " FROM board_command WHERE a_num='" & a_num & "' AND c_bnum=" & b_num & " ORDER BY c_regdate ASC"
Set rs_cmd = dbcon.execute( sql )
If Not( rs_cmd.bof Or rs_cmd.eof ) then
zz = 1
Do Until rs_cmd.eof
c_num = rs_cmd("c_num")
a_num = rs_cmd("a_num")
c_bnum = rs_cmd("c_bnum")
c_id = rs_cmd("c_id")
c_pwd = rs_cmd("c_pwd")
c_name = rs_cmd("c_name")
c_content = rs_cmd("c_content")
c_regdate = rs_cmd("c_regdate")
%>
<ul class="cmt_list">
<li>
<div class="h">&nbsp;&nbsp;&nbsp;<strong><%=c_name%></strong> [<%=c_regdate%>] <a href="javascript:;" onclick="cm_pwd_st(1,<%=c_num%>);"><img src="/content/board/nninc_simple/img/dr_del_bt.gif" alt="댓글삭제" /></a>
<div id="cm_pwd_<%=c_num%>" style="position:absolute;visibility:hidden;" class="command_pwd">
<ul>
<li class="text">비밀번호 :</li>
<li><input type="password" size="10" title="댓글 비밀번호를 입력하세요" id="c_pwd<%=zz%>" name="c_pwd<%=zz%>" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" /></li>
<li><a href="javascript:frm_cmdel<%=zz%>(<%=c_num%>);"><img src="/content/board/nninc_simple/img/command_ok.gif" width="34" height="20" alt="확인" /></a></li>
<li><a href="javascript:;" onclick="cm_pwd_st(2,<%=c_num%>);"><img src="/content/board/nninc_simple/img/command_cancel.gif" width="34" height="20" alt="취소" /></a></li>
</ul>
</div>
</div>
<p><%=getTextmode(c_content)%></p>
<script type="text/javascript">
function frm_cmdel<%=zz%>(c_num){
if (CheckSpaces(document.getElementById('frm_cmlist').c_pwd<%=zz%>, '비밀번호')) { return ;}
else {
document.getElementById('frm_cmdel').c_pwd.value = document.getElementById('frm_cmlist').c_pwd<%=zz%>.value;
document.getElementById('frm_cmdel').c_num.value = c_num;
document.getElementById('frm_cmdel').cm_mode.value = "D"; //삭제모드
document.getElementById('frm_cmdel').submit();
}
}
</script>
</li>
<li class="line" />
</ul>
<%
zz = zz + 1
rs_cmd.movenext
loop
End if
%>
</form>
<form id= "frm_cmdel" method='post' action="command_ok.asp?a_num=<%=a_num%>&amp;b_num=<%=b_num%>&amp;<%=page_info%>">
<div>
<input type="hidden" name="c_pwd" />
<input type="hidden" name="c_num" />
<input type="hidden" name="cm_mode" />
</div>
</form>
</div>
+64
View File
@@ -0,0 +1,64 @@
<!--#include virtual = "/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<!--#include file="config.asp"-->
<%
Dim R_Fields, R_Fields_i
Dim a_num, b_num, c_pwd, c_name, cm_mode, c_num
R_Fields = "a_num, b_num, c_pwd, c_name, cm_mode, c_num"
Call RequestAll(R_Fields, "request")
If cm_mode = "W" then '//저장처리
c_bnum = b_num
c_id = SESSION("ss_m_id")
c_content = InputValue2(request.Form("c_content"))
c_regdate = getdatefm(Now(), 3)
R_Fields_i = "a_num, c_bnum, c_id, c_pwd, c_name, c_content, c_regdate"
Call InsertQuery (R_Fields_i, "board_command")
'//댓글수 추가
sql = "UPDATE " & a_tablename & " Set b_c_count = b_c_count + 1 Where b_num = " & b_num
dbcon.execute sql
ElseIf cm_mode = "D" then '// 삭제 처리
sql = "select c_pwd from board_command where c_num = " & c_num
Set rs_cd = dbcon.execute( sql )
is_c_pwd = rs_cd("c_pwd") '//삭제할 글의 비번..
'//if ($c_pwd == $is_c_pwd || $is_ad_cms == "Y") { //비번이 일치하면
if c_pwd = is_c_pwd then '//비번이 일치하면
SQL = "Delete From board_command where c_num = " & c_num
dbcon.execute sql
'//댓글수 삭제
sql = "UPDATE " & a_tablename & " Set b_c_count = b_c_count - 1 Where b_num = " & b_num
dbcon.execute sql
else
Call goMessage_board("비밀번호가 일치하지 않습니다.", Request.ServerVariables("HTTP_REFERER"),"", "", a_num)
End if
End if
ok_url = "view.asp?a_num=" & a_num & "&amp;b_num=" & b_num & "&amp;" & page_info
'//echo "<br>ok_url===".$ok_url;
'//exit;
Call loding ("0", ok_url)
%>
+248
View File
@@ -0,0 +1,248 @@
<%
a_num = InputValue(request("a_num"))
a_num = replace(a_num, "&#39;", "")
a_num = replace(a_num, "&#34;", "")
'response.write a_num
'response.end
If a_num = "" Or Not( IsNumeric(a_num) ) Then
Call goMessage_board("잘못된 접속입니다.(101)", "/", "", "" , a_num)
response.end
End if
' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
' 게시판은 아닌데 실명인증을 해야 하는 메뉴가 있어서 임의로 a_num=0 으로 값을 넘기도록 한다
If a_num="0" Then
a_topinclude = "/common/file/head_06guide.asp"
a_header = " <!-- 내용영역 --> "&_
" <div id=""contents""> "&_
" <!-- 인쇄영역 --> "&_
" <div id=""print_area""> "&_
" <!-- 타이틀영역 --> "&_
" <div id=""contents_head""> "&_
" <div id=""contents_title""><!--h1><img src=""/img/06guide/tit12.gif"" alt=""기관로그인""/></h1--></div> "&_
" <div id=""location"">HOME &gt; 홈페이지가이드 &gt; <span class=""now"">실명인증</span></div> "&_
" </div> "&_
" <!-- //타이틀영역 --> "&_
" <!-- 내용들어가는곳 --> "&_
" <div id=""contents_area""> "
a_detail = " </div> "&_
" <!-- //내용들어가는곳 --> "&_
" </div> "&_
" </div> "&_
" <!-- 내용영역 --> "&_
" <hr /> "
a_btminclude = "/common/file/foot_sub.asp"
End If
' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
'//레코드필드***********************************************************************************************************
R_Fields = "a_num, a_bbsname, a_level, a_type, a_tablename, a_imgline, a_imgwidth, a_imgheight, a_member, a_ad_cms_id, a_ad_cms, a_cate, a_email, a_phone, a_home, a_jumin, a_jumin_opt, a_ftemp1, a_ftemp1_str, a_ftemp2, a_ftemp2_str, a_ftemp3, a_ftemp3_str, a_ftemp4, a_ftemp4_str, a_new, a_upload, a_upload_len, a_nofilesize, a_nofile, a_reply, a_replyOpt, a_command, a_date_list, a_sdate, a_edate, a_noword, a_width, a_displaysu, a_viewType, a_lt_a, a_lt_b, a_lt_c, a_lt_e, a_lt_f, a_header, a_hd_file, a_detail, a_dt_file, a_writecontent, a_topinclude, a_btminclude, a_skin, a_date,a_edit, a_password, a_password_str, a_close, a_sendmail, a_sendmail_addr, a_sendsms, a_sendsms_addr"
R_tablename_str = "board_config"
R_WHERE_str = " WHERE a_num=" & a_num
board_chk = SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
If a_num<>"0" And board_chk = False Then
Call goMessage_board("잘못된 접속입니다.(102)", "/", "", "" , a_num)
response.end
End if
'//**********************************************************************************************************************
session("a_level") = a_level
session("a_num") = a_num
If SESSION("ss_g_num") = 1 then
'//권한정보 **************
is_ad_cms = "Y"
is_list = "Y"
is_read = "Y"
is_write = "Y"
is_delete = "Y"
is_reply = "Y"
'//***********************
Else
'//등급별 권한설정....
if SESSION("ss_g_num") = "" then
g_num = 2 '//비회원2 , 총관리자 1
else
g_num = SESSION("ss_g_num")
End if
sql = "select * from board_access where g_num=" & g_num & " and a_num=" & a_num
'response.write sql
Set rs_lev = dbcon.execute( sql )
Do Until rs_lev.eof
is_ad_cms = rs_lev("Bl_ad_cms")
is_list = rs_lev("Bl_list")
is_read = rs_lev("Bl_read")
is_write = rs_lev("Bl_write")
is_delete = rs_lev("Bl_delete")
is_reply = rs_lev("Bl_reply")
rs_lev.movenext
loop
Set rs_lev = nothing
'//게시판 관리자..
'//*****************************************************************
If a_ad_cms_id <> "" then
a_ad_cms_id = Split( Replace(a_ad_cms_id, " ",""), "," )
for i=0 To ubound(a_ad_cms_id)
If a_ad_cms_id(i)<>"" then
If SESSION("ss_m_id") = a_ad_cms_id(i) Then
is_ad_cms = "Y"
is_list = "Y"
is_read = "Y"
is_write = "Y"
is_delete = "Y"
is_reply = "Y"
End If
End if
next
End if
'//*****************************************************************
'//권한정보 **************
'//$is_ad_cms = "";
'//$is_read = "Y";
'//$is_write = "Y";
'//$is_delete = "Y";
'//$is_reply = "Y";
'//***********************
' /*
' echo "<br>is_ad_cms==".$is_ad_cms;
' echo "<br>is_read==".$is_read;
' echo "<br>is_write==".$is_write;
' echo "<br>is_delete==".$is_delete;
' echo "<br>is_reply==".$is_reply;
' */
If is_ad_cms = "Y" then
is_list = "Y"
is_read = "Y"
is_write = "Y"
is_delete = "Y"
is_reply = "Y"
End if
End if
'//파라미터정보2 *************************************************************************************
v_page = InputValue(request("p_page"))
v_block = InputValue(request("p_block"))
v_search = InputValue(request("p_search"))
v_keyword = InputValue(request("p_keyword"))
v_year = InputValue(request("p_year"))
v_month = InputValue(request("p_month"))
v_cate = InputValue(request("p_cate"))
view_type = InputValue(request("view_type"))
page_info = "p_page=" & v_page & "&p_block=" & v_block & "&p_search=" & v_search & "&p_keyword=" & v_keyword & "&p_cate=" & v_cate & "&view_type=" & view_type
'//$page_info = htmlspecialchars(urlencode($page_info));
'//page_info2 는 일정관리에서 다른달로 이동시 사용..
page_info2 = "p_page=" & v_page & "&amp;p_block=" & v_block & "&amp;p_search=" & v_search & "&amp;p_keyword=" & v_keyword & "&amp;p_cate=" & v_cate & "&amp;view_type=" & view_type
page_info3 = "p_year=" & v_year & "&amp;p_month=" & v_month & "&amp;p_cate=" & v_cate & "&amp;view_type=" & view_type
'//리스트/달력 클릭시 사용
page_info4 = "p_page=" & v_page & "&amp;p_block=" & v_block & "&amp;p_search=" & v_search & "&amp;p_keyword=" & v_keyword & "&amp;p_cate=" & v_cate
nowpage = Request.ServerVariables("path_info") & "?" & Request.ServerVariables("query_string")
If a_level = "default_calendar" or a_level = "default_calendar2" Then '//달력형태일때..
page_info = page_info3
End If
If a_num = "54531917" Then
If v_cate = "" Then v_cate = 18
End if
'//****************************************************************************************************
' /*
' $is_ad_cms = "Y";
' $is_list = "Y";
' $is_read = "Y";
' $is_write = "Y";
' $is_delete = "Y";
' $is_reply = "Y";
' */
'부서별 공지사항 통합
R_Fields_code = "ct_idx, ct_name, ct_file"
Select Case a_num
Case "91134381", "85563030", "85125042", "49892315", "44876323", "71879802"
a_tablename = "board_60"
SQL = "Select "& R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='71074505' ORDER BY ct_code ASC"
Case Else
SQL = "Select "& R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='" & a_num & "' ORDER BY ct_code ASC"
End Select
'response.write sql
'//분류
Set b_cate_str = server.CreateObject("Scripting.Dictionary")
if a_cate = "Y" then
'R_Fields_code = "ct_idx, ct_name, ct_file"
'SQL = "Select "& R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='" & a_num & "' ORDER BY ct_code ASC"
Set rs_code = dbcon.execute( sql )
'b_cate_str = array();
Do Until rs_code.eof
ct_idx = rs_code("ct_idx")
ct_name = rs_code("ct_name")
ct_file = rs_code("ct_file")
If ct_file <> "" then '//이미지가 잇으면
b_cate_temp = "<img src='/data/board_code/" & ct_file & "' alt='" & ct_name & "'/>"
else
b_cate_temp = "[" & ct_name & "]"
End if
b_cate_str(ct_idx) = b_cate_temp
rs_code.movenext
loop
Set rs_code = nothing
End if
%>
@@ -0,0 +1,346 @@
@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0; padding:0; border:0;}
ol, ul, li {list-style:none;}
legend {visibility:hidden; display:none; height:0; width:0; font-size:0;}
body {font-size: 75%; font-family: Dotum,sans-serif; color: #575757;}
table {border-spacing:0;}
a, a:link {color: #FFFFFF; text-decoration: none; cursor: pointer; }
a:visited {color: #FFFFFF;}
a:hover, a:active, a:focus {color: #FFFFFF; text-decoration: underline;}
select{font-size: 1em;}
input.board_input {border:1px solid #cdcdcd; height:15px; padding:3px 3px 0px 3px; font-size:1em; background-color:#ffffff;}
input.board_input_file {width:90%; border:1px solid #cdcdcd; padding:3px 3px 0px 3px; font-size: 1em; background-color:#ffffff;}
textarea {border:1px solid #CDCDCD; font-size:1em;}
.display_none {display:none;}
#board {width:98%; margin:0 auto;}
#board .board_total {width:100%; font-size:0.95em; padding-bottom:5px;}
#board .board_total img {padding-left:3px;}
#board div.board_total .board_orange{color:#F96F00;}
#board .board_button {width:100%; margin-top:5px; text-align:right;}
#board .guide span {float:right; color:#838383; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding:0 4px 6px 0;}
#board span.category_color {color:#959595;}
/* Calendar_top */
#board .top {position:relative; height:40px;}
#board .cal_top {left:50%; margin-left:-100px; position:absolute; text-align:center;}
#board .cal_right {float:right; padding-bottom:5px;padding-top:10px;}
#board .cal_right li {float:left;}
#board .cal_right li img {height:20px;padding-left:3px;}
.blind {
font-size:0;
height:0;
left:0;
line-height:0;
overflow:hidden;
position:absolute;
top:0;
visibility:hidden;
width:0;
}
.sp {
background-image:url(/content/board/default_calendar/img/font.gif);
background-repeat:no-repeat;
display:inline-block;
float:left;
}
.sp_n0 {
background-position:0 -80px;
height:26px;
width:12px;
}
.sp_n1 {
background-position:-15px -80px;
height:26px;
width:12px;
}
.sp_n2 {
background-position:-30px -80px;
height:26px;
width:12px;
}
.sp_n3 {
background-position:-45px -80px;
height:26px;
width:12px;
}
.sp_n4 {
background-position:-60px -80px;
height:26px;
width:12px;
}
.sp_n5 {
background-position:-75px -80px;
height:26px;
width:12px;
}
.sp_n6 {
background-position:-90px -80px;
height:26px;
width:12px;
}
.sp_n7 {
background-position:-105px -80px;
height:26px;
width:12px;
}
.sp_n8 {
background-position:-120px -80px;
height:26px;
width:12px;
}
.sp_n9 {
background-position:-135px -80px;
height:26px;
width:12px;
}
.sp_ndot {
background-position:-150px -80px;
height:26px;
width:6px;
}
.sp_nbar {
background-position:-159px -80px;
height:26px;
width:19px;
}
.sp_null {
background:none;
height:26px;
width:5px;
}
.sp_b_today {
background-position:-100px 0;
cursor:pointer;
height:17px;
margin-top:5px;
width:30px;
}
.sp_b_prev {
background-position:0 -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_prev_on {
background-position:-19px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next {
background-position:-38px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next_on {
background-position:-57px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_prev2 {
background-position:-76px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_prev2_on {
background-position:-95px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next2 {
background-position:-114px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next2_on {
background-position:-133px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_prev3 {
background-position:-152px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_prev3_on {
background-position:-171px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next3 {
background-position:-190px -109px;
cursor:pointer;
height:26px;
width:18px;
}
.sp_b_next3_on {
background-position:-209px -109px;
cursor:pointer;
height:26px;
width:18px;
}
/* List */
#board .cal_blist {clear:both;}
#board .cal_blist table{width:100%; line-height:16px; border-collapse:collapse; border:1px solid #DCDCDC; background-image:url(/content/board/default_calendar/img/tit_bg2.gif); background-repeat: repeat-x;}
#board .cal_blist table caption{display:none;}
#board .cal_blist thead th {height:22px; color:#222222; font-size: 0.9em; font-weight:bold; letter-spacing:-0.1em; line-height:150%; border:1px solid #DCDCDC;text-align:center;}
#board .cal_blist thead th.sun {color:#D92D1E;}
#board .cal_blist thead th.sat {color:#4A84BC;}
#board .cal_blist tbody td.day{height:15px; background:#F8F8F8; text-align:left; line-height:140%; border-right:1px solid #DCDCDC; border-top:1px solid #EAEAEA; padding:0 0 0 5px; font-size: 0.9em; font-family:tahoma;}
#board .cal_blist tbody td.none{color:#BCBCBC;}
#board .cal_blist tbody td.sun{color:#E32C52;}
#board .cal_blist tbody td.sat{color:#4A84BC;}
#board .cal_blist tbody td{height:80px; border-left:1px solid #EAEAEA; background:#ffffff; line-height:140%;vertical-align:top;}
#board .cal_blist tbody td img{vertical-align:middle;padding-right:3px;}
/* Write */
#board .table_bwrite {clear:both;}
#board .table_bwrite table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #DCDCDC; border-bottom:1px solid #DEDEDE; background-image:url(/content/board/default_calendar/img/tit_bg3.gif); background-repeat: repeat-x;}
#board .table_bwrite table caption{display:none;}
#board .table_bwrite thead th {border-bottom:1px solid #DCDCDC; height:25px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;text-align:center;}
#board .table_bwrite thead th.th_end {padding-right:110px;}
#board .table_bwrite tbody th{white-space:nowrap; height:31px; border-bottom:1px solid #F3F3F3; border-right:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC; background:#F6F6F6; color:#666666; text-align:center; letter-spacing:-0.1em; line-height:140%;}
#board .table_bwrite tbody th img {vertical-align:middle; padding-left:5px;}
#board .table_bwrite tbody td{height:31px; padding-left:10px; border-bottom:1px solid #DCDCDC; background:#ffffff; text-align:left; line-height:140%;}
#board .table_bwrite tbody td input.subject{width:90%;color:#FFFFFF;}
#board .table_bwrite tbody td.content{margin:0; padding-top:4px; padding-bottom:4px; padding-left:0; padding-right:0px; text-align:center;}
#board .table_bwrite tbody td span.text1 {color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
#board .table_bwrite tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
/* View */
#board .table_bview {clear:both;}
#board .table_bview table{width:100%; line-height:16px; border-collapse:collapse;border-top:2px solid #DCDCDC; border-bottom:1px solid #DEDEDE; background-image:url(/content/board/default_calendar/img/tit_bg3.gif); background-repeat: repeat-x;}
#board .table_bview table caption{display:none;}
#board .table_bview thead th {border-bottom:1px solid #DCDCDC; height:25px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;}
#board .table_bview thead th.th_none {white-space:nowrap; background-image:none; text-align:left; padding-left:5px;}
#board .table_bview thead th.th_none img {vertical-align:middle;}
#board .table_bview tbody th {white-space:nowrap; height:31px; border-right:1px solid #E1E1E1; border-bottom:1px solid #E1E1E1; background:#F6F6F6; color:#737373; text-align:center; letter-spacing:-0.1em; line-height:140%;}
#board .table_bview tbody td {padding-top:6px; padding-bottom:6px; border-bottom:1px solid #E1E1E1; background:#ffffff; text-align:left; line-height:140%;}
#board .table_bview tbody td.content{padding:20px 10px 30px 10px;}
#board .table_bview tbody td.content img{display:block; text-align:center;}
#board .table_bview tbody td span.text1 {color:#4381BF; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
#board .table_bview tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
#board .table_bview tbody td dl.info {margin:0; padding-left:3px;}
#board .table_bview tbody td dl.info dt {float:left; color:#737373; letter-spacing:-0.1em; padding:0; font-weight:bold;}
#board .table_bview tbody td dl.info dd {float:left; background:transparent url(/content/board/default_calendar/img/view_bar.gif) no-repeat scroll 7px 40%; display:inline; margin:0; padding:0 2.4em 0 1.2em; }
#board .table_bview tbody td dl.info dd.c4895D7 {color:#4895D7;}
#board .table_bview tbody td dl.info dd img {vertical-align:middle;}
#board .table_bview tbody td dl.info dd .size {font-size:0.8em; font-family:tahoma; color:#BFBFBF;}
/* Comment */
#board .board_comment {clear:both; padding-top:20px;}
#board .board_comment table{width:100%; background-color:#FAFAFA; margin-bottom:15px}
#board .board_comment table caption{display:none;}
#board .board_comment tbody td {height:31px; text-align:left; line-height:140%;}
#board .board_comment tbody td.dr01 {height:5px; background:url(/content/board/default_calendar/img/dr01.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr02 {height:5px; background:url(/content/board/default_calendar/img/dr02.gif); background-repeat: repeat-x;}
#board .board_comment tbody td.dr03 {height:5px; background:url(/content/board/default_calendar/img/dr03.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr04 {background:url(/content/board/default_calendar/img/dr04.gif); background-repeat: repeat-y;}
#board .board_comment tbody td.text {padding:0; margin:0; height:20px;}
#board .board_comment tbody td dl.info {margin:0; padding-left:10px;}
#board .board_comment tbody td dl.info dt {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;}
#board .board_comment tbody td dl.info dd {float:left; padding:0 10px 0 4px;}
#board .board_comment tbody td.dr05 {text-align:center; padding-top:4px; padding-bottom:4px;}
#board .board_comment tbody td.dr05 textarea {width:88%;height:38px;}
#board .board_comment tbody td.dr06 {background:url(/content/board/default_calendar/img/dr06.gif); background-repeat: repeat-y;}
#board .board_comment tbody td.dr07 {height:5px; background:url(/content/board/default_calendar/img/dr07.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr08 {height:5px; background:url(/content/board/default_calendar/img/dr08.gif); background-repeat: repeat-x;}
#board .board_comment tbody td.dr09 {height:5px; background:url(/content/board/default_calendar/img/dr09.gif); background-repeat:no-repeat;}
.cmt_list {margin-top:5px;}
.cmt_list div.h {margin:0 0 1px; background:transparent url(/content/board/default_calendar/img/human_ic.gif) no-repeat scroll 0 0.1em;}
.cmt_list p {line-height:1.6em; margin:0; padding:5px 0 0 12px; text-align:left;}
.cmt_list li.line {height:1px; background:transparent url(/content/board/default_calendar/img/dr_line_bg.gif); background-repeat: repeat-x; margin:0; padding-top:15px;}
/* Paginate */
.board_paginate{clear:both; position:relative; text-align:center;}
.board_paginate *{margin:0; padding:0;}
.board_paginate a,
.board_paginate strong{_position:relative; margin-left:-7px; font-weight:bold; display:inline-block; padding:3px 8px 1px 7px; color:#313031; border-left:1px solid #ccc; border-right:1px solid #ccc; text-decoration:none; line-height:normal; font:bold 12px , Dotum, , Gulim, AppleGothic, Sans-serif; background:#fff;}
.board_paginate strong{color:#ff8600 !important;}
.board_paginate a:hover{background:#F7F7F7;}
.board_paginate a.pre{padding:3px 8px 1px 16px; background:url(/content/board/default_calendar/img/bu_pg1_l1.gif) no-repeat 8px 6px !important; border:none; font-weight:normal; }
.board_paginate a.next{padding:3px 16px 1px 8px; background:url(/manager/img/bu_pg1_r1.gif) no-repeat 37px 6px !important; border:none; font-weight:normal; }
/* Button */
.board_button {clear:both;}
.board_button .fl {float:left;}
.board_button .fr {float:right; overflow:hidden;}
.board_button .pt10 {padding-top:10px;}
.board_button ul li {float:left;}
.board_button ul li.pl {padding-left:10px;}
.board_button ul li.pt {padding-top:7px;}
.board_button span.bt {float:right; padding-top:10px; padding-left:4px; text-align:right;}
.board_button2 {margin:0 auto; text-align:center; padding-top:10px; padding-left:4px;}
.board_bt01 {display:inline;}
.board_bt01 a{display:inline; overflow:hidden; float:left; height:22px; padding-left:13px; margin-right:3px; font:12px dotum; letter-spacing:-1px; color:#6B6B6B; text-decoration:none; background:url(/content/board/default_calendar/img/bt01_bg.gif) left 0; cursor:pointer;}
.board_bt01 a:hover{background:url(/content/board/default_calendar/img/bt01_bg.gif) left -22px; text-decoration:none;}
.board_bt01 a span{display:inline; overflow:hidden; float:left; height:22px; padding-right:10px; line-height:200%; background:url(/content/board/default_calendar/img/bt01_bg.gif) right 0;}
.board_bt01 a:hover span{color:#6B6B6B; background:url(/content/board/default_calendar/img/bt01_bg.gif) right -22px;}
/* Search */
.board_search {width:340px; margin:0 auto; margin-top:18px;}
.board_search ul {float:left;}
.board_search ul li {float:left; background:url(/content/board/default_calendar/img/search_bg.gif); height:35px;}
.board_search ul li.board_search_start {float:left; width:18px; height:35px; background:url(/content/board/default_calendar/img/search_left.gif); background-repeat:no-repeat;}
.board_search ul li.board_search_end {float:left; width:18px; height:35px; background:url(/content/board/default_calendar/img/search_right.gif); background-repeat:no-repeat;}
.board_search ul li select {float:left; margin-top:8px; margin-right:3px;}
.board_search ul li input {float:left; margin-top:7px; margin-right:3px;}
.board_search ul li input.search_bt {float:left; margin-top:8px; margin-bottom:1px;}
.command_pwd {position:absolute; border:2px solid #C6C6C6; background-color:#ffffff; padding:8px 15px 8px 15px; text-align:center; vertical-align:middle; font-weight:bold; color:#313131; line-height:140%;}
.command_pwd li.text {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;padding-right:4px;}
.command_pwd li {float:left; padding-left:3px;}
.command_pwd li img {height:20px;padding-top:1px;}
.colorPicker {border:1px solid #777777; background-color:#ffffff; padding:8px; text-align:center; vertical-align:middle; font-weight:bold; color:#313131; line-height:140%;}
.colorPicker li {float:left; padding:0px 2px 0px 2px;}
.error_check {float:left;width:80%;min-height:90px;border:5px solid #DDE7F0;margin-bottom:15px;background:url(/content/board/default_calendar/img/error_bg.gif); background-repeat:no-repeat;padding-left:19%;padding-top:15px;padding-bottom:12px;}
.error_check .error_list {float:left;line-height:19px;}
.error_check .error_list li {background:url(/content/board/default_calendar/img/error_ic.gif) no-repeat 8px 6px;padding-left:15px;}
.error_check .error_list li strong.error {color:#DE5410;}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

@@ -0,0 +1,488 @@
<!--#include virtual="/content/board/nnupload/create.asp"-->
<%
If b_num = "" then '//일반등록
w_mode = "W"
If b_type = "" then b_type = "N" '//값이 있으면 답변타입이다..
If b_type = "N" then b_content = a_writecontent
b_open = "Y"
b_sbjclr = "#ffffff"
elseIf b_num <> "" And b_type = "R" then '//답변글쓰기 일때
w_mode = "WR"
'//레코드필드
R_Fields = "b_num, b_subject, b_content, b_ref, b_step, b_level, b_open"
R_tablename_str = a_tablename
R_WHERE_str = " WHERE b_num=" & b_num
Call SelectQuery ( R_Fields, R_tablename_str, R_WHERE_str )
b_subject = "RE:" & b_subject
b_content = "<br /><br /><br /><br />------------------ 원문 -------------------------<br /><br />" & b_content
ElseIf b_num <> "" then '//그냥 수정일때..
w_mode = "M"
If is_ad_cms <> "Y" then '//관리자가아닐때 체크
If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" then '//체크통과했으면..
Call locationhref("pwd.asp?prepage=modi&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
End if
End if
'//레코드필드
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword"
R_tablename_str = a_tablename
R_WHERE_str = " WHERE b_num=" & b_num
Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
End if
If b_sdate = "" then
b_sdate_y = Year(now)
b_sdate_m = Right( "0" & Month(now), 2 )
b_sdate_d = Right( "0" & Day(now), 2 )
else
b_sdate_arr = Split(b_sdate, "-")
b_sdate_y = b_sdate_arr(0)
b_sdate_m = b_sdate_arr(1)
b_sdate_d = b_sdate_arr(2)
End if
If b_edate = "" then
b_edate_y = Year(now)
b_edate_m = Right( "0" & Month(now), 2 )
b_edate_d = Right( "0" & Day(now), 2 )
else
b_edate_arr = Split(b_edate, "-")
b_edate_y = b_edate_arr(0)
b_edate_m = b_edate_arr(1)
b_edate_d = b_edate_arr(2)
End if
prepage = Request.ServerVariables("path_info") & "?" & Request.ServerVariables("query_string")
%>
<!--#include virtual="/content/board/top.asp"-->
<script type="text/javascript">//<![CDATA[
function w_chk(){
if (CheckSpaces(document.getElementById('frm').b_name, '이름')) {return false;}
else if (CheckSpaces(document.getElementById('frm').b_pwd, '비밀번호')) {return false;}
else if (CheckSpaces(document.getElementById('frm').b_subject, '제목')) {return false;}
//loading_st(1);
UploadClick();
return false;
}
function colorPicker(val){
if(val==1){ //보여라
document.getElementById('colorPicker_view').style.visibility='visible';
}else if(val==2){
document.getElementById('colorPicker_view').style.visibility='hidden';
}
}
function colorselect(color) {
document.getElementById('colorsel').style.backgroundColor= color;
document.getElementById('b_subject').style.backgroundColor= color;
document.getElementById('b_subject').style.color= "#FFFFFF";
document.getElementsByName('b_sbjclr')[0].value = color;
}
function colorselect_white(color) {
document.getElementById('colorsel').style.backgroundColor= color;
document.getElementById('b_subject').style.backgroundColor= color;
document.getElementById('b_subject').style.color= "#000000";
document.getElementsByName('b_sbjclr')[0].value = color;
}
//]]>
</script>
<!-- 쓰기 -->
<div id="board" style="width:<%=a_width%>;">
<form id="frm" method="post" action="write.asp?a_num=<%=a_num%>&amp;<%=replace( page_info, "&","&amp;")%>&proc_mode=write_ok" enctype="multipart/form-data" onsubmit="return w_chk();">
<div>
<input type="hidden" name="b_num" value="<%=b_num%>" /><!-- (수정일때사용) -->
<input type="hidden" name="b_type" value="<%=b_type%>" />
<input type="hidden" name="w_mode" value="<%=w_mode%>" />
<%If a_type = "N" Or a_type="T" then '//공개여부%>
<input type="hidden" name="b_open" value="Y" />
<%End if%>
<input type="hidden" name="b_ref" value="<%=b_ref%>" />
<input type="hidden" name="b_step" value="<%=b_step%>" />
<input type="hidden" name="b_level" value="<%=b_level%>" />
<input type="hidden" name="b_sbjclr" value="<%=b_sbjclr%>" />
</div>
<div class="guide">
<span><img src="/content/board/default_calendar/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
</div>
<!-- 쓰기 테이블 -->
<div class="table_bwrite">
<table cellspacing="0" >
<caption><%=replace(tit_name, " | ", "")%></caption>
<colgroup>
<col width="130" />
<col width="" />
</colgroup>
<thead>
<tr>
<th scope="col"></th>
<th scope="col" class="th_end">글쓰기</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><label for="b_name"><img height="10" width="7" alt="*" src="/content/board/default_calendar/img/ic_vcheck.gif"/> 이름</label></th>
<td><input type="text" size="20" id="b_name" name="b_name" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_name%>" maxlength="30" /> <span class="text1">* 한글만 사용하실 수 있습니다. </span></td>
</tr>
<tr>
<th scope="row"><label for="b_pwd"><img height="10" width="7" alt="*" src="/content/board/default_calendar/img/ic_vcheck.gif"/> 비밀번호</label></th>
<td><input type="password" size="22" id="b_pwd" name="b_pwd" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_pwd%>" maxlength="30" /> <span class="text1">* 10자 이내의 영문/숫자만 사용하실 수 있습니다. </span></td>
</tr>
<%If a_type = "Y" then '//공개/비공개%>
<tr>
<th scope="row">공개여부</th>
<td>
<input type="radio" id="b_open_Y" name="b_open" value="Y" title="공개 선택" <%=chkRadio(b_open, "Y")%> /><label for="b_open_Y">공개</label>
<input type="radio" id="b_open_N" name="b_open" value="N" title="비공개 선택" <%=chkRadio(b_open, "N")%> /><label for="b_open_N">비공개</label>
</td>
</tr>
<%End if%>
<%If a_phone = "Y" then '//전화번호%>
<tr>
<th scope="row"><label for="b_phone1">전화번호</label></th>
<td><input type="text" size="4" title="연락처 첫번째 입력" id="b_phone1" name="b_phone1" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone1%>" maxlength="4" /> - <input type="text" size="4" title="연락처 두번째 입력" id="b_phone2" name="b_phone2" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone2%>" maxlength="4" /> - <input type="text" size="4" title="연락처 세번째 입력" id="b_phone3" name="b_phone3" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone3%>" maxlength="4" /></td>
</tr>
<%End if%>
<%If a_email = "Y" then '//이메일%>
<tr>
<th scope="row"><label for="b_email">이메일</label></th>
<td><input type="text" size="50" id="b_email" name="b_email" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_email%>" maxlength="200" /> <span class="text1">* <strong>@</strong>포함한 이메일주소를 입력하세요.</span></td>
</tr>
<%End if%>
<%If a_home = "Y" then '//홈페이지%>
<!--
<tr>
<th scope="row"><label for="b_homepage">홈페이지</label></th>
<td><span class="eng">http://</span> <input type="text" size="45" id="b_homepage" name="b_homepage" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_homepage?>" maxlength="" /></td>
</tr>
-->
<%End if%>
<%
'//사용자필드
for z=1 To 4
a_ftemp = eval("a_ftemp" & z )
a_ftemp_str = eval("a_ftemp" & z & "_str")
b_temp = eval("b_temp" & z )
If a_ftemp = "Y" then
%>
<tr>
<th scope="row"><label for="b_temp<%=z%>"><%=a_ftemp_str%></label></th>
<td><input type="text" size="50" id="b_temp<%=z%>" name="b_temp<%=z%>" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_temp%>" maxlength="50" /></td>
</tr>
<%
End if
next
%>
<tr>
<th scope="row"><img height="10" width="7" alt="*" src="/content/board/default_calendar/img/ic_vcheck.gif"/>일시</th>
<td>
<select id="b_sdate_y" name="b_sdate_y">
<%For z = Year(now)-2 To Year(now)+5%>
<option value="<%=z%>" <%=chkSelect(b_sdate_y, z)%>><%=z%></option>
<%next%>
</select><label for="b_sdate_y">년</label>
<select id="b_sdate_m" name="b_sdate_m">
<%For z = 1 To 12
z_value = Right("0" & z, 2)
%>
<option value="<%=z_value%>" <%=chkSelect(b_sdate_m, z_value)%>><%=z%></option>
<%next%>
</select><label for="b_sdate_m">월</label>
<select id="b_sdate_d" name="b_sdate_d">
시<%For z=1 To 31
z_value = Right("0"&z, 2)
%>
<option value="<%=z_value%>" <%=chkSelect(b_sdate_d, z_value)%>><%=z%></option>
<%next%>
</select><label for="b_sdate_d">일</label>
~
<select id="b_edate_y" name="b_edate_y">
<%For z = Year(now)-2 To Year(now)+5 %>
<option value="<%=z%>" <%=chkSelect(b_edate_y, z)%>><%=z%></option>
<%next%>
</select><label for="b_edate_y">년</label>
<select id="b_edate_m" name="b_edate_m">
<%For z=1 To 12
z_value = Right("0" & z, 2)
%>
<option value="<%=z_value%>" <%=chkSelect(b_edate_m, z_value)%>><%=z%></option>
<%next%>
</select><label for="b_edate_m">월</label>
<select id="b_edate_d" name="b_edate_d">
<%For z = 1 To 31
z_value = Right("0" & z, 2)
%>
<option value="<%=z_value%>" <%=chkSelect(b_edate_d, z_value)%>><%=z%></option>
<%next%>
</select><label for="b_edate_m">일</label>
</td>
</tr>
<%If a_cate = "Y" and b_type <> "R" then '//분류%>
<tr>
<th scope="row"><label for="b_cate_tot">분류</label></th>
<td>
<select name="b_cate_tot" >
<option value="" selected="selected" >분류선택</option>
<%
'//분류 부분
R_Fields_code = "ct_idx, ct_code, ct_name, ct_ref, ct_depth, ct_chk, ct_wdate, ct_codeno, ct_file, a_num"
SQL = "Select " & R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='" & a_num & "' ORDER BY ct_code ASC"
Set rs_code = dbcon.execute( sql )
If Not( rs_code.bof Or rs_code.eof ) then
Do Until rs_code.eof
ct_idx = rs_code("ct_idx")
ct_name = rs_code("ct_name")
%>
<option value="<%=ct_idx%>,<%=ct_name%>" <%=chkSelect(ct_idx, b_cate)%>><%=ct_name%></option>
<%
rs_code.movenext
loop
End if
Set rs_code = nothing
%>
</select>
</td>
</tr>
<%End if%>
<tr>
<th scope="row"><label for="b_subject"><img height="10" width="7" alt="*" src="/content/board/default_calendar/img/ic_vcheck.gif"/> 제목</label></th>
<td><input type="text" size="90" id="b_subject" name="b_subject" class="board_input" value="<%=b_subject%>" maxlength="200" />
</td>
</tr>
<tr>
<td colspan="2" class="content">
<%If a_edit = "Y" then '//에디터가 사용일때
'//$_SESSION["fck_filepath"] = "/userfiles/"; //첨부파일경로
'//$_SESSION["fck_filepath"] = "/data/popup/"; //첨부파일경로
session("fck_filepath") = "/data/board/"& a_tablename & "/" '업로드 경로(동적경로를 위해 세션사용)
'response.write session("fck_filepath")
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/fckeditor/"
oFCKeditor.value = b_content
oFCKeditor.ToolbarSet = "Basic3"
oFCKeditor.Create "b_content"
Else
%>
<textarea cols="50" rows="15" id="b_content" name="b_content" title="게시글 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><%=b_content%></textarea>
<%End if%>
</td>
</tr>
<%
If a_upload = "Y" then '//첨부파일 사용일때
%>
<tr>
<th scope="row">첨부파일</th>
<td>
<%
file_cnt = 0
for z=1 to a_upload_len
b_file_name = eval("b_file" & z)
%>
<input type="hidden" name="b_file<%=z%>" id="b_file<%=z%>" value="<%=b_file_name%>" />
<%
If b_file_name <> "" then
file_cnt = file_cnt + 1
%>
<%=b_file_name%> <a href="#delete" onclick="delete_ok(<%=z%>);" onkeyup="delete_ok(<%=z%>);"><img src="/content/board/<%=a_level%>/img/dr_del_bt.gif" alt="첨부파일 삭제하기" /></a><br />
<%
End if
next
%>
<%
'nn_basePath 하위에 Upload 폴더와 nn_uploadPath에 지정될 폴더는 인터넷게스트계정는 또는 Users 계정에 수정/쓰기 권한이 있어야 합니다.
nn_basePath = "/content/board/nnupload/" 'nn업로드가 설치된 경로
nn_paramFilter = "." & Replace(a_nofile,",","|.") '"|.jpg|.zip|.txt|.xls" '업로드 허용 파일
nn_paramMaxFileSize = a_nofilesize '업로드 용량(MB)
nn_paramMaxFileNumber = a_upload_len - file_cnt '업로드 개수
nn_width = "100%" '가로크기
nn_height = "150px" '세로크기
nn_uploadPath = "/data/board/" & a_tablename & "/" '업로드할 경로
nn_key = Application("nn_key") '키
%>
<script type="text/javascript">
var filenames = "";
function UploadClick() {
try{
nnupload.content.UploadFile.StartUpload();
document.getElementById("submitbtn").disabled = true;
}catch(e){
document.getElementById('frm').submit(); //글등록
}
}
function AbortUploadNotFile() {
//alert("업로드 할 파일 없습니다.");
document.getElementById('frm').submit(); //글등록
}
function getFileName(){
var b_file, filenames_arr;
filenames_arr = filenames.split("|");
for(z=0;z<=filenames_arr.length-1;z++){
for(i=1;i<=<%=a_upload_len%>;i++){
b_file = document.getElementById("b_file"+i);
if(b_file.value == ""){ //비어있는 b_file값에만 저장한다.
b_file.value = filenames_arr[z];
break;
}
}
}
filenames = "";
document.getElementById('frm').submit(); //글등록
//alert("업로드 완료");
//Initialize(); //초기화
}
</script>
<%
If CInt(a_upload_len) > file_cnt then
createUpload()
End if
%>
</td>
</tr>
<%
End if
%>
</tbody>
</table>
</div>
<!-- //쓰기 테이블 -->
<!-- 버튼 -->
<div class="board_button2">
<span><input id="submitbtn" type="image" src="/content/board/default_calendar/img/save_bt.gif" alt="저장"/></span>
<span><a href="list.asp?a_num=<%=a_num%>&amp;<%=page_info%>"><img src="/content/board/default_calendar/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
</div>
<!-- //버튼 -->
</form>
</div>
<!-- //쓰기 -->
<script type="text/javascript">
//colorselect('<%=b_sbjclr%>')
</script>
<script>
//colorPicker(2);colorselect_white('#FFFFFF');
</script>
<!--#include virtual="/content/board/bottom.asp"-->
+175
View File
@@ -0,0 +1,175 @@
//삭제
function d_chk(url){
if (confirm('정말 삭제하시겠습니까?')) {
loading_st(1);
page_go1(url);
}else{
return ;
}
}
function checkAll(){
if(document.getElementById('frm_list').chk_all.value == "") {
document.getElementById('frm_list').chk_all.value="Y";
totchk();
}else {
document.getElementById('frm_list').chk_all.value="";
totoff();
}
}
function totchk(){
for(var i=0; i < document.getElementById('frm_list').elements.length ; i++) {
if(document.getElementById('frm_list').elements[i].type=='checkbox')
if ( document.getElementById('frm_list').elements[i].disabled != true ){
document.getElementById('frm_list').elements[i].checked = true;
}
}
}
function totoff(){
for(var i=0; i < document.getElementById('frm_list').elements.length ; i++) {
if(document.getElementById('frm_list').elements[i].type=='checkbox')
document.getElementById('frm_list').elements[i].checked = false;
}
}
function delete2(){
var flag;
if (confirm('정말 삭제하시겠습니까?')) {
flag = "Empty";
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
if (document.getElementById('frm_list').elements[j].checked == true){
flag = "Not Empty";
}
}
}
if (flag == "Empty") {
alert ("데이터를 선택해 주세요.");
return ;
}
loading_st(1);
document.getElementById('frm_list').action = "delete_ok.asp";
document.getElementById('frm_list').status.value = "totdel";
document.getElementById('frm_list').submit();
}else{
return ;
}
}
function levelchange(form, idx){
loading_st(1);
document.getElementById('frm_list').b_l_chk.value = form;
document.getElementById('frm_list').b_l_num.value = idx;
document.getElementById('frm_list').action = "level_ok.asp";
document.getElementById('frm_list').submit();
}
function tot_levelchage(page){
var flag;
flag = "Empty";
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
if (document.getElementById('frm_list').elements[j].checked == true){
flag = "Not Empty";
}
}
}
if (flag == "Empty") {
alert ("데이터를 선택해 주세요.");
return ;
}
if (document.getElementById('frm_list').tot_level_chk.value=="") {
alert ("변경할 등급을 선택해주세요");
document.getElementById('frm_list').tot_level_chk.focus();
return ;
}
loading_st(1);
document.getElementById('frm_list').action = "level_ok.asp?"+page;
document.getElementById('frm_list').status.value = "totlevel";
document.getElementById('frm_list').submit();
}
function win_popup(idx,vscrollbars,vtoolbar,vmenubar,vlocation,vwidth,vheight){
window.open('view.asp?idx='+idx,'','scrollbars='+vscrollbars+',toolbar='+vtoolbar+',menubar='+vmenubar+',location='+vlocation+',width='+vwidth+',height='+vheight+',location=no');
}
function bmove(){
var flag;
flag = "Empty";
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
if (document.getElementById('frm_list').elements[j].checked == true){
flag = "Not Empty";
}
}
}
if (flag == "Empty") {
alert ("데이터를 선택해 주세요.");
return ;
}
document.getElementById('frm_list').action = "/content/board/move.asp";
// document.getElementById('frm_list').status.value = "totdel";
document.getElementById('frm_list').submit();
}
@@ -0,0 +1,41 @@
function focus_on1(str) {
(str).style.border='1px solid #006DD2';
(str).style.background='#ffffff';
}
function focus_off1(str) {
(str).style.border='1px solid #cdcdcd';
(str).style.background='#ffffff';
}
function add() {
var change = false;
for (var i = 1; i < 5; i++) {
var obj = document.getElementById("filediv" + i);
if (obj != null) {
if (obj.style.display == "none") {
obj.style.display = "block";
change = true;
break;
}
}
}
if (change == false) {
alert("파일을 더 이상 추가 할 수 없습니다.");
}
}
function del(index) {
var fileobj = document.getElementById("upload" + index);
var divobj = document.getElementById("filediv" + index);
fileobj.outerHTML = fileobj.outerHTML;
divobj.style.display = "none";
}
//PNG 투명
var clear="/content/board/default_calendar/img/clear.gif" //path to clear.gif
pngfix=function(){var els=document.getElementsByTagName('*');var ip=/\.png/i;var i=els.length;while(i-- >0){var el=els[i];var es=el.style;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";el.src=clear;}else{var elb=el.currentStyle.backgroundImage;if(elb.match(ip)){var path=elb.split('"');var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';var elkids=el.getElementsByTagName('*');if (elkids){var j=elkids.length;if(el.currentStyle.position!="absolute")es.position='static';while (j-- >0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}}
window.attachEvent('onload',pngfix);
+309
View File
@@ -0,0 +1,309 @@
<%
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
nowpage_url = Request.ServerVariables("path_info")
%>
<!--#include virtual="/content/board/top.asp"-->
<!-- 리스트 -->
<div id="board" style="width:<%=a_width%>;">
<div class="top">
<div class="cal_top">
<a class="sp sp_b_prev2" href='<%=nowpage_url%>?a_num=<%=a_num%>&amp;p_year=<%=(prevYear-1)%>&amp;p_month=<%=intThisMonth%>' onmouseover="this.className='sp sp_b_prev2_on'" onfocus="this.className='sp sp_b_prev2_on'" onmouseout="this.className='sp sp_b_prev2'" onblur="this.className='sp sp_b_prev2'"><span class="blind">이전 해</span></a>
<a class="sp sp_b_prev" href='<%=nowpage_url%>?a_num=<%=a_num%>&amp;p_year=<%=prevYear%>&amp;p_month=<%=prevMonth%>' onmouseover="this.className='sp sp_b_prev_on'" onfocus="this.className='sp sp_b_prev_on'" onmouseout="this.className='sp sp_b_prev'" onblur="this.className='sp sp_b_prev'"><span class="blind">이전 달</span></a>
<span class="sp sp_null"></span>
<span class="sp sp_n<%= Mid(intThisYear, 1, 1)%>"><span class="blind"><%= Mid(intThisYear, 1, 1)%></span></span>
<span class="sp sp_n<%= Mid(intThisYear, 2, 1)%>"><span class="blind"><%= Mid(intThisYear, 2, 1)%></span></span>
<span class="sp sp_n<%= Mid(intThisYear, 3, 1)%>"><span class="blind"><%= Mid(intThisYear, 3, 1)%></span></span>
<span class="sp sp_n<%= Mid(intThisYear, 4, 1)%>"><span class="blind"><%= Mid(intThisYear, 4, 1)%></span></span>
<span class="sp sp_ndot"><span class="blind">.</span></span>
<span class="sp sp_n<%=Mid(intThisMonth2,1, 1)%>"><span class="blind"><%=Mid(intThisMonth2,1, 1)%></span></span>
<span class="sp sp_n<%=Mid(intThisMonth2,2, 1)%>"><span class="blind"><%=Mid(intThisMonth2,2, 1)%></span></span>
<span class="sp sp_null"></span>
<a class="sp sp_b_next" href='<%=nowpage_url%>?a_num=<%=a_num%>&amp;p_year=<%=nextYear%>&amp;p_month=<%=nextMonth%>' onmouseover="this.className='sp sp_b_next_on'" onfocus="this.className='sp sp_b_next_on'" onmouseout="this.className='sp sp_b_next'" onblur="this.className='sp sp_b_next'"><span class="blind">다음 달</span></a>
<a class="sp sp_b_next2" href='<%=nowpage_url%>?a_num=<%=a_num%>&amp;p_year=<%=nextYear+1%>&amp;p_month=<%=intThisMonth%>' onmouseover="this.className='sp sp_b_next2_on'" onfocus="this.className='sp sp_b_next2_on'" onmouseout="this.className='sp sp_b_next2'" onblur="this.className='sp sp_b_next2'"><span class="blind">다음 해</span></a>
<span class="sp sp_null"></span>
<a class="sp sp_b_today" href='<%=nowpage_url%>?a_num=<%=a_num%>&amp;p_year=<%=Year(now)%>&amp;p_month=<%=Month(now)%>' style="margin-bottom: 4px;"><span class="blind">오늘</span></a>
</div>
<div class="cal_right">
<!-- #include virtual="/content/board/code.asp"--><!--분류-->
</div>
</div>
<%If is_ad_cms = "Y" then%>
<form id= "frm_list" action="" method='post'>
<div>
<input type="hidden" name="status" />
<input type="hidden" name="a_num" value="<%=a_num%>" />
<input type="hidden" id="chk_all" name="chk_all" /><!-- 전체체크 사용하려구.. -->
</div>
<%End if%>
<!-- 리스트 테이블 -->
<div class="cal_blist">
<table cellspacing="0" >
<caption><%=replace( tit_name, " | ", "")%></caption>
<colgroup>
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
</colgroup>
<thead>
<tr>
<th scope="col" class="sun">일요일</th>
<th scope="col">월요일</th>
<th scope="col">화요일</th>
<th scope="col">수요일</th>
<th scope="col">목요일</th>
<th scope="col">금요일</th>
<th scope="col" class="sat">토요일</th>
</tr>
</thead>
<tbody>
<%
'cal = CInt(a_width) / 7
day1 = (-1 * datFirstDay)+2 '//날수1
day2 = (-1 * datFirstDay)+2 '//날수2(내용할때)
For ju = 1 to jucnt '//주간 7개 돌리공..
%>
<tr>
<%
for i = 1 to 7
'//글자색
Select Case i
Case 1 : tcolor="sun"
Case 7 : tcolor="sat"
Case Else
tcolor = ""
End select
'//날짜계산
If day1 > 0 and day1 <= intLastDay then
cday = day1
else
cday = ""
End if
%>
<td class="day <%=tcolor%>"><%=cday%></td>
<%
day1 = day1 + 1
next
%>
</tr>
<!-- 내용 -->
<tr>
<%
for c = 1 to 7
'날짜계산
If day2 > 0 and day2 <= intLastDay then
cday2 = day2
else
cday2 = ""
End if
cday2 = Right( "00" & cday2, 2 ) '//1~9숫자 앞에 0붙이기
If cday2 <> "00" then
thisDate = DateSerial(intThisYear, intThisMonth, cday2)
else
thisDate = ""
End if
%>
<td><%today_list_new(thisDate)%></td>
<%
day2 = day2 + 1
Next
%>
</tr>
<%next%>
</tbody>
</table>
</div>
<!-- //리스트 테이블 -->
<!-- 버튼 -->
<div class="board_button">
<div class="fr">
<span class="bt"><a href="list.asp?a_num=<%=a_num%>" ><img src="/content/board/default_calendar/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
<%If is_write = "Y" then%>
<span class="bt"><a href="write.asp?a_num=<%=a_num%>"><img src="/content/board/default_calendar/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
<%End if%>
</div>
</div>
<!-- //버튼 -->
<% If is_ad_cms = "Y" then%>
</form>
<% End if %>
</div>
<!-- //리스트 -->
<!--#include virtual="/content/board/bottom.asp"-->
<%
function today_list_new(thisDate2)
'global $b_subject, $a_tablename, $board_skin1_url, $a_cate, $v_cate, $a_num, $b_num, $page_info, $a_type, $b_cate_str;
Dim R_Fields_code, order_by_code, thisDate3, sql_opt1, sql_opt2, sql_opt3, sql
R_Fields_code = "b_num, b_subject, b_content, b_catename, b_open, b_sbjclr, b_cate"
order_by_code = " ORDER BY b_sdate asc, b_edate asc"
thisDate3 = thisDate2
'//검색 옵션-------------------------------------------------------
sql_opt1 = " AND b_sdate <= '" & thisDate3 & "' AND b_edate >='" & thisDate3 & "'"
'//회원제 선택여부
If a_member = "Y" then
sql_opt2 = " AND b_id = '" & SESSION("ss_m_id") & "'"
End if
'//분류기능 사용시..
If a_cate = "Y" and v_cate <> "" then
sql_opt3 = " AND b_cate = " & v_cate
End if
'//----------------------------------------------------------------
SQL = "Select " & R_Fields_code & " FROM " & a_tablename & " WHERE b_num <> '0'"
SQL = SQL & sql_opt1 & sql_opt2 & sql_opt3
SQL = SQL & order_by_code
'response.write sql
'response.end
Set rs_tdy = dbcon.execute( sql )
If Not( rs_tdy.bof Or rs_tdy.eof ) then
'//$zul = 1;
Do Until rs_tdy.eof
b_num = rs_tdy("b_num")
b_subject = rs_tdy("b_subject")
b_content = rs_tdy("b_content")
b_catename = rs_tdy("b_catename")
b_open = rs_tdy("b_open")
b_sbjclr = rs_tdy("b_sbjclr")
b_cate = rs_tdy("b_cate")
b_subject_str = StringToHTML( b_subject, 15, false)
'// $b_subject_str = remove_tags($b_subject);
'// $b_subject_str = StringToHTML($b_subject_str, 18, false );
' //$_SESSOIN[$zul."_"."b_num"] = $b_num;
'//공개/비공개
If a_type = "Y" Or a_type = "T" then '//사용하면, or 전체 비공개이면
If b_open = "N" Or a_type = "T" then '//비공개이면
b_open_str = "<img src='/content/board/default_calendar/img/icon_key.gif' width='17' height='12' alt='비밀글' />"
else '//공개이면
b_open_str = ""
End if
Else
b_open_str = ""
End if
%>
<a href="view.asp?a_num=<%=a_num%>&amp;b_num=<%=b_num%>&amp;<%=page_info%>" style="color:#6B6B6B;"><%If a_cate = "Y" Then response.write b_cate_str(b_cate)%><%=b_subject_str%></a><%=b_open_str%><br />
<%
'//$_SESSOIN["zul_".$zul] = "";
'//$zul = $zul + 1;
rs_tdy.movenext
loop
End if
Set rs_tdy = nothing
End function
%>
+250
View File
@@ -0,0 +1,250 @@
<%
'//파라미터정보 *************************************************************************************
b_num = InputValue(request("b_num"))
b_type = InputValue(request("b_type"))
'//**************************************************************************************************
'//조회수 추가
sql = "update " & a_tablename & " set b_count = b_count + 1 Where b_num = " & b_num
dbcon.execute sql
'//레코드필드
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword,b_c_count, b_sbjclr"
R_tablename_str = a_tablename
R_WHERE_str = " WHERE b_num=" & b_num
Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
If is_ad_cms <> "Y" then '//관리자가아닐때 체크
'//공개/비공개 체크*************************************************************************************
if a_type = "Y" Or a_type = "T" then '//공개여부 사용일때
If b_open = "N" Or a_type = "T" then '//비공개일때
If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" then
Call locationhref( "pwd.asp?prepage=vie&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
End if
End if
End if
'//**************************************************************************************************
End if
If a_edit = "N" then '//에디터 사용하지 않을때...
b_content = getTextmode(b_content)
End if
'//이전글 ------------------------------------------------------------------------------------------------
sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> " & b_num & " AND b_ref <= " & b_ref & " AND b_step >=" & b_step
sql_p_orderby = " ORDER BY b_ref DESC, b_step ASC"
'//답변글 사용하지 않을때..적용
If a_reply = "N" then sql_p_opt2 = " AND b_type='N'"
sql_p = "SELECT top 1 b_num, b_subject FROM " & a_tablename
sql_p = sql_p & sql_p_opt1 & sql_p_opt2 & sql_p_orderby
Set rs_prev = dbcon.execute( sql_p )
If rs_prev.bof Or rs_prev.eof then
prev_b_num = ""
else
prev_b_num = rs_prev("b_num")
prev_b_subject = rs_prev("b_subject")
End If
Set rs_prev = nothing
'//이전글끝 ------------------------------------------------------------------------------------------------
'//다음글 ------------------------------------------------------------------------------------------------
sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> " & b_num & " AND b_ref >= " & b_ref & " AND b_step <=" & b_step
sql_p_orderby = " ORDER BY b_ref ASC, b_step DESC"
'//답변글 사용하지 않을때..적용
If a_reply = "N" then sql_p_opt2 = " AND b_type='N'"
sql_p = "SELECT top 1 b_num, b_subject FROM " & a_tablename
sql_p = sql_p & sql_p_opt1 & sql_p_opt2 & sql_p_orderby
Set rs_next = dbcon.execute( sql_p )
If rs_next.bof Or rs_next.eof then
next_b_num = ""
else
next_b_num = rs_next("b_num")
next_b_subject = rs_next("b_subject")
End If
Set rs_next = nothing
'//다음글끝 ------------------------------------------------------------------------------------------------
%>
<!--#include virtual="/content/board/top.asp"-->
<!-- 보기 -->
<div id="board" style="width:<%=a_width%>;">
<!-- 보기 테이블 -->
<div class="table_bview">
<table cellspacing="0" >
<caption><%=replace( tit_name, " | ", "")%></caption>
<colgroup>
<col width="6" />
<col width="" />
<col width="6" />
</colgroup>
<thead>
<tr>
<th scope="col"></th>
<th scope="col" class="th_none"><%If a_cate = "Y" Then response.write "<span class='category_color'>" & b_cate_str( b_cate ) & "</span>"%> <%=b_subject%></th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>
<dl class="info">
<dt>일시</dt>
<dd class="c4895D7"><strong><%=b_sdate%> ~ <%=b_edate%></strong></dd>
<!-- <dt>작성자</dt>
<dd><?=$b_name?></dd> -->
</dl>
</td>
<td></td>
</tr>
<%
'//사용자필드
for z=1 To 4
a_ftemp = eval("a_ftemp" & z )
a_ftemp_str = eval("a_ftemp" & z & "_str")
b_temp = eval("b_temp" & z )
If a_ftemp = "Y" then
%>
<tr>
<td></td>
<td>
<dl class="info">
<dt><%=a_ftemp_str%></dt>
<dd><%=b_temp%></dd>
</dl>
</td>
<td></td>
</tr>
<%
End if
next
%>
<%If a_upload = "Y" and (b_file1 <> "" or b_file2 <> "" or b_file3 <> "" or b_file4 <> "" or b_file5 <> "" ) then '//첨부파일 사용일때{%>
<tr>
<td></td>
<td>
<dl class="info">
<dt>첨부파일</dt>
<dd>
<%
For z=1 To 5
b_file_name = eval("b_file" & z)
b_file_name_tmp = b_file_name
If b_file_name <> "" Then '//파일이 있으면..
strDir = server.mappath("/data/board/") & "\" & a_tablename & "\"
'response.write b_file_name
%>
<img src="/content/board/nninc_simple/img/file/<%=get_FileName1(b_file_name_tmp)%>" alt="<%=b_file_name%>" /><a href="down.asp?a_tablename=<%=a_tablename%>&amp;filename=<%=b_file_name%>" ><%=b_file_name%></a> <span class="size">(<%=Folderfilesize(strDir& b_file_name)%> byte)</span>
&nbsp;
<%
End if
next
%>
</dd>
</dl>
</td>
<td></td>
</tr>
<%End if%>
<tr>
<td colspan="3" class="content">
<%=b_content%>
</td>
</tr>
</tbody>
</table>
</div>
<!-- //보기 테이블 -->
<!-- 버튼 -->
<div class="board_button">
<div class="fr pt10">
<%If is_write = "Y" then '//쓰기/수정권한%>
<span><a href="write.asp?a_num=<%=a_num%>" ><img src="/content/board/default_calendar/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
<span><a href="write.asp?a_num=<%=a_num%>&amp;b_num=<%=b_num%>&amp;<%=page_info%>" ><img src="/content/board/default_calendar/img/modify_bt.gif" width="62" height="23" alt="수정" /></a></span>
<%End if%>
<%If is_delete = "Y" then
msg = "정말 삭제하시겠습니까?"
querystring = "msg=" & server.urlencode( msg )
querystring = querystring & "&ok=" & server.urlencode("/content/board/delete_ok.asp?a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
querystring = querystring & "&no=" & server.urlencode(nowpage)
go_url = "/content/board/message.asp?a_num=" & a_num & "&amp;" & querystring
%>
<span><a href="<%=go_url%>" ><img src="/content/board/default_calendar/img/delete_bt.gif" width="62" height="23" alt="삭제" /></a></span>
<%End if%>
<span><a href="list.asp?a_num=<%=a_num%>&amp;<%=page_info%>" ><img src="/content/board/default_calendar/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
</div>
</div>
<!-- //버튼 -->
<!-- 댓글 -->
<%If a_command = "Y" Then%>
<!--#include virtual="/content/board/command.asp"-->
<%End if%>
<!-- //댓글 -->
</div>
<!-- //보기 -->
<!--#include virtual="/content/board/bottom.asp"-->
+198
View File
@@ -0,0 +1,198 @@
@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0; padding:0; border:0;}
ol, ul, li {list-style:none;}
legend {visibility:hidden; display:none; height:0; width:0; font-size:0;}
body {font-size: 75%; font-family: Dotum,sans-serif; color: #575757;}
table {border-spacing:0;}
a, a:link {color: #575757; text-decoration: none; cursor: pointer; }
a:visited {color: #575757;}
a:hover, a:active, a:focus {color: #575757; text-decoration: underline;}
select{font-size: 1em;}
input.board_input {border:1px solid #cdcdcd; height:15px; padding:3px 3px 0px 3px; font-size:1em; background-color:#ffffff;}
input.board_input_file {width:90%; border:1px solid #cdcdcd; padding:3px 3px 0px 3px; font-size: 1em; background-color:#ffffff;}
textarea {border:1px solid #CDCDCD; font-size:1em;}
#board {width:90%; margin:0 auto; }
#board .board_total {width:100%;}
#board .board_total_left {float:left; font-size:0.95em; padding-top:5px; height:22px;}
#board .board_total_right {float:right; padding-bottom:5px;}
#board .board_total_right li {float:left;}
#board .board_total_right li img {height:20px;}
#board .board_total img {padding-left:3px;}
#board div.board_total .board_orange{color:#F96F00;}
#board .board_button {width:100%; margin-top:5px; text-align:right;}
#board .guide span {float:right; color:#838383; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding:0 4px 6px 0;}
#board span.category_color {color:#979797;}
/* List */
#board .table_blist {clear:both;}
#board .table_blist table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE;}
#board .table_blist table caption{display:none;}
#board .table_blist tbody td{vertical-align:top; padding-top:10px; padding-bottom:15px; background:#ffffff; text-align:center; line-height:120%;}
#board .table_blist tbody td img{vertical-align:middle;}
#board .table_blist tbody td img.photo{vertical-align:middle; padding:4px; border:1px solid #DADADA;}
#board .table_blist tbody td div.subject{padding-top:10px; padding-bottom:3px;}
#board .table_blist tbody td span.name{color:#AFAFAF;color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
#board .table_blist tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
#board .table_blist tbody td.data_none {background-color:#f7f7f7;}
/* Write */
#board .table_bwrite {clear:both;}
#board .table_bwrite table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #C8C8C8; border-bottom:1px solid #DEDEDE;}
#board .table_bwrite table caption{display:none;}
#board .table_bwrite thead th {border-bottom:1px solid #DCDCDC; height:28px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;}
#board .table_bwrite thead th.th_end {padding-right:110px;}
#board .table_bwrite tbody th{white-space:nowrap; height:31px; border-bottom:1px solid #F3F3F3; border-right:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC; background:#F6F6F6; color:#666666; text-align:center; letter-spacing:-0.1em; line-height:140%;}
#board .table_bwrite tbody th img {vertical-align:middle; padding-left:5px;}
#board .table_bwrite tbody td{height:31px; padding-left:10px; border-bottom:1px solid #DCDCDC; background:#ffffff; text-align:left; line-height:140%;}
#board .table_bwrite tbody td input.subject{width:95%;}
#board .table_bwrite tbody td.content{margin:0; padding-top:4px; padding-bottom:4px; padding-left:0; padding-right:0px; text-align:center;}
#board .table_bwrite tbody td span.text1 {color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
#board .table_bwrite tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
/* View */
#board .table_bview {clear:both;}
#board .table_bview table{width:100%; line-height:16px; border-collapse:collapse;border-top:2px solid #C8C8C8; border-bottom:1px solid #DEDEDE;}
#board .table_bview table caption{display:none;}
#board .table_bview thead th {border-bottom:1px solid #DCDCDC; height:28px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;}
#board .table_bview thead th.th_none {white-space:nowrap; background-image:none; text-align:left; padding-left:5px;}
#board .table_bview thead th.th_none img {vertical-align:middle;}
#board .table_bview tbody th {white-space:nowrap; height:31px; border-right:1px solid #E1E1E1; border-bottom:1px solid #E1E1E1; background:#F6F6F6; color:#737373; text-align:center; letter-spacing:-0.1em; line-height:140%;}
#board .table_bview tbody td {padding-top:6px; padding-bottom:6px; border-bottom:1px solid #E1E1E1; background:#ffffff; text-align:left; line-height:140%;}
#board .table_bview tbody td.content{padding:20px 10px 30px 10px;}
#board .table_bview tbody td.content img{display:block; text-align:center;}
#board .table_bview tbody td span.text1 {color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
#board .table_bview tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
#board .table_bview tbody td dl.info {margin:0; padding-left:3px;}
#board .table_bview tbody td dl.info dt {float:left; color:#737373; letter-spacing:-0.1em; padding:0; font-weight:bold;}
#board .table_bview tbody td dl.info dd {float:left; background:transparent url(/content/board/default_photo/img/view_bar.gif) no-repeat scroll 5px 40%; display:inline; margin:0; padding:0 2.4em 0 1em; }
#board .table_bview tbody td dl.info dd img {vertical-align:middle;}
#board .table_bview tbody td dl.info dd .size {font-size:0.8em; font-family:tahoma; color:#BFBFBF;}
/* Comment */
#board .board_comment {clear:both; padding-top:20px;}
#board .board_comment table{width:100%; background-color:#FAFAFA; margin-bottom:15px}
#board .board_comment table caption{display:none;}
#board .board_comment tbody td {height:31px; text-align:left; line-height:140%;}
#board .board_comment tbody td.dr01 {height:5px; background:url(/content/board/default_photo/img/dr01.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr02 {height:5px; background:url(/content/board/default_photo/img/dr02.gif); background-repeat: repeat-x;}
#board .board_comment tbody td.dr03 {height:5px; background:url(/content/board/default_photo/img/dr03.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr04 {background:url(/content/board/default_photo/img/dr04.gif); background-repeat: repeat-y;}
#board .board_comment tbody td.text {padding:0; margin:0; height:20px;}
#board .board_comment tbody td dl.info {margin:0; padding-left:10px;}
#board .board_comment tbody td dl.info dt {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;}
#board .board_comment tbody td dl.info dd {float:left; padding:0 10px 0 4px;}
#board .board_comment tbody td.dr05 {text-align:center; padding-top:4px; padding-bottom:4px;}
#board .board_comment tbody td.dr05 textarea {width:88%;height:38px;}
#board .board_comment tbody td.dr06 {background:url(/content/board/default_photo/img/dr06.gif); background-repeat: repeat-y;}
#board .board_comment tbody td.dr07 {height:5px; background:url(/content/board/default_photo/img/dr07.gif); background-repeat:no-repeat;}
#board .board_comment tbody td.dr08 {height:5px; background:url(/content/board/default_photo/img/dr08.gif); background-repeat: repeat-x;}
#board .board_comment tbody td.dr09 {height:5px; background:url(/content/board/default_photo/img/dr09.gif); background-repeat:no-repeat;}
.cmt_list {margin-top:5px;}
.cmt_list div.h {margin:0 0 1px; background:transparent url(/content/board/default_photo/img/human_ic.gif) no-repeat scroll 0 0.1em;}
.cmt_list p {line-height:1.6em; margin:0; padding:5px 0 0 12px; text-align:left;}
.cmt_list li.line {height:1px; background:transparent url(/content/board/default_photo/img/dr_line_bg.gif); background-repeat: repeat-x; margin:0; padding-top:15px;}
/* Paginate */
.board_paginate{clear:both; position:relative; text-align:center;}
.board_paginate *{margin:0; padding:0;}
.board_paginate a,
.board_paginate strong{_position:relative; margin-left:-7px; font-weight:bold; display:inline-block; padding:3px 8px 1px 7px; color:#313031; border-left:1px solid #ccc; border-right:1px solid #ccc; text-decoration:none; line-height:normal; font:bold 12px , Dotum, , Gulim, AppleGothic, Sans-serif; background:#fff;}
.board_paginate strong{color:#ff8600 !important;}
.board_paginate a:hover{background:#F7F7F7;}
.board_paginate a.pre{padding:3px 8px 1px 16px; background:url(/content/board/default_photo/img/bu_pg1_l1.gif) no-repeat 8px 6px !important; border:none; font-weight:normal; }
.board_paginate a.next{padding:3px 16px 1px 8px; background:url(/manager/img/bu_pg1_r1.gif) no-repeat 37px 6px !important; border:none; font-weight:normal; }
/* Button */
.board_button {clear:both;}
.board_button .fl {float:left;}
.board_button .fr {float:right; overflow:hidden;}
.board_button .pt10 {padding-top:10px;}
.board_button ul li {float:left;}
.board_button ul li.pl {padding-left:10px;}
.board_button ul li.pt {padding-top:7px;}
.board_button span.bt {float:right; padding-top:10px; padding-left:4px; text-align:right;}
.board_button2 {margin:0 auto; text-align:center; padding-top:10px; padding-left:4px;}
.board_bt01 {display:inline;}
.board_bt01 a{display:inline; overflow:hidden; float:left; height:22px; padding-left:13px; margin-right:3px; font:12px dotum; letter-spacing:-1px; color:#6B6B6B; text-decoration:none; background:url(/content/board/default_photo/img/bt01_bg.gif) left 0; cursor:pointer;}
.board_bt01 a:hover{background:url(/content/board/default_photo/img/bt01_bg.gif) left -22px; text-decoration:none;}
.board_bt01 a span{display:inline; overflow:hidden; float:left; height:22px; padding-right:10px; line-height:200%; background:url(/content/board/default_photo/img/bt01_bg.gif) right 0;}
.board_bt01 a:hover span{color:#6B6B6B; background:url(/content/board/default_photo/img/bt01_bg.gif) right -22px;}
/* Search */
.board_search {width:340px; margin:0 auto; margin-top:18px;}
.board_search ul {float:left;}
.board_search ul li {float:left; background:url(/content/board/default_photo/img/search_bg.gif); height:35px;}
.board_search ul li.board_search_start {float:left; width:18px; height:35px; background:url(/content/board/default_photo/img/search_left.gif); background-repeat:no-repeat;}
.board_search ul li.board_search_end {float:left; width:18px; height:35px; background:url(/content/board/default_photo/img/search_right.gif); background-repeat:no-repeat;}
.board_search ul li select {float:left; margin-top:8px; margin-right:3px;}
.board_search ul li input {float:left; margin-top:7px; margin-right:3px;}
.board_search ul li input.search_bt {float:left; margin-top:8px; margin-bottom:1px;}
.command_pwd {position:absolute; border:2px solid #C6C6C6; background-color:#ffffff; padding:8px 15px 8px 15px; text-align:center; vertical-align:middle; font-weight:bold; color:#313131; line-height:140%;}
.command_pwd li.text {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;padding-right:4px;}
.command_pwd li {float:left; padding-left:3px;}
.command_pwd li img {height:20px;padding-top:1px;}
.pwd_check {clear:both;width:90%; margin:0 auto; margin-top:20px; text-align:center; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE; background-color:#ffffff; padding:25px; font-weight:bold; color:#313131; line-height:140%;}
.pwd_check *{margin:0; padding:0;}
.pwd_check span{color:#7D7D7D; letter-spacing:-1px; font-size:11px;}
.pwd_check li.text {letter-spacing:-0.1em; font-size:0.9em;}
.pwd_check li {}
.pwd_check_button {width:90%;margin:0 auto; text-align:center; padding-top:10px;}
.login_check {width:90%; margin:0 auto; margin-top:20px; text-align:center; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE; background-color:#ffffff; padding:25px; font-weight:bold; color:#313131; line-height:140%;}
.login_check *{margin:0; padding:0;}
.login_check span{color:#7D7D7D; letter-spacing:-1px; font-size:11px;}
.login_check li.text {letter-spacing:-0.1em; font-size:0.9em;}
.login_check li.id {padding-right:26px;}
.login_check_button {width:90%;margin:0 auto; text-align:center; padding-top:10px;}
.error_check {float:left;width:80%;min-height:90px;border:5px solid #DDE7F0;margin-bottom:15px;background:url(/content/board/default_photo/img/error_bg.gif); background-repeat:no-repeat;padding-left:19%;padding-top:15px;padding-bottom:12px;}
.error_check .error_list {float:left;line-height:19px;}
.error_check .error_list li {background:url(/content/board/default_photo/img/error_ic.gif) no-repeat 8px 6px;padding-left:15px;}
.error_check .error_list li strong.error {color:#DE5410;}
@@ -0,0 +1,29 @@
#lightbox {
background-color: #eee;
padding: 10px;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
}
#overlay {
background-image: url(/content/board/default_photo/img/overlay.png);
}
#lightboxCaption {
color: #333;
background-color: #eee;
font-size: 90%;
text-align: center;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
}
#lightboxIndicator {
border: 1px solid #fff;
}
#lightboxOverallView {
background-image: url(/content/board/default_photo/img/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
background-color: #000;
background-image: url(/content/board/default_photo/img/blank.gif);
filter: Alpha(opacity=50);
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 B

Some files were not shown because too many files have changed in this diff Show More