<!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>
![avatar](https://profile-avatar.csdnimg.cn/default.jpg!1)
uuleaf
- 粉丝: 79
- 资源: 4
最新资源
- 基于JavaScript的shirkhan-retext跨语言互换与复杂场景构造设计源码
- 新能源电动汽车整车建模与HIL仿真技术实践手册:包括VCU、BMS等模块硬件在环仿真研究,新能源电动汽车整车建模与HIL仿真技术实践手册:包括VCU、BMS等模块的Matlab Simulink St
- 《基于LSTM多时间序列特征提取的道岔故障诊断算法-铁路信号系统智能化管理的新突破》,道岔故障诊断新方法:基于LSTM多时间序列特征提取的智能识别技术,DL00299-基于LSTM多时间序列特征提取
- 基于HTML、JavaScript、CSS和Python的早期学生时代作品设计源码集
- X00210-AI智能量测系统Electron版:医学骨科影像自动化处理与精准量测软件,X00210-AI智能骨尺医学骨科影像系统Electron版:自动化脊柱力学参数量测,具备结果可视化展示与关键点
- 基于GitHub的ghost-zh镜像站点设计源码
- 基于Simulink自动化建模的MBD模型高效管理工具箱:命令行操作,涵盖汽车电子软件开发全流程,提升开发效率与协作能力 ,基于Simulink自动化建模的MBD模型高效管理工具箱:专业处理软件模型搭
- 基于Vue+TypeScript的响应式首页布局设计源码
- 基于AI技术的青少年亲子成长认知平台HTML+JavaScript+CSS+TypeScript设计源码
- LightGBM-shap集成模型在回归任务中的实践:使用Python代码与自带数据集的快速应用,LightGBM与shap集成模型:Python代码下的高效回归任务解决方案,LightGBM-sha
- Comsol锂枝晶生长模型:单枝晶、多枝晶与随机形核模型打包,助力初学者玩家学习掌握,Comsol锂枝晶生长模型合集:单枝晶、多枝晶与随机形核,助力初学者学习掌握,Comsol 锂枝晶生长3个模型打包
- KNN-shap多分类器:自带数据集Python代码实践,突破二分类限制,图少但实用,KNN-shap分类器与多分类器:自带数据集Python代码实现,支持非二分类问题,图示简洁直观,KNN-shap
- COMSOL模拟锂枝晶生长过程:电势场与浓度场耦合下的流场影响及枝晶形貌变化研究,利用COMSOL软件模拟锂枝晶生长过程中的电势场与浓度场耦合效应,探究流场对枝晶形貌的影响,comsol 锂枝晶加流动
- 基于Python的活动管理系统基础教程
- CatBoost-shap集成模型:分类任务的解释与可视化Python代码实现,自带数据集可直接运行,所有图效果即所得 ,基于CatBoost-shap集成模型的分类任务解释:Python代码实现及变
- 深入探究MATLAB实现:叠加态拉盖尔高斯光束的模拟与复现技术,MATLAB复现:叠加态拉盖尔高斯光束的数值模拟与特性分析,MATLAB文章复现:叠加态拉盖尔高斯光束 ,MATLAB复现; 叠加态;
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)