comparison skins/larry/templates/contactedit.html @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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
9 <h1 class="boxtitle"><roundcube:object name="steptitle" /></h1>
10
11 <roundcube:form name="editform" method="post" id="contact-details" class="boxcontent">
12 <roundcube:if condition="strlen(env:sourcename)" />
13 <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>
14 <roundcube:endif />
15
16 <fieldset id="contactphoto">
17 <legend class="voice"><roundcube:label name="contactphoto" /></legend>
18 <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
19 <roundcube:if condition="env:photocol" />
20 <roundcube:object name="fileDropArea" id="contactpic" />
21 <div class="formlinks">
22 <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="iconlink upload disabled" classAct="iconlink upload active" onclick="rcmail.upload_input('upload-form')" condition="env:photocol" /><br/>
23 <roundcube:button command="delete-photo" type="link" label="delete" class="iconlink delete disabled" classAct="iconlink delete active" condition="env:photocol" />
24 </div>
25 <roundcube:endif />
26 </fieldset>
27
28 <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
29 <br style="clear:both" />
30
31 <div id="contacttabs" class="tabbed">
32 <roundcube:object name="contacteditform" size="40" textareacols="60" form="editform" />
33 </div>
34
35 </form>
36
37 <div class="footerleft formbuttons">
38 <roundcube:button command="save" type="input" class="button mainaction" label="save" />
39 <roundcube:button command="show" type="input" class="button" label="cancel" condition="env:action=='edit'" />
40 <roundcube:button name="cancel" type="input" class="button" label="cancel" onclick="history.back()" condition="env:action=='add'" />
41 </div>
42
43 <roundcube:object name="photoUploadForm" id="upload-form" mode="smart" />
44
45 <roundcube:include file="/includes/footer.html" />
46
47 </body>
48 </html>