Mercurial > hg > rc2
comparison skins/classic/templates/contactadd.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
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 | |
10 <div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div> | |
11 <div id="contact-details" class="boxcontent"> | |
12 <roundcube:form name="editform" method="post"> | |
13 <roundcube:if condition="strlen(env:sourcename)" /> | |
14 <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:object name="sourceselector" class="hint" id="sourceselect" /></div> | |
15 <roundcube:endif /> | |
16 <div id="contactphoto"> | |
17 <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> | |
18 <div class="formlinks"> | |
19 <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/> | |
20 <roundcube:button command="delete-photo" type="link" label="delete" class="disabled" classAct="active" condition="env:photocol" /> | |
21 </div> | |
22 </div> | |
23 <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" /> | |
24 <div style="clear:both"></div> | |
25 <div id="contacttabs"> | |
26 <roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" /> | |
27 </div> | |
28 <p> | |
29 <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" /> | |
30 <roundcube:button command="save" type="input" class="button mainaction" label="save" /> | |
31 </p> | |
32 </form> | |
33 </div> | |
34 | |
35 <roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" /> | |
36 <roundcube:object name="fileDropArea" id="contactpic" /> | |
37 | |
38 <script type="text/javascript"> | |
39 rcube_init_tabs('contacttabs'); | |
40 rcube_init_mail_ui(); | |
41 </script> | |
42 | |
43 </body> | |
44 </html> |