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

📄 viewlogsummarybyyear.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 JSP
字号:
<div class="contentItem">  <div class="contentItemLinks">    <a href="./help/logs.html" target="_blank">Help</a>  </div>  <h1>Log summary for <fmt:formatDate value="${logSummary.date}" pattern="yyyy" /></h1>  <h2>&nbsp;</h2>  <div class="contentItemBody">    <table width="99%" cellspacing="0" cellpadding="4">      <thead>      <tr>        <td><b>Total requests for <fmt:formatDate value="${logSummary.date}" pattern="yyyy" /></b></td>        <td align="right"><b><fmt:formatNumber value="${logSummary.totalRequests}"/></b></td>      </tr>      </thead>      <c:forEach var="logSummaryForMonth" items="${logSummary.logSummaries}" varStatus="status">        <c:choose>          <c:when test="${status.count % 2 == 0}">            <tr class="even small">          </c:when>          <c:otherwise>              <tr class="odd small">          </c:otherwise>        </c:choose>          <td>            <a href="viewLogSummary.secureaction?year=${year}&month=${status.count}" title="See log summary for month"><fmt:formatDate value="${logSummaryForMonth.date}" type="date" pattern="MMMM yyyy"/></a>          </td>          <td align="right"><fmt:formatNumber value="${logSummaryForMonth.totalRequests}"/></td>          </td>        </tr>      </c:forEach>    </table>  </div></div>

⌨️ 快捷键说明

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