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

📄 viewmessages.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 JSP
字号:
<div class="contentItem">
  <h1>Messages</h1>
  <h2>&nbsp;</h2>

  <div class="contentItemBody">
    <table width="99%" class="small" style="text-align: left;">
      <c:forEach var="message" items="${messages}">
        <tr>
          <td><b><fmt:formatDate value="${message.date}" type="both" dateStyle="short" timeStyle="short"/></b>
          ${message.text}<br /><br /></td>
        </tr>
      </c:forEach>
    </table>

    <c:if test="${not empty messages}">
    <form name="messagesForm" action="clearMessages.secureaction" method="POST" accept-charset="${blog.characterEncoding}">
      <table width="99%">
        <tr>
          <td align="right">
            <input name="submit" type="submit" Value="Clear Messages">
          </td>
        </tr>
      </table>
    </form>
    </c:if>

  </div>
</div>

⌨️ 快捷键说明

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