📄 defaultwithcooltoolbar.asp
字号:
<%response.buffer=true%>
<%Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "cache-control", "no-store"
%>
<HTML>
<HEAD>
<meta content="text/html; charset=big5" http-equiv="Content-Type">
<TITLE>eMind</TITLE>
<link rel="stylesheet" type="text/css" href="../css/eMind.css">
<Script Src="../js/listviewmain.js" LANGUAGE="JavaScript"></Script>
<Script Src="../js/listviewitems.js" LANGUAGE="JavaScript"></Script>
<Script Src="../js/genericMove.js" Language="JavaScript"></Script>
<!--CoolButton-->
<Script Src="../js/coolbuttons.js" Language="JavaScript"></Script>
<Script type="text/javascript">
document.onmousedown = initDown; //some extra handling due to the genericMove :-(
document.onmouseup = initUp;
document.onmousemove = initMove;
function initDown() {
doDown();
moveme_onmousedown();
}
function initUp() {
doUp();
moveme_onmouseup();
}
function initMove()
{
moveme_onmousemove();
}
</Script>
<!--ListView Item Clicked-->
<Script Language="JavaScript">
var vLastGuid; // Distance to the borders
function ToSelect(Guid,ParentNode,FileType)
{
if(FileType=="uplevel")
{
// navigate( "listsgdg.asp?ParentNode="+ParentNode );
alert("ParentNode=" + ParentNode);
}
else
{
//openMenu(0,Guid,ParentNode,FileType);
alert("ParentNode=" + ParentNode);
}
vLastGuid="";
}
</Script>
</HEAD>
<BODY leftMargin=0 topMargin=0 bgcolor="#6699cc">
<div id="logo" style="position:absolute; width:60; height:80;">
<table><tr><td>
<a href="http://home.kimo.com.tw/cielokokimo" target="_new"><img src="../icons/computer/computer1.jpg" border="0" alt="eMind" width=80 height=80></a>
</td></tr></table>
</div>
<table class="coolBar" style="position: relative; z-index: 99; top: 0px; left: 1px;" id="toolbar1" cellpadding="0" >
<tr>
<td style="width: 3px; padding: 0px;"><span class="handle" for="toolbar1"></span></td>
<td class="coolButton" onclick="window.open('http://home.kimo.com.tw/cielokokimo', '_new')"><nobr><img src="../images/home.gif" WIDTH="16" HEIGHT="17"> eMind</nobr></td>
<td class="coolButton" onclick="window.open('cutebook/CuteBook.asp', '_new')"><nobr><img src="../images/flower.gif" WIDTH="16" HEIGHT="17">ゅ膍恨瞶</nobr></td>
<td class="coolButton" onclick="window.open('cutebook/searchform.asp', '_new')"><nobr><img src="../images/find.gif" WIDTH="16" HEIGHT="17">ゅ膍穓碝</nobr></td>
<td class="coolButton" onclick="window.open('bulletin21/default.asp', '_new')"><nobr><img src="../images/1/clip.gif" WIDTH="16" HEIGHT="17">癚阶跋</nobr></td>
<td class="coolButton" onclick="window.open('cutebook/logout.asp', '_top')"><nobr><img src="../images/delete.gif" WIDTH="16" HEIGHT="17">祅
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -