attach_cp_body.tpl

来自「phpbb 2.x 附件模块 支持上传附件」· TPL 代码 · 共 53 行

TPL
53
字号
<h1>{L_CONTROL_PANEL_TITLE}</h1><p>{L_CONTROL_PANEL_EXPLAIN}</p><form method="post" action="{S_MODE_ACTION}">  <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">	<tr> 	  <td align="right" nowrap="nowrap"><span class="genmed">{L_VIEW}:&nbsp;{S_VIEW_SELECT}&nbsp;&nbsp; 		<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />		</span></td>	</tr>  </table><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">  <tr> 	<th width="50%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th>	<th width="50%" height="25" class="thCornerR">{L_VALUE}</th>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_NUMBER_OF_ATTACHMENTS}:</td>	<td class="row2"><b>{NUMBER_OF_ATTACHMENTS}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_TOTAL_FILESIZE}:</td>	<td class="row2"><b>{TOTAL_FILESIZE}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_ATTACH_QUOTA}:</td>	<td class="row2"><b>{ATTACH_QUOTA}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_NUMBER_OF_POSTS}:</td>	<td class="row2"><b>{NUMBER_OF_POSTS}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_NUMBER_OF_PMS}:</td>	<td class="row2"><b>{NUMBER_OF_PMS}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_NUMBER_OF_TOPICS}:</td>	<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>  </tr>  <tr> 	<td class="row1" nowrap="nowrap">{L_NUMBER_OF_USERS}:</td>	<td class="row2"><b>{NUMBER_OF_USERS}</b></td>  </tr></table></form><br /><div align="center"><span class="copyright">{ATTACH_VERSION}</span></div>

⌨️ 快捷键说明

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