Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. <script type="text/javascript" src="/functions.js"></script>
  7. </head>
  8. <body class="iframe">
  9. <div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div>
  10. <div id="contact-details" class="boxcontent">
  11. <roundcube:form name="editform" method="post">
  12. <roundcube:if condition="strlen(env:sourcename)" />
  13. <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:object name="sourceselector" class="hint" id="sourceselect" /></div>
  14. <roundcube:endif />
  15. <div id="contactphoto">
  16. <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
  17. <div class="formlinks">
  18. <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="addphoto" class="disabled" classAct="active" onclick="rcmail_ui.show_popup('uploadform', true);return false" condition="env:photocol" /><br/>
  19. <roundcube:button command="delete-photo" type="link" label="delete" class="disabled" classAct="active" condition="env:photocol" />
  20. </div>
  21. </div>
  22. <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
  23. <div style="clear:both"></div>
  24. <div id="contacttabs">
  25. <roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" />
  26. </div>
  27. <p>
  28. <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
  29. <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  30. </p>
  31. </form>
  32. </div>
  33. <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" />
  34. <roundcube:object name="fileDropArea" id="contactpic" />
  35. <script type="text/javascript">
  36. rcube_init_tabs('contacttabs');
  37. rcube_init_mail_ui();
  38. </script>
  39. </body>
  40. </html>