Mercurial > hg > rc2
comparison skins/larry/templates/contactedit.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | bf99236cc5cd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
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="UI.show_uploadform();return false" 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 <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='uploadphoto' />"> | |
44 <roundcube:object name="photoUploadForm" id="upload-form" size="30" buttons="no" /> | |
45 <div class="formbuttons"> | |
46 <roundcube:button command="upload-photo" type="input" class="button mainaction" label="upload" /> | |
47 <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" /> | |
48 </div> | |
49 </div> | |
50 | |
51 <roundcube:include file="/includes/footer.html" /> | |
52 | |
53 </body> | |
54 </html> |