You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

identityedit.html 1.2KB

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