⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _memassist_diary_show.php

📁 极限OA开源系统
💻 PHP
字号:


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="./templates/oa.css" type="text/css">

<script language="JavaScript" src="./scripts/bgColor.js"></script>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
var strLocation = "";
function UpdateDiary()
{
	window.dialogArguments.strLocation = "memassist.php?action=diary&sysaction=add&id=<?=$id?>";
	window.dialogArguments.applyFromDialog();
	window.close();
}

function DeleteDiary()
{
	var Msg
	Msg = window.confirm("确信删除该日记吗?单击“确定”删除,否则“取消”!");
	if (Msg)
	{	  
		window.dialogArguments.strLocation = "memassist.php?action=diary&sysaction=del&id=<?=$id?>";
		window.dialogArguments.applyFromDialog();
		window.close();
	}
}
function applyFromDialog2()
{
	location.href = strLocation;
}

//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name=MyForm id=MyForm method=post>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="60" style="background: url(./images/pageHeaderBG_Details.gif) no-repeat fixed left top">
    <tr> 
      <td colspan=3 align="center" class="Shadow_gray_14px" nowrap valign="bottom">
        <font color="#BB2F00">【<?=$dia_t['title']?>】</font></td>
    </tr>
    <tr> 
      <td align="center" width="30%" class="Shadow_gray_13px" nowrap><font color="#0000CC"><?=$dia_t['date']?> <?=$dia_t['time']?></font></td>
      </tr>
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td bgcolor="#FFFFFF" height="1"></td>
   </tr>
   <tr>
    <td bgcolor="#0160B6" height="1"></td>
   </tr>
   </table>
 
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f7f7f7" height="263">
  <tr>
      <td valign="top">
        <textarea style="WIDTH: 100%; HEIGHT: 100%; cursor: default; BORDER-STYLE: none; BACKGROUND-COLOR: #F7F7F7;padding: 20px" readonly name="txaDiaryContent"><?=$dia_t['content']?></textarea>
      </td>
	</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f7f7f7">
  <tr> 
    <td bgcolor="#999999" height="1"></td>
  </tr>
  <tr> 
    <td bgcolor="#FFFFFF" height="1"></td>
  </tr>
  <tr> 
    <td align="center" height="50" bgcolor="#DEDBD6"> 
      <input type="button" value=" 修 改 " class="button" name="btUpdateDiary" onClick="UpdateDiary()" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
        
      <input type="button" value=" 删 除 " class="button" name="btDeleteDiary" onClick="DeleteDiary()" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
       
      <input type="button" value="关闭窗口" class ="button" name="btClose" onclick="window.close()" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
    </td>
  </tr>
</table>
</form>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -