addressbook_add.dtml
来自「email 客户端工具」· DTML 代码 · 共 39 行
DTML
39 行
<dtml-var manage_page_header> <head> <title>Add Emil_Addressbook instance</title> </head> <body bgcolor="#FFFFFF"> <dtml-var manage_tabs> <p class="form-help"> This form allows you to add an instance of Emil_Addressbook </p> <h1>Add a Emil Email Client</h1> <form name="form" action="manage_addAddressBook" method="post"><br> <table> <tr> <th class="form-label"> id: </th> <td> <input type="text" name="id:string" class="form-element" size="30" value=""> </td> </tr> <tr> <th class="form-label">title:</th> <td> <input type="text" name="title:string" class="form-element" size="30" value="address book"> </td> </tr> <tr> <td> <input type="submit" value=" add " class="form-element"> </td> </tr> </table> </form><dtml-var manage_page_footer>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?