Mercurial > hg > rc1
comparison skins/larry/templates/contact.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: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 <roundcube:if condition="env:qrcode" /> | |
| 29 <roundcube:button command="qrcode" type="input" class="button" label="qrcode" /> | |
| 30 <roundcube:endif /> | |
| 31 </div> | |
| 32 | |
| 33 <roundcube:include file="/includes/footer.html" /> | |
| 34 | |
| 35 </body> | |
| 36 </html> |
