Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7055465
mail.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
12 KB
Referenced Files
None
Subscribers
None
mail.html
View Options
<
roundcube:object
name
=
"doctype"
value
=
"html5"
/>
<
html
>
<
head
>
<
title
><
roundcube:object
name
=
"pagetitle"
/></
title
>
<
roundcube:include
file
=
"/includes/links.html"
/>
<
style
type
=
"text/css"
>
<
roundcube
:
if
condition
=
"config:preview_pane == true"
/>
#
mailview-top
{
height
:
<
roundcube
:
exp
expression
=
"!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-48 : 276"
/>
px
;
}
#
mailview-bottom
{
top
:
<
roundcube
:
exp
expression
=
"!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+6 : 330"
/>
px
;
height
:
auto
;
}
#
mailpreviewframe
{
display
:
block
;
}
<
roundcube
:
endif
/>
</
style
>
</
head
>
<
body
>
<
div
class
=
"minwidth"
>
<
roundcube:include
file
=
"/includes/header.html"
/>
<
div
id
=
"mainscreen"
>
<!-- toolbar -->
<
div
id
=
"messagetoolbar"
class
=
"toolbar"
>
<
roundcube:button
command
=
"checkmail"
type
=
"link"
class
=
"button checkmail disabled"
classAct
=
"button checkmail"
classSel
=
"button checkmail pressed"
label
=
"refresh"
title
=
"checkmail"
/>
<
roundcube:button
command
=
"compose"
type
=
"link"
class
=
"button compose disabled"
classAct
=
"button compose"
classSel
=
"button compose pressed"
label
=
"compose"
title
=
"writenewmessage"
/>
<
span
class
=
"spacer"
></
span
>
<
roundcube:include
file
=
"/includes/mailtoolbar.html"
/>
</
div
>
<
div
id
=
"mailview-left"
>
<!-- folders list -->
<
div
id
=
"folderlist-header"
></
div
>
<
div
id
=
"mailboxcontainer"
class
=
"uibox listbox"
>
<
div
id
=
"folderlist-content"
class
=
"scroller withfooter"
>
<
roundcube:object
name
=
"mailboxlist"
id
=
"mailboxlist"
class
=
"listing"
folder_filter
=
"mail"
unreadwrap
=
"%s"
/>
</
div
>
<
div
id
=
"folderlist-footer"
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
>
</
div
>
<
div
id
=
"mailview-right"
>
<
div
id
=
"messagesearchtools"
>
<!-- search filter -->
<
div
id
=
"searchfilter"
>
<
roundcube:object
name
=
"searchfilter"
class
=
"searchfilter decorated"
/>
</
div
>
<!-- search box -->
<
div
id
=
"quicksearchbar"
>
<
roundcube:object
name
=
"searchform"
id
=
"quicksearchbox"
/>
<
roundcube:button
name
=
"searchmenulink"
id
=
"searchmenulink"
class
=
"iconbutton searchoptions"
onclick
=
"UI.show_popup('searchmenu');return false"
title
=
"searchmod"
content
=
" "
/>
<
roundcube:button
command
=
"reset-search"
id
=
"searchreset"
class
=
"iconbutton reset"
title
=
"resetsearch"
content
=
" "
/>
</
div
>
</
div
>
<
roundcube:if
condition
=
"config:preview_pane == true"
/>
<
div
id
=
"mailview-top"
class
=
"uibox"
>
<
roundcube:else
/>
<
div
id
=
"mailview-top"
class
=
"uibox fullheight"
>
<
roundcube:endif
/>
<!-- messagelist -->
<
div
id
=
"messagelistcontainer"
class
=
"boxlistcontent"
>
<
roundcube:object
name
=
"messages"
id
=
"messagelist"
class
=
"records-table sortheader"
optionsmenuIcon
=
"true"
/>
</
div
>
<!-- list footer -->
<
div
id
=
"messagelistfooter"
>
<
div
id
=
"listcontrols"
>
<
roundcube:if
condition
=
"env:threads"
/>
<
a
href
=
"#list"
class
=
"iconbutton listmode"
id
=
"maillistmode"
title
=
"<roundcube:label name='list' />"
>
List
</
a
>
<
a
href
=
"#threads"
class
=
"iconbutton threadmode"
id
=
"mailthreadmode"
title
=
"<roundcube:label name='threads' />"
>
Threads
</
a
>
<
roundcube:else
/>
<
a
href
=
"#list"
class
=
"iconbutton listmode selected"
title
=
"<roundcube:label name='list' />"
onclick
=
"return false"
>
List
</
a
>
<
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
>
<
roundcube:container
name
=
"listcontrols"
id
=
"listcontrols"
/>
<
a
href
=
"#preview"
id
=
"mailpreviewtoggle"
title
=
"<roundcube:label name='previewpane' />"
></
a
>
</
div
>
</
div
>
<!-- end mailview-top -->
<
div
id
=
"mailview-bottom"
class
=
"uibox"
>
<
div
id
=
"mailpreviewframe"
>
<
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"
/>
</
div
>
<!-- end mailview-bottom -->
</
div
>
<!-- end mailview-right -->
</
div
>
<!-- end mainscreen -->
<
div
>
<!-- end minwidth -->
<
div
id
=
"searchmenu"
class
=
"popupmenu"
>
<
ul
class
=
"toolbarmenu"
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"subject"
id
=
"s_mod_subject"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"subject"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"from"
id
=
"s_mod_from"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"from"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"to"
id
=
"s_mod_to"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"to"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"cc"
id
=
"s_mod_cc"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"cc"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"bcc"
id
=
"s_mod_bcc"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"bcc"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"text"
id
=
"s_mod_text"
onclick
=
"UI.set_searchmod(this)"
/>
<
roundcube:label
name
=
"msgtext"
/></
label
></
li
>
</
ul
>
</
div
>
<
div
id
=
"dragmessagemenu"
class
=
"popupmenu"
>
<
ul
class
=
"toolbarmenu"
>
<
li
><
roundcube:button
command
=
"moveto"
onclick
=
"return rcmail.drag_menu_action('moveto')"
label
=
"move"
classAct
=
"active"
/></
li
>
<
li
><
roundcube:button
command
=
"copy"
onclick
=
"return rcmail.drag_menu_action('copy')"
label
=
"copy"
classAct
=
"active"
/></
li
>
</
ul
>
</
div
>
<
div
id
=
"mailboxmenu"
class
=
"popupmenu"
>
<
ul
class
=
"toolbarmenu"
id
=
"mailboxoptionsmenu"
>
<
li
><
roundcube:button
command
=
"expunge"
type
=
"link"
label
=
"compact"
classAct
=
"active"
/></
li
>
<
li
class
=
"separator_below"
><
roundcube:button
command
=
"purge"
type
=
"link"
label
=
"empty"
classAct
=
"active"
/></
li
>
<
li
><
roundcube:button
command
=
"folders"
task
=
"settings"
type
=
"link"
label
=
"managefolders"
classAct
=
"active"
/></
li
>
<
roundcube:container
name
=
"mailboxoptions"
id
=
"mailboxoptionsmenu"
/>
</
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"
>
<
legend
><
roundcube:label
name
=
"listcolumns"
/></
legend
>
<
ul
class
=
"proplist"
>
<
li
><
label
class
=
"disabled"
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"threads"
checked
=
"checked"
disabled
=
"disabled"
/>
<
roundcube:label
name
=
"threads"
/></
label
></
li
>
<
li
><
label
class
=
"disabled"
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"subject"
checked
=
"checked"
disabled
=
"disabled"
/>
<
roundcube:label
name
=
"subject"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"fromto"
/>
<
roundcube:label
name
=
"fromto"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"from"
/>
<
roundcube:label
name
=
"from"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"to"
/>
<
roundcube:label
name
=
"to"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"replyto"
/>
<
roundcube:label
name
=
"replyto"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"cc"
/>
<
roundcube:label
name
=
"cc"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"date"
/>
<
roundcube:label
name
=
"date"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"size"
/>
<
roundcube:label
name
=
"size"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"status"
/>
<
roundcube:label
name
=
"readstatus"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"attachment"
/>
<
roundcube:label
name
=
"attachment"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"flag"
/>
<
roundcube:label
name
=
"flag"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"checkbox"
name
=
"list_col[]"
value
=
"priority"
/>
<
roundcube:label
name
=
"priority"
/></
label
></
li
>
</
ul
>
</
fieldset
>
<
roundcube:endif
/>
<
roundcube:if
condition
=
"!in_array('message_sort_col', (array)config:dont_override)"
/>
<
fieldset
class
=
"floating"
>
<
legend
><
roundcube:label
name
=
"listsorting"
/></
legend
>
<
ul
class
=
"proplist"
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
""
/>
<
roundcube:label
name
=
"nonesort"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"arrival"
/>
<
roundcube:label
name
=
"arrival"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"date"
/>
<
roundcube:label
name
=
"sentdate"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"subject"
/>
<
roundcube:label
name
=
"subject"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"fromto"
/>
<
roundcube:label
name
=
"fromto"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"from"
/>
<
roundcube:label
name
=
"from"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"to"
/>
<
roundcube:label
name
=
"to"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"cc"
/>
<
roundcube:label
name
=
"cc"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_col"
value
=
"size"
/>
<
roundcube:label
name
=
"size"
/></
label
></
li
>
</
ul
>
</
fieldset
>
<
roundcube:endif
/>
<
roundcube:if
condition
=
"!in_array('message_sort_order', (array)config:dont_override)"
/>
<
fieldset
class
=
"floating"
>
<
legend
><
roundcube:label
name
=
"listorder"
/></
legend
>
<
ul
class
=
"proplist"
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_ord"
value
=
"ASC"
/>
<
roundcube:label
name
=
"asc"
/></
label
></
li
>
<
li
><
label
><
input
type
=
"radio"
name
=
"sort_ord"
value
=
"DESC"
/>
<
roundcube:label
name
=
"desc"
/></
label
></
li
>
</
ul
>
</
fieldset
>
<
roundcube:endif
/>
<
br
style
=
"clear:both"
/>
<
div
class
=
"formbuttons"
>
<
roundcube:button
command
=
"menu-save"
id
=
"listmenusave"
type
=
"input"
class
=
"button mainaction"
label
=
"save"
/>
<
roundcube:button
command
=
"menu-open"
id
=
"listmenucancel"
type
=
"input"
class
=
"button"
label
=
"cancel"
/>
</
div
>
</
div
>
<
roundcube:include
file
=
"/includes/footer.html"
/>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jun 12, 3:02 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
871707
Default Alt Text
mail.html (12 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment