| | |
| | | </style> |
| | | |
| | | </head> |
| | | <body onload="rcube_init_mail_ui()"> |
| | | <body> |
| | | |
| | | <roundcube:include file="/includes/taskbar.html" /> |
| | | <roundcube:include file="/includes/header.html" /> |
| | |
| | | <div id="addressscreen"> |
| | | |
| | | <div id="addresslist"> |
| | | <div class="boxtitle"><roundcube:label name="contacts" /></div> |
| | | <roundcube:object name="addresslisttitle" label="contacts" tag="div" class="boxtitle" /> |
| | | <div class="boxlistcontent"> |
| | | <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" /> |
| | | </div> |
| | |
| | | </ul> |
| | | </div> |
| | | |
| | | <div id="dragmenu" class="popupmenu"> |
| | | <ul> |
| | | <li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li> |
| | | <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li> |
| | | </ul> |
| | | </div> |
| | | |
| | | <script type="text/javascript"> |
| | | rcube_init_mail_ui(); |
| | | </script> |
| | | |
| | | </body> |
| | | </html> |