thomascube
2011-05-20 10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
a79417 6 <script type="text/javascript" src="/functions.js"></script>
4e17e6 7 </head>
0501b6 8 <body class="iframe" onload="rcube_init_mail_ui()">
4e17e6 9
0c219c 10 <div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div>
6fff3c 11 <div id="contact-details" class="boxcontent">
0501b6 12 <form name="editform" method="post" action="./">
T 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>
a79417 26   <p>
A 27     <roundcube:button command="show" type="input" class="button" label="cancel" />&nbsp;
28     <roundcube:button command="save" type="input" class="button mainaction" label="save" />
29   </p>
b55d5a 30 </form>
4e17e6 31 </div>
0501b6 32
T 33 <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" />
34
35 <script type="text/javascript">rcube_init_tabs('contacttabs')</script>
4e17e6 36
T 37 </body>
38 </html>