list_pcosts.tpl
来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 30 行
TPL
30 行
<!-- $Id: list_pcosts.tpl,v 1.5 2004/06/01 10:38:39 lkneschke Exp $ -->
{app_header}
<center>
<table border="0" width="40%" cellpadding="2" cellspacing="2">
<tr bgcolor="{th_bg}">
<td width="50%" align="center">{lang_month}</td>
<td width="50%" align="right">{lang_pcosts}</td>
</tr>
<!-- BEGIN projects_list -->
<tr bgcolor="{tr_color}">
<td align="center">{month}</td>
<td align="right">{pcosts}</td>
</tr>
<!-- END projects_list -->
<tr>
<td colspan="2" height="50">
<form method="POST" action="{done_action}">
<input type="submit" name="done" value="{lang_done}">
</form>
</td>
</tr>
</table>
</center>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?