HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
|
Last change
on this file since 0501b63 was
0501b63,
checked in by thomascube <thomas@…>, 2 years ago
|
|
Merge branch devel-addressbook (r4193:4382) back into trunk
|
-
Property mode set to
100644
|
|
File size:
1.8 KB
|
| Rev | Line | |
|---|
| [4e17e6c] | 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> |
|---|
| [e66f5b4] | 5 | <roundcube:include file="/includes/links.html" /> |
|---|
| [a79417d] | 6 | <script type="text/javascript" src="/functions.js"></script> |
|---|
| [4e17e6c] | 7 | </head> |
|---|
| [0501b63] | 8 | <body class="iframe" onload="rcube_init_mail_ui()"> |
|---|
| [4e17e6c] | 9 | |
|---|
| [0c219c7] | 10 | <div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div> |
|---|
| [6fff3c8] | 11 | <div id="contact-details" class="boxcontent"> |
|---|
| [0501b63] | 12 | <form name="editform" method="post" action="./"> |
|---|
| 13 | <div id="contactphoto"> |
|---|
| 14 | <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> |
|---|
| 15 | <div class="formlinks"> |
|---|
| 16 | <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="disabled" classAct="active" onclick="rcmail_ui.show_popup('uploadform', true);return false" condition="env:photocol" /><br/> |
|---|
| 17 | <roundcube:button command="delete-photo" type="link" label="delete" class="disabled" classAct="active" condition="env:photocol" /> |
|---|
| 18 | </div> |
|---|
| 19 | </div> |
|---|
| 20 | <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" /> |
|---|
| 21 | <div style="clear:both"></div> |
|---|
| 22 | |
|---|
| 23 | <div id="contacttabs"> |
|---|
| 24 | <roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" /> |
|---|
| 25 | </div> |
|---|
| [a79417d] | 26 | <p> |
|---|
| 27 | <roundcube:button command="show" type="input" class="button" label="cancel" /> |
|---|
| 28 | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
|---|
| 29 | </p> |
|---|
| [b55d5a9] | 30 | </form> |
|---|
| [4e17e6c] | 31 | </div> |
|---|
| [0501b63] | 32 | |
|---|
| 33 | <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" /> |
|---|
| 34 | |
|---|
| 35 | <script type="text/javascript">rcube_init_tabs('contacttabs')</script> |
|---|
| [4e17e6c] | 36 | |
|---|
| 37 | </body> |
|---|
| 38 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.