source: subversion/branches/devel-addressbook/skins/default/templates/contact.html

Last change on this file was 4314, checked in by thomasb, 2 years ago

Allow to upload photos for contacts; images are identified and resized using imagemagick

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
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">
9
10<div id="contact-title" class="boxtitle"><roundcube:label name="contactproperties" /></div>
11<div id="contact-details" class="boxcontent">
12  <div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /></div>
13  <roundcube:object name="contacthead" id="contacthead" photoplaceholder="/images/contactpic.png" />
14  <div style="clear:both"></div>
15  <div id="contacttabs">
16    <roundcube:object name="contactdetails" />
17  </div>
18  <p>
19    <roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" />
20  </p>
21</div>
22<script type="text/javascript">rcube_init_tabs('contacttabs')</script>
23
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.