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

📄 send_sms.php

📁 通达OA2007SE源代码 非常好的
💻 PHP
字号:
<?
  include_once 'inc/auth.php';
  include_once 'inc/utility_all.php';
  echo '
<html>
<head>
<title>内部短信通知</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
  <tr>
    <td class="Big"><img src="/images/menu/netdisk.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
  echo '<s';
  echo 'pan class="big3"> 内部短信通知(通知可访问人该文件已被修改)</span>
    </td>
  </tr>
</table>
<br>
<table border="0" cellspacing="1" width="450" class="small" bgcolor="#000000" cellpadding="3" align="center" >
  <form action="send_sms_submit.php"  method="post" name="form1">
   <tr>
    <td nowrap class="TableContent" width="90">文件名称:</td>
    <td class="TableData">
      <input type="text" name';
  echo '="FICHIER" size="27" readonly maxlength="100" class="BigStatic" value="';
  echo $FICHIER;
  echo '">
   </td>
   </tr>
   <tr>
     <td nowrap class="TableData"> 修改说明:</td>
     <td class="TableData" colspan="1">
       <textarea name="CONTENT" class="BigInput" cols="45" rows="7"></textarea>
     </td>
   </tr>
   <tr>
    <td nowrap  class="TableControl" colspan="2" align="center">
      <input type="hidden" value="';
  echo $DISK_ID;
  echo '" name="DISK_ID">
      <input type="submit" value="确定" class="BigButton">&nbsp;&nbsp;
      <input type="button" class="BigButton" value="关闭" onClick="window.close();" title="关闭窗口">
    </td>
  </form>
</table>
</body>
</html>';
?>

⌨️ 快捷键说明

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