delete_common.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 21 行

TPL
21
字号
<!-- BEGIN form --><p><center> <form action="{form_action}" method="POST">  {hidden_vars}  <table align="center" border="0" width="55%" cols="2">   {messages}   <tr>    <td width="50%" align="center">     <input type="submit" name="no" value="{no}">    </td>    <td width="50%" align="center">     <input type="submit" name="yes" value="{yes}">    </td>   </tr>  </table> </form> </center><!-- END form -->

⌨️ 快捷键说明

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