| | |
| | | #mailpreviewframe { display: block; } |
| | | <roundcube:endif /> |
| | | </style> |
| | | |
| | | </head> |
| | | <body> |
| | | <body class="noscroll"> |
| | | |
| | | <roundcube:include file="/includes/header.html" /> |
| | | |
| | |
| | | <!-- folders list --> |
| | | <div id="mailboxcontainer" class="uibox listbox"> |
| | | <div class="scroller withfooter"> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist"class="listing" folder_filter="mail" unreadwrap="%s" /> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | | <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="⚙" /> |
| | | <roundcube:if condition="env:quota" /> |
| | | <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> |
| | | <roundcube:endif /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | |
| | | <!-- search filter --> |
| | | <div id="searchfilter"> |
| | | <roundcube:object name="searchfilter" class="searchfilter" /> |
| | | <roundcube:object name="searchfilter" class="searchfilter decorated" /> |
| | | </div> |
| | | |
| | | <!-- toolbar --> |
| | |
| | | <!-- messagelist --> |
| | | <div id="messagelistcontainer" class="uibox boxlistcontent"> |
| | | <roundcube:object name="messages" |
| | | id="messagelist" |
| | | columns="" |
| | | optionsmenuIcon="true" /> |
| | | id="messagelist" |
| | | class="records-table sortheader" |
| | | optionsmenuIcon="true" /> |
| | | </div> |
| | | |
| | | <!-- list footer --> |
| | |
| | | <a href="#threads" class="iconbutton threadmode disabled" title="<roundcube:label name='threads' />" onclick="return false">Threads</a> |
| | | <roundcube:endif /> |
| | | </div> |
| | | |
| | | <div id="listselectors"> |
| | | <a href="#select" id="listselectmenulink" class="menuselector" onclick="UI.show_popup('listselectmenu');return false"><span class="handle"><roundcube:label name="select" /></span></a> |
| | | <roundcube:if condition="env:threads" /> |
| | | <a href="#threads" id="threadselectmenulink" class="menuselector" onclick="UI.show_popup('threadselectmenu');return false"><span class="handle"><roundcube:label name="threads" /></span></a> |
| | | <roundcube:endif /> |
| | | </div> |
| | | |
| | | <div id="countcontrols" class="pagenav dark"> |
| | | <roundcube:object name="messageCountDisplay" class="countdisplay" /> |
| | | <span class="pagenavbuttons"> |
| | | <roundcube:button command="firstpage" type="link" class="button firstpage disabled" classAct="button firstpage" classSel="button firstpage pressed" innerClass="inner" title="firstpage" content="|&lt;" /> |
| | | <roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&lt;" /> |
| | | <roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&gt;" /> |
| | | <roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&gt;|" /> |
| | | </span> |
| | | </div> |
| | | |
| | | <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a> |
| | |
| | | <div id="mailview-bottom" class="uibox"> |
| | | |
| | | <div id="mailpreviewframe"> |
| | | <roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" src="/watermark.html" /> |
| | | <roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> |
| | | </div> |
| | | |
| | | <roundcube:object name="message" id="message" class="statusbar" /> |
| | |
| | | </ul> |
| | | </div> |
| | | |
| | | <div id="listselectmenu" class="popupmenu dropdown"> |
| | | <ul class="toolbarmenu iconized"> |
| | | <li><roundcube:button command="select-all" type="link" label="all" class="icon" classAct="icon active" innerclass="icon mail" /></li> |
| | | <li><roundcube:button command="select-all" type="link" prop="page" label="currpage" class="icon" classAct="icon active" innerclass="icon list" /></li> |
| | | <li><roundcube:button command="select-all" type="link" prop="unread" label="unread" class="icon" classAct="icon active" innerclass="icon unread" /></li> |
| | | <li><roundcube:button command="select-all" type="link" prop="flagged" label="flagged" class="icon" classAct="icon active" innerclass="icon flagged" /></li> |
| | | <li><roundcube:button command="select-all" type="link" prop="invert" label="invert" class="icon" classAct="icon active" innerclass="icon invert" /></li> |
| | | <li><roundcube:button command="select-none" type="link" label="none" class="icon" classAct="icon active" innerclass="icon cross" /></li> |
| | | </ul> |
| | | </div> |
| | | |
| | | <div id="threadselectmenu" class="popupmenu dropdown"> |
| | | <ul class="toolbarmenu"> |
| | | <li><roundcube:button command="expand-all" type="link" label="expand-all" class="icon" classAct="icon active" innerclass="icon conversation" /></li> |
| | | <li><roundcube:button command="expand-unread" type="link" label="expand-unread" class="icon" classAct="icon active" innerclass="icon conversation" /></li> |
| | | <li><roundcube:button command="collapse-all" type="link" label="collapse-all" class="icon" classAct="icon active" innerclass="icon conversation" /></li> |
| | | </ul> |
| | | </div> |
| | | |
| | | <div id="listoptions" class="propform popupdialog"> |
| | | <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> |
| | | <fieldset class="floating"> |