Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825903
message.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
4 KB
Referenced Files
None
Subscribers
None
message.html
View Options
<
roundcube:include
file
=
"includes/layout.html"
/>
<
roundcube:include
file
=
"includes/menu.html"
condition
=
"!env:framed && !env:extwin"
/>
<
roundcube:object
name
=
"mailboxlist"
folder_filter
=
"mail"
type
=
"js"
/>
<
h1
class
=
"voice"
><
roundcube:label
name
=
"arialabelmailpreviewframe"
/></
h1
>
<
div
class
=
"content selected"
>
<
roundcube:if
condition
=
"!env:framed"
/>
<
h2
id
=
"aria-label-toolbar"
class
=
"voice"
><
roundcube:label
name
=
"arialabeltoolbar"
/></
h2
>
<
div
class
=
"header"
role
=
"toolbar"
aria-labelledby
=
"aria-label-toolbar"
>
<
a
class
=
"button icon back-list-button"
href
=
"#back"
><
span
class
=
"inner"
><
roundcube:label
name
=
"back"
/></
span
></
a
>
<
span
class
=
"header-title"
></
span
>
<
roundcube:include
file
=
"includes/mail-menu.html"
/>
</
div
>
<
roundcube:endif
/>
<
div
class
=
"content frame-content"
role
=
"main"
>
<
div
id
=
"message-header"
>
<
h2
class
=
"subject"
>
<
span
onmouseover
=
"rcube_webmail.long_subject_title(this)"
>
<
span
class
=
"voice"
><
roundcube:label
name
=
"subject"
/>
:
</
span
>
<
roundcube:object
name
=
"messageHeaders"
valueOf
=
"subject"
/>
</
span
>
<
roundcube:if
condition
=
"!env:message_context && !env:extwin"
>
<
roundcube:button
command
=
"extwin"
type
=
"link"
class
=
"extwin"
innerClass
=
"inner"
label
=
"openinextwin"
data-hidden
=
"small"
/>
<
roundcube:endif
/>
</
h2
>
<
div
class
=
"short-header"
>
<
roundcube:object
name
=
"contactphoto"
class
=
"contactphoto"
placeholder
=
"/images/contactpic.png"
/>
<
div
class
=
"header-content"
>
<
roundcube:object
name
=
"messageSummary"
addicon
=
"virtual"
class
=
"header-subject"
/>
<
div
class
=
"message-partheaders hidden"
>
<
roundcube:object
name
=
"messageHeaders"
class
=
"headers-table"
addicon
=
"virtual"
exclude
=
"subject"
max
=
"10"
/>
<
a
href
=
"#all-headers"
class
=
"headers"
onclick
=
"return UI.headers_dialog()"
><
roundcube:label
name
=
"allheaders"
/></
a
>
</
div
>
<
div
class
=
"header-links"
>
<
a
href
=
"#headers"
class
=
"envelope"
onclick
=
"return UI.headers_show(this)"
><
roundcube:label
name
=
"details"
/></
a
>
<
roundcube:add_label
name
=
"arialabelmessageheaders"
/>
<
roundcube:if
condition
=
"env:optional_format=='text'"
/>
<
roundcube:button
command
=
"change-format"
prop
=
"text"
type
=
"link"
class
=
"plain"
innerClass
=
"inner"
title
=
"changeformattext"
label
=
"plaintoggle"
/>
<
roundcube:elseif
condition
=
"env:optional_format=='html'"
/>
<
roundcube:button
command
=
"change-format"
prop
=
"html"
type
=
"link"
class
=
"html"
innerClass
=
"inner"
title
=
"changeformathtml"
label
=
"htmltoggle"
/>
<
roundcube:endif
/>
<
roundcube:container
name
=
"headerlinks"
id
=
"header-links"
/>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
id
=
"message-content"
>
<
div
class
=
"leftcol"
role
=
"region"
aria-labelledby
=
"aria-label-messageattachments"
>
<
h2
id
=
"aria-label-messageattachments"
class
=
"voice"
><
roundcube:label
name
=
"attachments"
/></
h2
>
<
roundcube:object
name
=
"messageAttachments"
id
=
"attachment-list"
class
=
"attachmentslist"
/>
</
div
>
<
div
class
=
"rightcol"
role
=
"region"
aria-labelledby
=
"aria-label-messagebody"
>
<
h2
id
=
"aria-label-messagebody"
class
=
"voice"
><
roundcube:label
name
=
"arialabelmessagebody"
/></
h2
>
<
roundcube:object
name
=
"messageObjects"
id
=
"message-objects"
/>
<
roundcube:object
name
=
"messageBody"
id
=
"messagebody"
/>
</
div
>
</
div
>
</
div
>
</
div
>
<!-- popup menus -->
<
div
id
=
"attachmentmenu"
class
=
"popupmenu"
>
<
h3
id
=
"aria-label-attachmentmenu"
class
=
"voice"
><
roundcube:label
name
=
"arialabelattachmentmenu"
/></
h3
>
<
ul
class
=
"toolbarmenu listing"
role
=
"menu"
aria-labelledby
=
"aria-label-attachmentmenu"
>
<
roundcube:button
command
=
"open-attachment"
type
=
"link-menuitem"
id
=
"attachmenuopen"
label
=
"open"
class
=
"extwin"
classAct
=
"extwin active"
/>
<
roundcube:button
command
=
"download-attachment"
type
=
"link-menuitem"
id
=
"attachmenudownload"
label
=
"download"
class
=
"download"
classAct
=
"download active"
/>
<
roundcube:container
name
=
"attachmentmenu"
id
=
"attachmentmenu"
/>
</
ul
>
</
div
>
<
div
id
=
"mailto-menu"
class
=
"popupmenu"
>
<
h3
id
=
"aria-label-mailtomenu"
class
=
"voice"
><
roundcube:label
name
=
"arialabelmailtomenu"
/></
h3
>
<
ul
class
=
"toolbarmenu listing"
role
=
"menu"
aria-labelledby
=
"aria-label-mailtomenu"
>
<
roundcube:button
name
=
"addtoaddressbook"
type
=
"link-menuitem"
label
=
"addtoaddressbook"
class
=
"addressbook"
/>
<
roundcube:button
name
=
"composeto"
type
=
"link-menuitem"
label
=
"composeto"
class
=
"compose active"
/>
<
roundcube:container
name
=
"mailtomenu"
id
=
"mailto-menu"
/>
</
ul
>
</
div
>
<
roundcube:include
file
=
"includes/footer.html"
/>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Apr 24, 10:45 AM (3 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18870691
Default Alt Text
message.html (4 KB)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline