You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

keyimport.html 595B

12345678910111213141516171819202122
  1. <roundcube:object name="doctype" value="html5" />
  2. <html>
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <body class="iframe">
  8. <h1 class="boxtitle"><roundcube:label name="enigma.importkeys" /></h1>
  9. <div id="import-form" class="boxcontent">
  10. <roundcube:object name="importform" />
  11. <br>
  12. <div class="formbuttons">
  13. <roundcube:button command="plugin.enigma-import" type="input" class="button mainaction" label="import" />
  14. </div>
  15. </div>
  16. <roundcube:include file="/includes/footer.html" />
  17. </body>
  18. </html>