knu project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

206 lines
6.8 KiB

<%
/************************************************************@@
* Program Name : popup_content_write.jsp
* Description : /보고자/내문서함/임시보고함/임시보고
* Author : 기현테크
* Create Date : 2010-11-25
* History :
@@************************************************************/
%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ page import="kr.co.kihyun.beans.user.HttpSSOLogin"%>
<%@ page import="kr.co.kihyun.lang.MString"%>
<%@ page import="kr.co.kihyun.util.MUtil"%>
<%@ page import="kr.co.kihyun.moumi.Moumi"%>
<jsp:useBean id="userView" class="kr.co.kihyun.beans.user.UserView"
scope="page" />
<jsp:useBean id="reportView"
class="kr.co.kihyun.beans.totsys.report.ReportView" scope="page" />
<jsp:useBean id="doc" class="kr.co.kihyun.beans.totsys.doc.Doc"
scope="page" />
<%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%>
<%
try{
/********** session내의 userId **********/
String usID = HttpSSOLogin.getLoginID(request);
/********** get parameter ***********/
Long docID = null;
String note = "";
%>
<html>
<head>
<title>문서등록 시 유의사항</title>
<link rel="stylesheet" href="/totsys/common/css/text.css"
type="text/css">
<link rel="stylesheet" href="/totsys/common/css/kecttep.css"
type="text/css">
<script src="/totsys/common/js/rollover.js"></script>
<script language="javascript">
/*function init(){
if(!'<%=note%>' == ""){
//comment.value = '<%= note %>';
}
comment.value = opener.dform.comment.value;
comment.focus();
}
function check(){
opener.dform.comment.value = comment.value;
<%
if(doc.isDynaTable(docID)){
out.println("opener.modifyForm.comment.value = comment.value;");
}
%>
self.close();
}*/
function notice_setCookie( name, value, expiredays )
{
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";";
}
function notice_closeWin()
{
if ( document.form1.Notice.checked ){
notice_setCookie( "Notice", "done" , 1); // 1=하룻동안 공지창 열지 않음
}
self.close();
}
function na_call(str){ eval(str);}
</script>
</head>
<body style='' bgcolor="#FFFFFF" text="#000000" leftmargin="0"
topmargin="0" marginwidth="0" marginheight="0">
<table width="600" border="0" cellspacing="0" cellpadding="0"
height="350">
<tr>
<td width="29"><img src="images/popupt_top_left.gif" width="29"
height="19"></td>
<td background="images/popupt_top_center.gif" height="19">&nbsp;</td>
<td width="30"><img src="images/popupt_top_right.gif" width="30"
height="19"></td>
</tr>
<tr>
<td background="images/popupt_center_left.gif">&nbsp;</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--타이틀-->
<tr>
<td style="padding-top: 10; padding-bottom: 10">
<table width="100%" height="29" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="39" background="images/title1.gif">&nbsp;</td>
<td class="kecttep_title" background="images/titlebg.gif"><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.attention")%></td>
<td width="13" background="images/title2.gif">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<!--타이틀 끝-->
<tr>
<td height="66" valign="top"
style="padding-left: 10; padding-right: 10;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!---- 작성자 정보 시작 ---->
<tr>
<td height="10"></td>
</tr>
<tr>
<td><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttention")%>
</td>
</tr>
<tr>
<td style="padding-left: 20px"><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo1")%><br>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo2")%><br>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo3")%><br>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo4")%><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> <%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo5")%>
<br>
<font color="red"><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo6")%></font><br>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.contentWriteAttentionNo7")%><br>
</td>
</tr>
<!--tr>
<td style="padding-left:30px"><img src="images/manpopimg.jpg" border="0"></td>
</tr-->
<tr>
<td height="10"></td>
</tr>
<tr>
<td><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.modificationAttention")%></td>
</tr>
<tr>
<td style="padding-left: 20px"><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.modificationAttentionNo1")%><br>
<br>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.modificationAttentionNo2")%>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.comboBox")%></td>
</tr>
<tr>
<td style="padding-left: 20px">- <%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.comboBoxNo1")%>
</td>
</tr>
<!---- 내용 끝 ---->
</table>
</td>
</tr>
</table>
<br>
<!---- 확인,취소버튼 테이블 시작 ---->
<form name="form1">
<table border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<!--td><a href="javascript:self.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bt_enter','','images/bt_enter.gif',1)"><img name="bt_enter" border="0" src="images/bt_enter.gif"></a></td>
<td width="10">&nbsp;</td>
<td><a href="javascript:self.close();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bt_cancel3','','images/bt_cancel3.gif',1)"><img name="bt_cancel3" border="0" src="images/bt_cancel3.gif" ></a-->
<td><input type="checkbox" name="Notice"
OnClick="notice_closeWin();"><%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.notWindow")%>
</td>
</tr>
</table>
</form>
<!---- 확인,취소버튼 테이블 끝 ----></td>
<td background="images/popupt_center_right.gif">&nbsp;</td>
</tr>
<tr>
<td><img src="images/popupt_bottom_left.gif" width="29"
height="24"></td>
<td background="images/popupt_bottom_center.gif" height="24">&nbsp;</td>
<td><img src="images/popupt_bottom_right.gif" width="30"
height="24"></td>
</tr>
</table>
</body>
</html>
<%
}catch(Exception ex){
ex.printStackTrace();
out.println(kr.co.kihyun.text.html.ServletUtil.getJavaScript("location='/servlet/kr.co.kihyun.beans.user.HttpSSOLogin?mode=logout';"));
}
%>