setting.jsp.svn-base
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:4k
源码类别:

WEB邮件程序

开发平台:

Java

  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <HTML>
  3. <HEAD>
  4. <META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
  5. <TITLE>WebEasyMail</TITLE>
  6. <link href="/css/css.css" rel="stylesheet" type="text/css">
  7. </HEAD>
  8. <SCRIPT LANGUAGE=javascript>
  9. <!--
  10. function doSave()
  11. {
  12. if(EditForm.autoForward.checked)
  13. {
  14. if(EditForm.autoForwardTo.value=="")
  15. {
  16. alert("请输入要转发的邮箱!");
  17. EditForm.autoForwardTo.focus();
  18. return false;
  19. }
  20. }
  21. }
  22. //-->
  23. </SCRIPT>
  24. <BODY leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" >
  25. <div style="overflow: auto;height:100%;width:100%;">
  26. <table width="100%" height="5%"  border="0" cellpadding="0" cellspacing="0">
  27.   <tr>
  28.     <td width="11" height="11" >&nbsp;</td>
  29.     <td >&nbsp;</td>
  30.   </tr>
  31. </table>
  32. <table width="100%" height="95%"  border="0" cellpadding="0" cellspacing="0" bgcolor="ECF4F5">
  33.  <tr>
  34.     <td valign="top">
  35. <FORM  name="EditForm" METHOD="POST" ACTION="/config.ejf">
  36. <input type="hidden" name="easyJWebCommand" value="setting">
  37. <input type="hidden" name="subCommand" value="change"><br><br><br>
  38.   <table width="95%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" style='border-top:1px #8CA5B5 solid;'>
  39.    <tr bgcolor="#dbeaf5" style='border:1px #8CA5B5 solid;font-size: 9pt;'>
  40.       <td width="33%" height="28" nowrap style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
  41. &nbsp;
  42. <input name="autoForward" type="checkbox" value="1" id="autoForward" />        
  43. 启用自动转发功能</td>
  44.       <td width="22%" style="border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
  45.         &nbsp;<input type="checkbox" name="checklocalsave" >
  46.         本地保存</td>
  47.       <td width="45%" style="border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
  48.         自动转发至: <input name="autoForwardTo" type="text" class="textbox" id="autoForwardTo" value="" size="20" maxlength="64"/>
  49.         </td>
  50.     </tr>
  51.   <tr bgcolor="#dbeaf5" style='border:1px #8CA5B5 solid;font-size: 9pt;'>
  52.       <td width="62%" colspan="3" height="28" nowrap style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
  53.         &nbsp;<input type="checkbox" name="checkauto" >
  54.         启用自动回复功能</td>
  55.     </tr>
  56.  
  57.   </table>
  58.   <br>  <table width="95%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" style='border-top:1px #8CA5B5 solid;'>
  59.   <tr bgcolor="#dbeaf5" style='border:1px #8CA5B5 solid;font-size: 9pt;'>
  60.       <td colspan="2" height="30" style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
  61.         <div align="center"><font class="s" color="#104A7B"><b>自动回复邮件设置</b></font></div>      </td>
  62.     </tr>
  63.     <tr>
  64.       <td width="15%" height="28"> 
  65.         <div align="right"><font class="s" color="#104A7B"><b>主 题&nbsp;:&nbsp;</b></font></div>      </td>
  66.       <td> 
  67.         <input name="subject" type="text" size="60" value="Auto-Responses" class="textbox">        </td>
  68.     </tr>
  69.     <tr>
  70.       <td colspan="2"> 
  71.         <div align="center"> 
  72.           <textarea name="text" cols="72" rows="8" class="textarea"></textarea>
  73.           </div><br>      </td>
  74.     </tr>   
  75.   </table>
  76.   <table width="95%" align="center">
  77.    <tr> 
  78.       <td colspan="2" align="center" bgcolor="#ffffff">
  79.           <br>
  80.       <input name="提交" type="submit" class="Bsbttn" onClick="return doSave()" value=" 保存 " LANGUAGE=javascript>
  81.       &nbsp;&nbsp;
  82. <input type="button" value=" 取消 " onClick="javascript:location.href='viewmailbox.asp?GRSN=4585230';" class="Bsbttn">      </td>
  83.     </tr>
  84. </table>
  85.   </FORM>
  86. </td>
  87.   </tr>
  88. </table>
  89. </div>
  90. </BODY>
  91. </HTML>