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.

addressbook.html 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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="/splitter.js"></script>
  7. <script type="text/javascript" src="/functions.js"></script>
  8. <style type="text/css">
  9. #addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; }
  10. #contacts-box { left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px; }
  11. #directorylistbox { width: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd-5 : 195" />px; }
  12. #addressscreen { left: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd+5 : 205" />px; }
  13. </style>
  14. </head>
  15. <body>
  16. <roundcube:include file="/includes/taskbar.html" />
  17. <roundcube:include file="/includes/header.html" />
  18. <div id="abooktoolbar">
  19. <roundcube:button command="add" type="link" class="buttonPas addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " />
  20. <roundcube:button command="compose" type="link" class="buttonPas compose" classAct="button compose" classSel="button composeSel" title="composeto" content=" " />
  21. <roundcube:button command="print" type="link" class="buttonPas print" classAct="button print" classSel="button printSel" label="print" title="printcontact" content=" " />
  22. <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletecontact" content=" " />
  23. <span class="toolbarseparator">&nbsp;</span>
  24. <roundcube:button command="import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="importcontacts" content=" " />
  25. <span class="dropbutton">
  26. <roundcube:button command="export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="exportvcards" content=" " />
  27. <span id="exportmenulink" onclick="rcmail_ui.show_popup('exportmenu');return false"></span>
  28. </span>
  29. <roundcube:button command="advanced-search" type="link" class="buttonPas search" classAct="button search" classSel="button searchSel" title="advsearch" content=" " />
  30. <roundcube:container name="toolbar" id="abooktoolbar" />
  31. </div>
  32. <div id="quicksearchbar">
  33. <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" />
  34. <roundcube:object name="searchform" id="quicksearchbox" />
  35. <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" />
  36. </div>
  37. <div id="exportmenu" class="popupmenu">
  38. <ul>
  39. <li><roundcube:button command="export" label="exportall" prop="sub" classAct="exportalllink active" class="exportalllink" /></li>
  40. <li><roundcube:button command="export-selected" label="exportsel" prop="sub" classAct="exportsellink active" class="exportsellink" /></li>
  41. </ul>
  42. </div>
  43. <div id="searchmenu" class="popupmenu">
  44. <ul class="toolbarmenu">
  45. <li><label><input type="checkbox" name="s_mods[]" value="name" id="s_mod_name" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="name" /></span></label></li>
  46. <li><label><input type="checkbox" name="s_mods[]" value="firstname" id="s_mod_firstname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="firstname" /></span></label></li>
  47. <li><label><input type="checkbox" name="s_mods[]" value="surname" id="s_mod_surname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="surname" /></span></label></li>
  48. <li><label><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="email" /></span></label></li>
  49. <li><label><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="allfields" /></span></label></li>
  50. </ul>
  51. </div>
  52. <div id="mainscreen">
  53. <div id="directorylistbox">
  54. <div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div>
  55. <div id="directorylist-content" class="boxlistcontent">
  56. <roundcube:object name="directorylist" id="directorylist" class="treelist" />
  57. <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist" />
  58. </div>
  59. <div id="directorylist-footer" class="boxfooter">
  60. <roundcube:button command="group-create" type="link" title="newgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
  61. <roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="moreactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />
  62. </div>
  63. </div>
  64. <div id="addressscreen">
  65. <div id="addresslist">
  66. <roundcube:object name="addresslisttitle" label="contacts" tag="div" class="boxtitle" />
  67. <div class="boxlistcontent">
  68. <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" />
  69. </div>
  70. <div class="boxfooter">
  71. <div id="abookcountbar" class="pagenav">
  72. <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
  73. <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
  74. <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
  75. <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
  76. <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
  77. </div>
  78. </div>
  79. </div>
  80. <script type="text/javascript">
  81. var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250});
  82. rcmail.add_onload('addrviewsplit.init()');
  83. var addrviewsplitd = new rcube_splitter({id:'addressviewsplitterd', p1: 'directorylistbox', p2: 'addressscreen', orientation: 'v', relative: true, start: 200});
  84. rcmail.add_onload('addrviewsplitd.init()');
  85. </script>
  86. <div id="contacts-box">
  87. <roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
  88. </div>
  89. </div>
  90. </div>
  91. <div id="groupoptionsmenu" class="popupmenu">
  92. <ul>
  93. <li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li>
  94. <li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li>
  95. <li><roundcube:button command="group-remove-selected" label="groupremoveselected" classAct="active" /></li>
  96. <li class="separator_above"><roundcube:button command="search-create" label="searchsave" classAct="active" /></li>
  97. <li><roundcube:button command="search-delete" label="searchdelete" classAct="active" /></li>
  98. <roundcube:container name="groupoptions" id="groupoptionsmenu" />
  99. </ul>
  100. </div>
  101. <div id="dragmenu" class="popupmenu">
  102. <ul>
  103. <li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li>
  104. <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
  105. </ul>
  106. </div>
  107. <script type="text/javascript">
  108. rcube_init_mail_ui();
  109. </script>
  110. </body>
  111. </html>