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.

importcontacts.html 1.2KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
  8. <roundcube:include file="/includes/header.html" />
  9. <div id="mainscreen">
  10. <h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
  11. <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
  12. <div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar">
  13. <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
  14. </div>
  15. <div id="mainscreencontent" class="uibox contentbox">
  16. <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2>
  17. <div id="import-box" class="boxcontent">
  18. <roundcube:object name="importstep" class="propform" />
  19. <br/>
  20. <p class="formbuttons">
  21. <roundcube:object name="importnav" class="button" />
  22. </p>
  23. </div>
  24. </div>
  25. </div>
  26. <roundcube:include file="/includes/footer.html" />
  27. </body>
  28. </html>