0
|
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 <script type="text/javascript" src="/splitter.js"></script>
|
|
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 </style>
|
|
12
|
|
13 </head>
|
|
14 <body class="iframe">
|
|
15
|
|
16 <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
|
|
17
|
|
18 <div id="identity-details" class="boxcontent">
|
|
19 <roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" />
|
|
20
|
|
21 <script type="text/javascript">rcube_init_tabs('identity-form')</script>
|
|
22
|
|
23 <div id="formfooter">
|
|
24 <div class="footerleft">
|
|
25 <roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
|
26 </div>
|
|
27 </div>
|
|
28 </div>
|
|
29
|
|
30 </body>
|
|
31 </html>
|