]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/contactadd.html
Imported Upstream version 0.6+dfsg
[roundcube.git] / skins / default / templates / contactadd.html
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" onload="rcube_init_mail_ui()">
9
10 <div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div>
11 <div id="contact-details" class="boxcontent">
12 <form name="editform" method="post" action="./">
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()" />&nbsp;
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
37 <script type="text/javascript">rcube_init_tabs('contacttabs')</script>
38
39 </body>
40 </html>