Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

contact.html 1.1KB

123456789101112131415161718192021222324252627282930313233
  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="contactproperties" /></h1>
  9. <div id="contact-details" class="boxcontent">
  10. <roundcube:if condition="strlen(env:sourcename)" />
  11. <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" /></div>
  12. <roundcube:endif />
  13. <div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" placeholderGroup="/images/contactgroup.png" /></div>
  14. <roundcube:object name="contacthead" id="contacthead" />
  15. <br style="clear:both" />
  16. <div id="contacttabs" class="tabbed">
  17. <roundcube:object name="contactdetails" />
  18. </div>
  19. </div>
  20. <div id="headerbuttons" class="formbuttons">
  21. <roundcube:button command="edit" type="input" class="button mainaction" label="editcontact" condition="!ENV:readonly" />
  22. </div>
  23. <roundcube:include file="/includes/footer.html" />
  24. </body>
  25. </html>