Mercurial > hg > rc1
comparison skins/larry/templates/addressbook.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 <roundcube:object name="doctype" value="html5" /> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title><roundcube:object name="pagetitle" /></title> | |
| 5 <roundcube:include file="/includes/links.html" /> | |
| 6 </head> | |
| 7 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif /> | |
| 8 | |
| 9 <roundcube:include file="/includes/header.html" /> | |
| 10 | |
| 11 <div id="mainscreen"> | |
| 12 | |
| 13 <h1 class="voice"><roundcube:label name="addressbook" /></h1> | |
| 14 | |
| 15 <!-- toolbar --> | |
| 16 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> | |
| 17 <div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar"> | |
| 18 <roundcube:button command="import" type="link" class="button import disabled" classAct="button import" classSel="button import pressed" label="import" title="importcontacts" /> | |
| 19 <span class="dropbutton"> | |
| 20 <roundcube:button command="export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="export" title="exportvcards" /> | |
| 21 <a href="#export" class="dropbuttontip" id="exportmenulink" onclick="return UI.toggle_popup('exportmenu',event)" aria-haspopup="true" aria-expanded="false" aria-owns="exportmenu-menu" tabindex="0"><roundcube:label name="arialabelcontactexportoptions" /></a> | |
| 22 </span> | |
| 23 | |
| 24 <span class="spacer"></span> | |
| 25 <roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> | |
| 26 <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="printcontact" /> | |
| 27 <roundcube:button command="advanced-search" type="link" class="button search disabled" classAct="button search" classSel="button search pressed" label="advanced" title="advsearch" /> | |
| 28 <roundcube:container name="toolbar" id="addressbooktoolbar" /> | |
| 29 | |
| 30 <div id="exportmenu" class="popupmenu" aria-hidden="true"> | |
| 31 <h3 id="aria-label-exportmenu" class="voice"><roundcube:label name="arialabelcontactexportoptions" /></h3> | |
| 32 <ul id="exportmenu-menu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-exportmenu"> | |
| 33 <roundcube:button type="link-menuitem" command="export" label="exportall" prop="sub" class="exportalllink" classAct="exportalllink active" /> | |
| 34 <roundcube:button type="link-menuitem" command="export-selected" label="exportsel" prop="sub" class="exportsellink" classAct="exportsellink active" /> | |
| 35 </ul> | |
| 36 </div> | |
| 37 | |
| 38 </div> | |
| 39 | |
| 40 <!-- search box --> | |
| 41 <div id="quicksearchbar" class="searchbox" role="search" aria-labelledby="aria-label-searchform"> | |
| 42 <h2 id="aria-label-searchform" class="voice"><roundcube:label name="arialabelcontactsearchform" /></h2> | |
| 43 <label for="quicksearchbox" class="voice"><roundcube:label name="arialabelquicksearchbox" /></label> | |
| 44 <roundcube:button command="menu-open" prop="searchmenu" id="searchmenulink" class="iconbutton searchoptions" title="searchmod" label="options" aria-haspopup="true" aria-expanded="false" aria-owns="searchmenu-menu" /> | |
| 45 <roundcube:object name="searchform" id="quicksearchbox" /> | |
| 46 <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" label="resetsearch" /> | |
| 47 | |
| 48 <div id="searchmenu" class="popupmenu" data-editable="true"> | |
| 49 <h3 id="aria-label-searchmenu" class="voice"><roundcube:label name="searchmod" /></h3> | |
| 50 <ul class="toolbarmenu" id="searchmenu-menu" role="menu" aria-labelledby="aria-label-searchmenu"> | |
| 51 <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="name" id="s_mod_name" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="name" /></span></label></li> | |
| 52 <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="firstname" id="s_mod_firstname" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="firstname" /></span></label></li> | |
| 53 <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="surname" id="s_mod_surname" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="surname" /></span></label></li> | |
| 54 <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="email" /></span></label></li> | |
| 55 <li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="allfields" /></span></label></li> | |
| 56 </ul> | |
| 57 <div class="buttons"><a class="button" href="#" onclick="if (rcmail.command('search')) UI.show_popup('searchmenu',false)"><roundcube:label name="search" /></a></div> | |
| 58 </div> | |
| 59 </div> | |
| 60 | |
| 61 <div id="mainscreencontent"> | |
| 62 | |
| 63 <div id="addressview-left"> | |
| 64 | |
| 65 <!-- sources/groups list --> | |
| 66 <div id="directorylistbox" class="uibox listbox" role="navigation" aria-labelledby="directorylist-header"> | |
| 67 <h2 id="directorylist-header" class="boxtitle"><roundcube:label name="groups" /></h2> | |
| 68 <div id="directorylist-content" class="scroller withfooter"> | |
| 69 <roundcube:object name="directorylist" id="directorylist" class="treelist listing iconized" /> | |
| 70 <h3 class="boxtitle voice"><roundcube:label name="savedsearches" /></h3> | |
| 71 <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist listing iconized" /> | |
| 72 </div> | |
| 73 <div id="directorylist-footer" class="boxfooter"> | |
| 74 <roundcube:button command="group-create" type="link" title="newgroup" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="addgroup" /><roundcube:button name="groupoptions" id="groupoptionslink" type="link" title="moreactions" class="listbutton groupactions" onclick="return UI.toggle_popup('groupoptions',event)" innerClass="inner" label="arialabelabookgroupoptions" aria-haspopup="true" aria-expanded="false" aria-owns="groupoptionsmenu" /> | |
| 75 </div> | |
| 76 </div> | |
| 77 | |
| 78 <div id="groupoptions" class="popupmenu" aria-hidden="true"> | |
| 79 <h3 id="aria-label-groupoptions" class="voice"><roundcube:label name="arialabelabookgroupoptions" /></h3> | |
| 80 <ul id="groupoptionsmenu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-groupoptions"> | |
| 81 <roundcube:button type="link-menuitem" command="group-rename" label="grouprename" classAct="active" /> | |
| 82 <roundcube:button type="link-menuitem" command="group-delete" label="groupdelete" classAct="active" /> | |
| 83 <roundcube:button type="link-menuitem" command="search-create" label="searchsave" classAct="active" /> | |
| 84 <roundcube:button type="link-menuitem" command="search-delete" label="searchdelete" classAct="active" /> | |
| 85 <roundcube:container name="groupoptions" id="groupoptionsmenu" /> | |
| 86 </ul> | |
| 87 </div> | |
| 88 | |
| 89 </div><!-- end addressview-left --> | |
| 90 | |
| 91 <div id="addressview-right" role="main" aria-labelledby="aria-label-contactslist"> | |
| 92 | |
| 93 <!-- contacts list --> | |
| 94 <div id="addresslist" class="uibox listbox"> | |
| 95 <roundcube:object name="addresslisttitle" label="contacts" tag="h2" class="boxtitle" id="aria-label-contactslist" /> | |
| 96 <div class="scroller withfooter"> | |
| 97 <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> | |
| 98 </div> | |
| 99 <div class="boxpagenav"> | |
| 100 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" /> | |
| 101 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" /> | |
| 102 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" /> | |
| 103 <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" label="last" /> | |
| 104 </div> | |
| 105 <div class="boxfooter"> | |
| 106 <roundcube:button command="add" type="link" title="newcontact" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="addcontact" /><roundcube:button command="delete" type="link" title="deletecontact" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" label="deletecontact" /><roundcube:button command="group-remove-selected" type="link" title="groupremoveselected" class="listbutton removegroup disabled" classAct="listbutton removegroup" innerClass="inner" label="groupremoveselected" /> | |
| 107 <span class="countdisplay" aria-live="polite" aria-relevant="text"> | |
| 108 <span class="voice"><roundcube:label name="contacts" /></span> | |
| 109 <roundcube:object name="recordsCountDisplay" label="fromtoshort" /> | |
| 110 </span> | |
| 111 </div> | |
| 112 </div> | |
| 113 | |
| 114 <div class="voice" role="note"> | |
| 115 <h3><roundcube:label name="helplistnavigation" /></h3> | |
| 116 <pre> | |
| 117 <roundcube:label name="helplistkeyboardnavigation" /> | |
| 118 <roundcube:label name="helplistkeyboardnavcontacts" /> | |
| 119 </pre> | |
| 120 </div> | |
| 121 | |
| 122 | |
| 123 <div id="contacts-box" class="uibox"> | |
| 124 <div class="iframebox"> | |
| 125 <roundcube:object name="addressframe" id="contact-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="contactproperties" /> | |
| 126 </div> | |
| 127 </div> | |
| 128 | |
| 129 </div><!-- end addressview-right --> | |
| 130 | |
| 131 </div><!-- end mainscreencontent --> | |
| 132 | |
| 133 </div><!-- end mainscreen --> | |
| 134 | |
| 135 <div id="dragcontactmenu" class="popupmenu" aria-hidden="true"> | |
| 136 <ul class="toolbarmenu" role="menu"> | |
| 137 <roundcube:button type="link-menuitem" command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /> | |
| 138 <roundcube:button type="link-menuitem" command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /> | |
| 139 </ul> | |
| 140 </div> | |
| 141 | |
| 142 <roundcube:include file="/includes/footer.html" /> | |
| 143 | |
| 144 </body> | |
| 145 </html> |
