MINI MINI MANI MO
<?
require_once "./_common/common.php";
include $_SERVER['DOCUMENT_ROOT'].'/_config/global.php';
include $_SERVER['DOCUMENT_ROOT'].'/_config/_class/phpfun.class.php';
$phpfun = new phpfun();
$SID = session_id();
?>
<?
$Qry = "SELECT * FROM woojung_member WHERE idx = '".$_SESSION["login_user_no"]."' ";
$member = mysql_fetch_array(mysql_query($Qry));
$pcs =explode("-" ,$member[pcs]);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
<!--
.style8 {font-weight: bold}
-->
</style>
<title></title><head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/scale.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style3 {color: #da6c00}
.style7 { color: #FFFFFF;
font-size: 22px;
font-weight: bold;
}
.style1 {font-weight: bold}
.div_con { width:96%; height:130px; overflow-y:scroll; text-align:left; white-space:pre-line; padding:10px; border:1px solid #959595; line-height:150%;float:center; }
.confirm_area { }
.div_title { text-align:left; margin-bottom:5px;margin-left:5px; }
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function wr(){
f=document.cform;
if(f.agreement_check.checked==false){
alert("개인정보처리방침에 동의해 주세요.");
}else{
submitContents();
f.action="counsel_save.php"
f.submit();
}
}
</script>
</head>
<div id="top">
<? include "inc/sub_top.html"; ?>
</div>
<tr>
<td><? include "inc/customer_menu.php"; ?></td>
</tr>
<tr>
<td>
<!-- navi start-->
<table id="navi" width="100%" height="60" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<?if(!$tt){$ts1="color: #FF0000;font-weight:bolder;";$ts2="color: #000000";}else{$ts2="color: #FF0000;font-weight:bolder;";$ts1="color: #000000";}?>
<tr>
<td><table align="left">
<tr>
<td style="padding-left:10px;"><strong>수출상담</strong></td>
</tr>
</table>
</td>
</tr>
<tr><td height="1" bgcolor="#0066CC"></td></tr>
<tr><td height="10" ></td></tr>
</table> </td>
</tr>
</table>
<!-- navi end-->
</td>
</tr>
<tr>
<td>
<!-- contents start--><div align="center">
<table width="98%" height="54" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="20" align="center" style="padding-left:10px; padding-right:10px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><form name="cform" method="post" enctype="multipart/form-data" target="HiddenFrm"></td>
</tr>
<input type="hidden" name="Mode" value="counsel" />
<tr>
<td height="5"><table width="100%" style="border-collapse:collapse;" border="1" bordercolor="c6d0dd" cellspacing="0" cellpadding="0">
<tr>
<td width='20%' height="30" align="center" bgcolor="#F6F6F6" style='color:#5e7ea2'><strong>등록자</strong></td>
<td height="30" align="left" style="padding-left:10px;color:#5e7ea2" colspan="3" ><input type="text" style="width:95%;border:1px solid #000000" name='name' class='input_basic' value="<?=$_SESSION["login_name"]?>"/></td>
</tr>
<tr>
<td width='20%' height="30" align="center" bgcolor="#F6F6F6" style='color:#5e7ea2'><strong>비밀번호</strong></td>
<td height="30" align="left" style="padding-left:10px;color:#5e7ea2" colspan="3" ><input type="text" style="width:95%;border:1px solid #000000" name='pass' class='input_basic' value=""/></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#F6F6F6" style='color:#5e7ea2'><strong>연락처</strong></td>
<td height="30" align="left" style="padding-left:10px;" colspan="3" ><input name="phone1" type="text" style="width:20%;border:1px solid #000000" maxlength="5" value="<?=$pcs[0]?>"/>
-
<input name="phone2" type="text" style="width:20%;border:1px solid #000000" maxlength="5" value="<?=$pcs[1]?>"/>
-
<input name="phone3" type="text" style="width:20%;border:1px solid #000000" maxlength="5" value="<?=$pcs[2]?>"/></td>
</tr>
<tr>
<td width='11%' height="30" align="center" bgcolor="#F6F6F6" style='color:#5e7ea2'><strong>이메일</strong></td>
<td height="30" align="left" style="padding-left:10px;" colspan="3" ><input type="text" name="email" style='width:95%;border:1px solid #000000' value="<?=$member[email]?>"/></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#F6F6F6" style='color:#5e7ea2'><strong>제목</strong></td>
<td height="30" colspan="3" align="left" style="padding-left:10px;"><input type="text" style="width:95%;border:1px solid #000000" name='name2' class='input_basic'/></td>
</tr>
<tr>
<td height="100" colspan="4" align="center" ><textarea name="memo" id="ir1" style="width:100%; height:230px;display:none;" wrap="physical"></textarea>
<script type="text/javascript" src="/board/smarteditor2/js/HuskyEZCreator.js" charset="utf-8"></script>
<script type="text/javascript">
var oEditors = [];
// 추가 글꼴 목록
//var aAdditionalFontSet = [["MS UI Gothic", "MS UI Gothic"], ["Comic Sans MS", "Comic Sans MS"],["TEST","TEST"]];
nhn.husky.EZCreator.createInIFrame({
oAppRef: oEditors,
elPlaceHolder: "ir1",
sSkinURI: "/board/smarteditor2/SmartEditor2Skin.html",
htParams : {
bUseToolbar : true, // 툴바 사용 여부 (true:사용/ false:사용하지 않음)
bUseVerticalResizer : true, // 입력창 크기 조절바 사용 여부 (true:사용/ false:사용하지 않음)
bUseModeChanger : true, // 모드 탭(Editor | HTML | TEXT) 사용 여부 (true:사용/ false:사용하지 않음)
//aAdditionalFontList : aAdditionalFontSet, // 추가 글꼴 목록
fOnBeforeUnload : function(){
//alert("완료!");
}
}, //boolean
fOnAppLoad : function(){
//예제 코드
//oEditors.getById["ir1"].exec("PASTE_HTML", ["로딩이 완료된 후에 본문에 삽입되는 text입니다."]);
},
fCreator: "createSEditor2"
});
function pasteHTML() {
var sHTML = "<span style='color:#FF0000;'>이미지도 같은 방식으로 삽입합니다.<\/span>";
oEditors.getById["ir1"].exec("PASTE_HTML", [sHTML]);
}
function showHTML() {
var sHTML = oEditors.getById["ir1"].getIR();
alert(sHTML);
}
function submitContents(elClickedObj) {
oEditors.getById["ir1"].exec("UPDATE_CONTENTS_FIELD", []); // 에디터의 내용이 textarea에 적용됩니다.
// 에디터의 내용에 대한 값 검증은 이곳에서 document.getElementById("ir1").value를 이용해서 처리하면 됩니다.
try {
elClickedObj.form.submit();
} catch(e) {}
}
function setDefaultFont() {
var sDefaultFont = '궁서';
var nFontSize = 24;
oEditors.getById["ir1"].setDefaultFont(sDefaultFont, nFontSize);
}
</script> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="2"> </td>
</tr>
<tr>
<td height="5" align="center"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href='sub07.php'><img src='/images/list_bt.jpg' style='vertical-align:middle' /></a></td>
<td style="padding-left:5px;"><img src='/images/edit_bt.jpg' style='vertical-align:middle;cursor:pointer;' onclick='wr();' /></td>
</tr>
</table>
<a href="write.php"></a></td>
</tr>
<tr>
<td height="5"> </td>
</tr>
</table></td>
</tr>
</table></div>
<!-- contents end-->
</td>
</tr>
<iframe name="HiddenFrm" style="display:none;"></iframe>
<iframe width=0 height=0 name='hiddenframe' style='display:none;'></iframe>
<div id="btm">
<? include "inc/btm.html"; ?>
</div>
OHA YOOOO