HTTP/1.1 200 OK Date: Sun, 28 Oct 2007 16:53:58 GMT Server: Apache Last-Modified: Wed, 24 Oct 2007 02:31:13 GMT ETag: "1735-65d2-e94ab9d9" Accept-Ranges: bytes Content-Length: 26066 Vary: Accept-Encoding Connection: close Content-Type: text/html X-Pad: avoid browser bug  千脑在线操作系统,文件存储、在线办公,资源查找,在线共享,SAAS平台,在线聊天,在线娱乐 td{ font-size:10pt; overflow:hidden; margin-top:0px; } body{ margin:0; } #head{ width:900px; height:250px; margin: 0 auto; } #head #left{ width:252px; height:100%; float:left; background-image:url('images/head1.gif'); /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head1.png', sizingMethod='scale'); !important;background:;*/ } #head #center{ position:relative; width:358px; height:100%; float:left; } #center #bgimg{ position:absolute; top:0px; left:0px; width:100%; height:100%; background-image:url('images/head2.gif'); /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head2.png', sizingMethod='scale'); !important;background:;*/ } #center #GuestLogin{ position:absolute; cursor:pointer; width:179px; height:48px; margin-top:130px; margin-right:150px; background-image:url('images/guestlogin.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/guestlogin.png', sizingMethod='scale'); !important;background:; left: 99px; top: -6px; } #center #DEMO_BUTTON{ position:absolute; cursor:pointer; width:82px; height:26px; margin-top:190px; margin-right:0px; background-image:url('images/demo_button1.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/demo_button1.png', sizingMethod='scale'); !important;background:; left: 240px; top: 1px; } #head #right{ position:relative; width:290px; height:100%; float:right; z-index:5; background-image:url('images/head3.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head3.png', sizingMethod='scale'); !important;background:; } #right #computergif{ position:relative; float:left; left:37px; margin-top:15px; width:233px; height:218px; background-image:url('images/computer.gif'); } #centent{ width:900px; height:455px; margin: auto auto; } #centent #Login_table{ position:relative; margin-left:-5px; margin-top:-64px; width:283px; height:100%; float:left; z-index:2; } #centent #skill_table{ position:relative; margin-left:18px; margin-top:-5px; width:380px; height:430px; float:left; } #skill_table #title{ width:100%; height:24px; background-image:url('images/introduce.gif'); } #centent #blog_table{ position:relative; /*bloghot .....*/ margin-top:-5px; margin-right:1px; width:200px; height:400px; float:right; } #blog_table #title{ width:100%; height:24px; background-image:url('images/hot_blog.gif'); } #Foot{ margin-top:-60px; float:center; width:969px; height:139px; } #Foot #bottom{ position:relative; width:969px; height:139px; background-image:url('images/foot.png'); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/foot.png', sizingMethod='scale'); !important;background: ; } #Foot #Layer1 { position:relative; width:900px; height:70px; z-index:6; /*left:21%;*/ margin-top:-75px; } #blog_top a:hover { COLOR:#FF6600; TEXT-DECORATION: none; } #blog_top a:link, #blog_top a:visited,#blog_top a:active { TEXT-DECORATION: underline; font-size:12px; }           E-mail/用户号: 密    码: 记住密码 忘记密码?                 永不关机   千脑,我的在线电脑,永不关机! 使用简单   会使用windows,就会使用千脑. 在线存储   点右键就上传文件,免费空间最大10G哦. 文件共享   权限我控制,想把文件共享给谁就共享给谁. 在线办公   在线文档编辑,协同办公随时随地.(beta) 在线软件   免安装,免维护,免培训,使用正版软件啦.(beta) 来赚钱啦   共享出售我的宝贝,赚钱啦.(beta) 安全可靠   7*24小时专业人员值守,电信级服务,容灾备份. 更多功能即将开放,敬请期待!!! 千脑-意见收集专帖(置顶) 活动:积分空间送!送!!送!!!环球时报:国内首款WebOS产品千脑强势登陆千脑:上海软博会又添战果千脑根据在线时长获取积分注意事项泡泡网:你想过的都已实现! 四个实用酷站推荐千脑团队祝广大粉丝国庆快乐站长站:千脑的幕后英雄千脑帮助中心即将上线千脑在线电脑3.0版本上线—致粉丝的一封信 关于千脑    |    常见问题    |    官方博客   |    公司网站    |    WebShop   |   联系我们   |   帮助中心   |   版权所有 ©2003-2008 久友科技.所有权利保留.当前版本:TOMOS在线操作系统 V08 Browser.Onload = afterload; var NewAccountDialog = null; var GetPassDialog =null; var LoginButton = document.getElementById("LoginButton"); var username = document.getElementById("username"); var password = document.getElementById("password"); var rememberme = document.getElementById("rememberme"); //var fullscreen = document.getElementById("fullscreen"); var ForgetPass = document.getElementById("ForgetPass"); var CreateSpan = document.getElementById("CreateSpan"); var GuestLogin =document.getElementById("GuestLogin"); function afterload(){ //ONLINENUMBER LoginButton.onclick = function(){ doLogin(); } var savepass = js.util.Cookie.prototype.GetCookie("savepass"); if(savepass=="true"){ username.value = js.util.Cookie.prototype.GetCookie("username"); var pass = js.util.Cookie.prototype.GetCookie("password"); if(pass) password.value = pass; rememberme.checked = js.util.Cookie.prototype.GetCookie("savepass"); //fullscreen.checked = js.util.Cookie.prototype.GetCookie("fullscreen"); } username.onkeydown=PressEnter; password.onkeydown=PressEnter; GuestLogin.onclick =function (){ username.value = "guest"; password.value = ""; doLogin(); } GuestLogin.onmouseover= function (){ this.style.marginTop = "132px"; //this.style.marginRight = "-52px"; } GuestLogin.onmouseout= function (){ this.style.marginTop = "130px"; // this.style.marginRight = "-50px"; } ("DEMO_BUTTON").onclick = function (){ //alert("演示动画!!") } ("DEMO_BUTTON").onmouseover = function (){ this.style.marginTop = "192px"; } ("DEMO_BUTTON").onmouseout = function (){ this.style.marginTop = "190px"; } function(){ ///////////ole register var func= function (){ if (!NewAccountDialog) { NewAccountDialog = new tomos.dialog.RegisterDlg(); document.body.appendChild(NewAccountDialog); NewAccountDialog.style.position = "absolute"; NewAccountDialog.style.left = "5%"; NewAccountDialog.style.top = "5%"; NewAccountDialog.style.width = "500px"; NewAccountDialog.style.height = "450px"; } NewAccountDialog.RcmuserID = getRcmuserID(); if(NewAccountDialog.RcmuserID==undefined){//no recommed user NewAccountDialog.Edit2.disabled=false; NewAccountDialog.Edit2.value=""; }else{ NewAccountDialog.Edit2.disabled=true; NewAccountDialog.Edit2.value=NewAccountDialog.RcmuserID; } NewAccountDialog.Edit1.value=""; NewAccountDialog.PassWord2.value=""; NewAccountDialog.PassWord1.value=""; NewAccountDialog.Edit3.value=""; NewAccountDialog.SetOpacity(null); NewAccountDialog.Show(); NewAccountDialog.Edit1.focus(); NewAccountDialog.SetActive(true); } Include("jcl/tomos/dialog/RegisterDlg.js", func); } } function PressEnter(event){ if(!event)event = window.event; if (event.which==13 || event.keyCode==13){ doLogin(); } } function getArgs(url){ var passedArgs=new Array(); var search = url.split('?'); if(search.length>1){ argList = search[1]; argList = argList.split('&'); for(var i=0; i