<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/mail.css" />
<script type="text/javascript" src="/splitter.js"></script>
</head>
<body>
<div id="loadingLayout"></div>
<roundcube:include file="/includes/taskbar.html"/>
<roundcube:include file="/includes/header.html" />
<div id="messagetoolbar"><roundcube:button command="checkmail" imageSel="/images/buttons/inbox_sel.png" imageAct="/images/buttons/inbox_act.png" imagePas="/images/buttons/inbox_pas.png" width="95" height="44" title="checkmail" /><roundcube:button command="compose" imageSel="/images/buttons/compose_sel.png" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="75" height="44" title="writenewmessage" /><roundcube:button command="reply" imageSel="/images/buttons/reply_sel.png" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="65" height="44" title="replytomessage" /><roundcube:button command="reply-all" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="100" height="44" title="replytoallmessage" /><roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="76" height="44" title="forwardmessage" /><roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="67" height="44" title="deletemessage" /><roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="105" height="44" title="printmessage" /></div>
<div id="quicksearch"><roundcube:label name="quicksearch" />:</div>
<div id="quicksearchbar">
<roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.png" title="resetsearch" />
</div>
<div id="bottom-bar"> </div>
<div id="messagecountbar">
<div id="messagecountbar-lable">
<roundcube:button command="firstpage" imageSel="/images/buttons/first_sel.png" imageAct="/images/buttons/first_act.png" imagePas="/images/buttons/first_pas.png" width="11" height="11" title="firstmessages" />
<roundcube:button command="previouspage" imageSel="/images/buttons/previous_sel.png" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" />
<roundcube:object name="messageCountDisplay" />
<roundcube:button command="nextpage" imageSel="/images/buttons/next_sel.png" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" />
<roundcube:button command="lastpage" imageSel="/images/buttons/last_sel.png" imageAct="/images/buttons/last_act.png" imagePas="/images/buttons/last_pas.png" width="11" height="11" title="lastmessages" />
</div>
</div>
<div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
<div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
<div id="mailboxcontrols">
<div id="mailboxcontrols-lable">
<roundcube:label name="folder" />:
<roundcube:button command="expunge" label="compact" classAct="active" />
<roundcube:button command="purge" label="empty" classAct="active" />
</div>
</div>
<div id="mailcontframe">
<roundcube:object name="messages"
id="messagelist"
cellspacing="1"
summary="Message list"
messageIcon="/images/icons/dot.png"
unreadIcon="/images/icons/unread.png"
deletedIcon="/images/icons/deleted.png"
repliedIcon="/images/icons/replied.png"
attachmentIcon="/images/icons/attachment.png" />
</div>
<script type="text/javascript">
<!--//
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
//-->
</script>
<script type="text/javascript" src="skins/mvision2_en/paneswitch.js"></script>
<roundcube:if condition="config:preview_pane_horizontal == true" />
<script type="text/javascript">
<!--//
configSet=true;
window.onload = function () {
var cookie = readCookie("layout");
if (cookie && cookie == 'vertical') {
document.styleSheets[1].disabled = false;
switchLayout();
document.getElementById('loadingLayout').style.display = 'none'
} else if (cookie && cookie == 'horizontal') {
document.styleSheets[1].disabled = true;
switchLayout();
setTimeout("switchLayout();switchLayout();document.getElementById('loadingLayout').style.display = 'none';",500);
} else {
document.styleSheets[1].disabled = true;
switchLayout();
document.getElementById('loadingLayout').style.display = 'none'
}
}
//-->
</script>
<roundcube:endif />
<roundcube:if condition="config:preview_pane_vertical == true" />
<script type="text/javascript">
<!--//
configSet=true;
window.onload = function () {
var cookie = readCookie("layout");
if (cookie && cookie == 'vertical') {
document.styleSheets[1].disabled = false;
switchLayout();
document.getElementById('loadingLayout').style.display = 'none'
} else if (cookie && cookie == 'horizontal') {
document.styleSheets[1].disabled = true;
switchLayout();
setTimeout("switchLayout();switchLayout();document.getElementById('loadingLayout').style.display = 'none';",500);
} else {
document.styleSheets[1].disabled = false;
switchLayout();
document.getElementById('loadingLayout').style.display = 'none'
}
}
//-->
</script>
<roundcube:endif />
<script type="text/javascript">
<!--//
/* Check for Config Requirement */
if (!configSet){
window.onload = function () {
if (!configSet) alert('Administrator: You have not set the new config requirement');
}
}
/* Which layout */
function whichLayout() {
return (document.styleSheets[1].disabled?'vertical':'horizontal');
}
/* Set cookie */
window.onunload = function(e) {
createCookie('layout',whichLayout(),365*100);
}
//-->
</script>
<div id="mailpreviewframe">
<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/preview.html" />
</div>
<div id="listcontrols">
<div id="listcontrols-lable">
<roundcube:label name="select" />:
<roundcube:button command="select-all" label="all" classAct="active" />
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />
<roundcube:button command="select-none" label="none" classAct="active" />
Layout: <a href="#" title="Click to switch view" class="active" id="switchLayout" onclick="switchLayout()">Horizontal</a>
<roundcube:if condition="env:quota" />
<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" />
<roundcube:endif />
</div>
</div>
</script>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
RoundCube 只有官方的主题是汉化的,最流行的mvision2主题只有英文的。 这是根据原版的mvision2自己做的 RoundCube mvision2汉化主题,全部已经汉化完成,现在放出来,大家享用一下。 安装和原版的一样,可以参考: http://www.roundcubeforum.net/downloads/themes-skins/1/mvision-v2-mvision-vs-outlook-3-column-theme-2/
资源推荐
资源详情
资源评论
收起资源包目录
RoundCube mvision2汉化主题 (187个子文件)
mail.css 14KB
common.css 8KB
editor_ui.css 8KB
editor_popup.css 6KB
vertical.css 5KB
vertical_ie8.css 5KB
settings.css 4KB
addresses.css 3KB
horizontal.css 3KB
print.css 2KB
googiespell.css 2KB
editor_content.css 1KB
vertical.css 839B
login.css 555B
ie6.css 484B
ie7.css 297B
Thumbs.db 126KB
Thumbs.db 38KB
Thumbs.db 8KB
Thumbs.db 8KB
Thumbs.db 7KB
.DS_Store 6KB
loading.gif 3KB
indicator.gif 722B
spellc.gif 354B
ok.gif 143B
plus.gif 93B
change_lang.gif 62B
blank.gif 56B
blank.gif 49B
spacer.gif 43B
iepngfix.htc 2KB
pngbehavior.htc 1KB
mail.html 8KB
compose.html 7KB
message.html 4KB
links.html 4KB
addressbook.html 3KB
login.html 2KB
ldapscripts.html 2KB
managefolders.html 1KB
editidentity.html 1KB
addidentity.html 1KB
settings.html 917B
identities.html 882B
messagepreview.html 807B
addcontact.html 802B
editcontact.html 776B
printmessage.html 728B
showcontact.html 711B
messagepart.html 700B
taskbar.html 622B
settingstabs.html 524B
previewVertical.html 491B
settingscripts.html 420B
error.html 404B
watermark.html 384B
preview.html 383B
header.html 54B
favicon.ico 1KB
INSTALL 1KB
previewVertical.jpg 32KB
listcontrols-bottom.jpg 20KB
contacts.jpg 20KB
preview.jpg 13KB
messagecoutbar-bottom.jpg 4KB
bottom-controls1.jpg 3KB
addressbook.jpg 3KB
settings.jpg 2KB
mail.jpg 2KB
logout.jpg 2KB
mail_top.jpg 2KB
searchfield.jpg 2KB
top_bar.jpg 542B
bg-bottom.jpg 500B
paneswitch.js 9KB
splitter.js 7KB
login-bg.png 21KB
add_contact_sel.png 5KB
logo.png 5KB
mail_top.png 4KB
newmessage_sel.png 4KB
drafts_sel.png 4KB
send_sel.png 4KB
attach.png 4KB
add_contact_act.png 4KB
spellcheck_sel.png 4KB
attach_sel.png 4KB
newmessage_act.png 4KB
drafts_act.png 3KB
send_act.png 3KB
delete_cont_act.png 3KB
delete_cont_sel.png 3KB
spellcheck_act.png 3KB
print_pas.png 3KB
attach_act.png 3KB
print_sel.png 3KB
print_act.png 3KB
newmessage_pas.png 3KB
drafts_pas.png 3KB
共 187 条
- 1
- 2
资源评论
- lkunlong2015-05-29也還可以用
- Crabshai2013-12-24没那么好看
uuleaf
- 粉丝: 79
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于django+mysql的商品推荐系统全部资料+详细文档+高分项目.zip
- 基于django-wechat-base的微信信息管理模块全部资料+详细文档+高分项目.zip
- 基于django-xadmin的idc资产管理应用全部资料+详细文档+高分项目.zip
- 基于Django带支付宝支付电商购物商城网站设计毕业源码案例设计全部资料+详细文档+高分项目.zip
- 基于django的电影票比价网全部资料+详细文档+高分项目.zip
- 基于django的简单的cms系统全部资料+详细文档+高分项目.zip
- 基于Django的任务管理追踪平台全部资料+详细文档+高分项目.zip
- 基于Flask+Yolov5+Redis的深度学习在线监测网站详细文档+全部资料+高分项目.zip
- 基于flask-socketio的一个在线答题详细文档+全部资料+高分项目.zip
- 基于flask的后端敏捷开发框架详细文档+全部资料+高分项目.zip
- 基于flask的51商城应用系统设计详细文档+全部资料+高分项目.zip
- 基于flask的记账管理系统后端详细文档+全部资料+高分项目.zip
- 基于flask的人力资源管理系统详细文档+全部资料+高分项目.zip
- 基于flask的企业级开发模板,集成了flask-socketio,mongodb等等详细文档+全部资料+高分项目.zip
- 基于flask的随机故事网站详细文档+全部资料+高分项目.zip
- 基于Django的视频弹幕双创性教育网站:伊甸园的烦恼全部资料+详细文档+高分项目.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功