📄 addressbook_import_html.dtml
字号:
<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 import data from a already existing addressbook into the EMil - address book </p> <h1>Import addressbook</h1> <form name="form" action="manage_importAddressBook" method="post" enctype="multipart/form-data"><br> <table> <tr> <th class="form-label">external addressbook file</th> <td> <input type="file" name="attached_file:string" class="form-element" size="30" value="address book"> </td> </tr> <tr> <th class="form-label">choose type of addressbook</th> <td> <select name="file_type"> <OPTION value="kmail">kmail</option> </select> </td> </tr> <tr> <td> <input type="submit" value=" add " class="form-element"> </td> </tr> </table> </form><p class="form-help"> at the moment import only of the kmail addressbook is supported.</p> <dtml-var manage_page_footer>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -