Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

contactedit.html 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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:object name="steptitle" /></h1>
  9. <roundcube:form name="editform" method="post" 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" condition="env:action!='add'" /><roundcube:object name="sourceselector" id="sourceselect" condition="env:action=='add'" /></div>
  12. <roundcube:endif />
  13. <fieldset id="contactphoto">
  14. <legend class="voice"><roundcube:label name="contactphoto" /></legend>
  15. <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
  16. <roundcube:if condition="env:photocol" />
  17. <roundcube:object name="fileDropArea" id="contactpic" />
  18. <div class="formlinks">
  19. <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="iconlink upload disabled" classAct="iconlink upload active" onclick="UI.show_uploadform();return false" condition="env:photocol" /><br/>
  20. <roundcube:button command="delete-photo" type="link" label="delete" class="iconlink delete disabled" classAct="iconlink delete active" condition="env:photocol" />
  21. </div>
  22. <roundcube:endif />
  23. </fieldset>
  24. <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
  25. <br style="clear:both" />
  26. <div id="contacttabs" class="tabbed">
  27. <roundcube:object name="contacteditform" size="40" textareacols="60" form="editform" />
  28. </div>
  29. </form>
  30. <div class="footerleft formbuttons">
  31. <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  32. <roundcube:button command="show" type="input" class="button" label="cancel" condition="env:action=='edit'" />
  33. <roundcube:button name="cancel" type="input" class="button" label="cancel" onclick="history.back()" condition="env:action=='add'" />
  34. </div>
  35. <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='uploadphoto' />">
  36. <roundcube:object name="photoUploadForm" id="upload-form" size="30" buttons="no" />
  37. <div class="formbuttons">
  38. <roundcube:button command="upload-photo" type="input" class="button mainaction" label="upload" />
  39. <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" />
  40. </div>
  41. </div>
  42. <roundcube:include file="/includes/footer.html" />
  43. </body>
  44. </html>