thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
5f660c 6 <script type="text/javascript" src="/functions.js"></script>
54759c 7 <script type="text/javascript" src="/splitter.js"></script>
A 8 <style type="text/css">
9 #identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
10 #identity-details { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px;
11   <roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305).')+\\'px\\');') : ''" />
12 }
13 </style>
14
4e17e6 15 </head>
4e2f34 16 <body>
4e17e6 17
b076a4 18 <roundcube:include file="/includes/taskbar.html" />
4e17e6 19 <roundcube:include file="/includes/header.html" />
T 20 <roundcube:include file="/includes/settingstabs.html" />
21
087c7d 22 <div id="mainscreen">
54759c 23
4e17e6 24 <div id="identities-list">
54759c 25 <div id="identity-title" class="boxtitle"><roundcube:label name="identities" /></div>
A 26 <div class="boxlistcontent">
27 <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" noheader="true" editIcon="" />
f645ce 28 </div>
ff38d0 29 <div class="boxfooter">
e9b5a6 30 <roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" />
T 31 </div>
32 </div>
54759c 33
A 34 <script type="text/javascript">
35   var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-details', orientation: 'v', relative: true, start: 300 });
36   rcmail.add_onload('identviewsplit.init()');
37 </script>
4e17e6 38
T 39 <div id="identity-details">
2aaa99 40 <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
4e17e6 41
6fff3c 42 <div class="boxcontent">
db1a87 43 <roundcube:object name="identityform" size="40" textareacols="70" textarearows="6" />
6769ba 44 <p>
ec0171 45 <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" style="margin-right:0.5em" />
ed132e 46 <roundcube:button command="save" type="input" class="button mainaction" label="save" />
4e17e6 47 </p>
T 48 </div>
6769ba 49 <script type="text/javascript">rcube_init_tabs('identity-details')</script>
A 50
4e17e6 51 </div>
T 52
54759c 53 </div>
ce06d3 54
4e17e6 55 </body>
T 56 </html>