0
|
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:label name="contactproperties" /></h1>
|
|
10
|
|
11 <div 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" /></div>
|
|
14 <roundcube:endif />
|
|
15
|
|
16 <div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" placeholderGroup="/images/contactgroup.png" /></div>
|
|
17 <roundcube:object name="contacthead" id="contacthead" />
|
|
18 <br style="clear:both" />
|
|
19
|
|
20 <div id="contacttabs" class="tabbed">
|
|
21 <roundcube:object name="contactdetails" />
|
|
22 </div>
|
|
23
|
|
24 </div>
|
|
25
|
|
26 <div id="headerbuttons" class="formbuttons">
|
|
27 <roundcube:button command="edit" type="input" class="button mainaction" label="editcontact" condition="!ENV:readonly" />
|
|
28 </div>
|
|
29
|
|
30 <roundcube:include file="/includes/footer.html" />
|
|
31
|
|
32 </body>
|
|
33 </html>
|