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

📄 notesend.jsp

📁 一个jsp写的bbs
💻 JSP
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<html:xhtml/>
<html:form action="/note">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">

  <html:hidden property="action"/>
  <tr>
    <td class="bgColor1">
      <table width="100%" border="0" cellpadding="5" cellspacing="1">
        <tr>
          <td colspan="2" class="bgColor3">
            <strong class="font1">发送新悄悄话</strong>
          </td>
        </tr>
        <tr>
          <td width="14%" class="td3">接收人用户名:</td>
          <td width="86%" class="bgColor2">
            <html:text property="toUserName" styleId="toUserName" styleClass="input2" size="40" maxlength="20">
            </html:text>
          </td>
        </tr>
        <tr>
          <td class="td3">标题:</td>
          <td class="bgColor2">
            <html:text property="noteTitle" styleId="noteTitle" styleClass="input2" size="40" maxlength="50">
            </html:text>
          </td>
        </tr>
        <tr>
          <td valign="top" class="td3">内容:</td>
          <td class="bgColor2">
            <html:textarea property="noteContext" styleId="noteContext" cols="40" rows="5" styleClass="textarea1">
            </html:textarea>
          </td>
        </tr>
        <tr>
          <td class="td3">需要回执:</td>
          <td class="bgColor2">
            <html:checkbox property="needRe" styleId="needRe" value="1">
            </html:checkbox>
            是,需要在对方接收到本条消息时发出回执
          </td>
        </tr>
        <tr>
          <td colspan="2" class="bgColor3">
            <html:button property="noteSendButton" styleClass="button1" onclick="noteAdd();">发送</html:button>
            <html:button property="noteSendCloseButton" styleClass="button1" onclick="closeNoteSend();">关闭</html:button>
          </td>
        </tr>
      </table>
    </td>
  </tr>

</table>
</html:form>

⌨️ 快捷键说明

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