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

📄 trackbackform.jspf

📁 pebble-blog 博客源码博客源码博客源码
💻 JSPF
字号:
<c:if test="${blogEntry.trackBacksEnabled}" >  <pebble:isBlogContributor>    <div>    <b>Send a TrackBack</b> (<span class="help"><a href="./help/trackbacks.html" target="_blank">Help</a></span>)    <br /><br />    <form name="sendTrackBack" action="sendTrackBack.secureaction" method="post" accept-charset="<c:out value="${blog.characterEncoding}" />">    <input type="hidden" name="entry" value="<c:out value="${blogEntry.id}"/>" />    <table width="99%">      <tr>        <td valign="top"><b>TrackBack URL</b></td>        <td><input type="text" name="url" size="50" /></td>      </tr>      <tr>        <td valign="top"><b>Excerpt</b></td>        <td>          <textarea name="excerpt" rows="8" cols="40"><c:out value="${blogEntry.truncatedContent}"/></textarea>        </td>      </tr>      <tr>        <td colspan="2" align="right">          <input name="submit" type="submit" Value="Send TrackBack" />        </td>      </tr>    </table>    </form>    </div>  </pebble:isBlogContributor></c:if>

⌨️ 快捷键说明

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