source: subversion/branches/devel-threads/skins/default/templates/mail.html @ 3143

Last change on this file since 3143 was 3143, checked in by alec, 3 years ago
  • "expand unread" button
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 13.7 KB
Line 
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<roundcube:if condition="config:preview_pane == true" />
10#mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; }
11#mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px;
12<roundcube:exp expression="browser:ie ? ('height: expression((parseInt(this.parentNode.offsetHeight)-'.(!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+25 : 245).')+\\'px\\');') : ''" />
13}
14<roundcube:endif />
15#mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 175" />px; }
16#mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 185" />px;
17<roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180).')+\\'px\\');') : ''" />
18}
19</style>
20</head>
21<body onload="rcube_init_mail_ui()">
22
23<roundcube:include file="/includes/taskbar.html" />
24<roundcube:include file="/includes/header.html" />
25
26<div id="mainscreen">
27<div id="mailleftcontainer">
28<div id="mailboxlist-container">
29<h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3>
30<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" />
31</div>
32
33<script type="text/javascript">
34  var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165});
35  rcmail.add_onload('mailviewsplitv.init()');
36</script>
37
38<div id="mailboxcontrols">
39  <span><roundcube:label name="folder" />:&nbsp;</span>
40  <roundcube:button command="expunge" type="link" title="compact" class="buttonPas expunge" classAct="button expunge" classSel="button expungesel" content=" " />
41  <roundcube:button command="purge" type="link" title="empty" class="buttonPas purge" classAct="button purge" classSel="button purgesel" content=" " />
42  <roundcube:container name="mailboxcontrols" id="mailboxcontrols" />
43</div>
44</div>
45
46<div id="mailrightcontainer">
47<div id="mailrightcontent">
48<div id="mailcontframe">
49<roundcube:object name="messages"
50  id="messagelist"
51  cellspacing="0"
52  columns=""
53  summary="Message list"
54  messageIcon="/images/icons/dot.png"
55  unreadIcon="/images/icons/unread.png"
56  deletedIcon="/images/icons/deleted.png"
57  repliedIcon="/images/icons/replied.png"
58  forwardedIcon="/images/icons/forwarded.png"
59  forwardedrepliedIcon="/images/icons/forwarded_replied.png"
60  attachmentIcon="/images/icons/attachment.png"
61  flaggedIcon="/images/icons/flagged.png"
62  unflaggedIcon="/images/icons/blank.gif"
63  unreadchildrenIcon="" 
64  optionsmenuIcon="/images/icons/columnpicker.gif" />
65</div>
66
67<roundcube:if condition="config:preview_pane == true" />
68
69<script type="text/javascript">
70  var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 205});
71  rcmail.add_onload('mailviewsplit.init()');
72</script>
73
74<div id="mailpreviewframe">
75<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
76</div>
77
78<roundcube:endif />
79</div>
80
81<div id="listcontrols">
82      <span><roundcube:label name="select" />:&nbsp;</span>
83      <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
84      <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
85      <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
86      <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
87      <span style="margin-left: 20px"><roundcube:label name="threads" />:&nbsp;</span>
88      <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" "  />
89      <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " />
90      <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " />
91      <roundcube:container name="listcontrols" id="listcontrols" />
92  <roundcube:if condition="env:quota" />
93  <span style="margin-left: 20px; margin-right: 5px"><roundcube:label name="quota" />:</span>
94  <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
95  <roundcube:endif />
96</div>
97
98<div id="countcontrols" class="pagenav">
99    <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " />
100    <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " />
101    <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
102    <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " />
103    <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " />
104</div>
105
106</div>
107</div>
108
109<div id="messagetoolbar">
110<roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " />
111<roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " />
112<roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " />
113<roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " />
114<roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " />
115<roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " />
116<roundcube:container name="toolbar" id="messagetoolbar" />
117<roundcube:button name="markreadbutton" id="markreadbutton" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" content=" " />
118<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" content=" " />
119
120<div id="markmessagemenu">
121  <ul class="toolbarmenu">
122    <li><roundcube:button command="mark" prop="read" label="markread" classAct="readlink active" class="readlink" /></li>
123    <li><roundcube:button command="mark" prop="unread" label="markunread" classAct="unreadlink active" class="unreadlink" /></li>
124    <li><roundcube:button command="mark" prop="flagged" label="markflagged" classAct="flaggedlink active" class="flaggedlink" /></li>
125    <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="unflaggedlink active" class="unflaggedlink" /></li>
126    <roundcube:container name="markmenu" id="markmessagemenu" />
127  </ul>
128</div>
129
130<roundcube:include file="/includes/messagemenu.html" />
131
132</div>
133
134<div id="searchmenu">
135  <ul class="toolbarmenu">
136    <li><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_subject"><roundcube:label name="subject" /></label></li>
137    <li><input type="checkbox" name="s_mods[]" value="from" id="s_mod_from" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_from"><roundcube:label name="from" /></label></li>
138    <li><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_to"><roundcube:label name="to" /></label></li>
139    <li><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_cc"><roundcube:label name="cc" /></label></li>
140    <li><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_bcc"><roundcube:label name="bcc" /></label></li>
141    <li><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_text"><roundcube:label name="msgtext" /></label></li>
142  </ul>
143</div>
144
145<div id="quicksearchbar">
146<div id="searchfilter">
147  <label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
148  <roundcube:object name="searchfilter" class="searchfilter" />
149</div>
150<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" />
151<roundcube:object name="searchform" id="quicksearchbox" />
152<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
153</div>
154
155<div id="listmenu">
156<div><roundcube:label name="listcolumns" /></div>
157  <ul class="toolbarmenu">
158    <li><input type="checkbox" name="list_col[]" value="subject" id="cols_subject" checked="checked" disabled="disabled" /><label for="cols_subject" class="disabled"><roundcube:label name="subject" /></label></li>
159    <li><input type="checkbox" name="list_col[]" value="from" id="cols_fromto" /><label for="cols_fromto"><roundcube:label name="fromto" /></label></li>
160    <li><input type="checkbox" name="list_col[]" value="replyto" id="cols_replyto" /><label for="cols_replyto"><roundcube:label name="replyto" /></label></li>
161    <li><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /><label for="cols_cc"><roundcube:label name="cc" /></label></li>
162    <li><input type="checkbox" name="list_col[]" value="date" id="cols_date" /><label for="cols_date"><roundcube:label name="date" /></label></li>
163    <li><input type="checkbox" name="list_col[]" value="size" id="cols_size" /><label for="cols_size"><roundcube:label name="size" /></label></li>
164    <li><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /><label for="cols_flag"><roundcube:label name="flag" /></label></li>
165    <li><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /><label for="cols_attachment"><roundcube:label name="attachment" /></label></li>
166  </ul>
167<div><roundcube:label name="listsorting" /></div>
168  <ul class="toolbarmenu">
169    <li><input type="radio" name="sort_col" value="" id="sort_default" /><label for="sort_default"><roundcube:label name="nonedefault" /></label></li>
170    <li><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /><label for="sort_arrival"><roundcube:label name="arrival" /></label></li>
171    <li><input type="radio" name="sort_col" value="date" id="sort_date" /><label for="sort_date"><roundcube:label name="sentdate" /></label></li>
172    <li><input type="radio" name="sort_col" value="subject" id="sort_subject" /><label for="sort_subject"><roundcube:label name="subject" /></label></li>
173    <li><input type="radio" name="sort_col" value="from" id="sort_fromto" /><label for="sort_fromto"><roundcube:label name="fromto" /></label></li>
174    <li><input type="radio" name="sort_col" value="to" id="sort_replyto" /><label for="sort_replyto"><roundcube:label name="replyto" /></label></li>
175    <li><input type="radio" name="sort_col" value="cc" id="sort_cc" /><label for="sort_cc"><roundcube:label name="cc" /></label></li>
176    <li><input type="radio" name="sort_col" value="size" id="sort_size" /><label for="sort_size"><roundcube:label name="size" /></label></li>
177  </ul>
178<div><roundcube:label name="listorder" /></div>
179  <ul class="toolbarmenu">
180    <li><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /><label for="sort_asc"><roundcube:label name="asc" /></label></li>
181    <li><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /><label for="sort_desc"><roundcube:label name="desc" /></label></li>
182  </ul>
183<div><roundcube:label name="listgroups" /></div>
184  <ul class="toolbarmenu">
185    <li><input type="radio" name="view" value="list" id="view_default" /><label for="view_default"><roundcube:label name="nonedefault" /></label></li>
186    <roundcube:if condition="env:threads" />
187    <li><input type="radio" name="view" value="thread" id="view_thread" /><label for="view_thread"><roundcube:label name="threaded" /></label></li>
188    <roundcube:else />
189    <li><input type="radio" name="view" value="thread" id="view_thread" disabled="disabled" /><label for="view_thread" class="disabled"><roundcube:label name="threaded" /></label></li>
190    <roundcube:endif />
191  </ul>
192<a href="javascript:rcmail_ui.save_listmenu()"><roundcube:label name="save" /></a>
193</div>
194
195</body>
196</html>
Note: See TracBrowser for help on using the repository browser.