⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 desk.html

📁 Xilinx ISE&EDK 8.2平台的快速点餐系统设计
💻 HTML
字号:
<html>

<script LANGUAGE="JavaScript">
<!-- Begin
message = '&#27426;&#36814;&#24744;';
FonT = 'Verdana';
ColoR = 'ff0000';
SizE = 3; //1 to 7 only!

var amount = 5, ypos =- 50, xpos = 0, Ay = 0, Ax = 0, By = 0, Bx = 0, Cy = 0, Cx = 0, Dy = 0, Dx = 0, Ey = 0, Ex = 0;
if (document.layers) {
for (i = 0; i < amount; i++) {
document.write('<layer name=nsl'+i+' top=0 left=0><font face='+FonT+' size='+SizE+' color='+ColoR+'>'+message+'</font></layer>');
}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt) {
xpos = evnt.pageX + 20;
ypos = evnt.pageY + 20;
}
window.onMouseMove = nsmouse;
}
else if (document.all) {
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div style='position:relative'>");
for (i = 0; i < amount; i++) {
document.write('<div id="text"'+i+' style="position:absolute;top:0px;left:0px;width:400px;height:20px"><font face='+FonT+' size='+SizE+' color='+ColoR+'>'+message+'</font></div>')
}
document.write("</div>");
document.write("</div>");
function iemouse() {
ypos = event.y + 20;
xpos = event.x + 20;
}
window.document.onmousemove = iemouse;
}
function makefollow() {
if (document.layers) {
document.layers['nsl'+0].top = ay;
document.layers['nsl'+0].left = ax;
document.layers['nsl'+1].top = by;
document.layers['nsl'+1].left = bx;
document.layers['nsl'+2].top = cy;
document.layers['nsl'+2].left = cx;
document.layers['nsl'+3].top = Dy;
document.layers['nsl'+3].left = Dx;
document.layers['nsl'+4].top = Ey;
document.layers['nsl'+4].left = Ex;
}
else if (document.all) {
outer.style.pixelTop = document.body.scrollTop; 
text[0].style.pixelTop = ay;
text[0].style.pixelLeft = ax;
text[1].style.pixelTop = by;
text[1].style.pixelLeft = bx;
text[2].style.pixelTop = cy;
text[2].style.pixelLeft = cx;
text[3].style.pixelTop = Dy;
text[3].style.pixelLeft = Dx;
text[4].style.pixelTop = Ey;
text[4].style.pixelLeft = Ex;
   }
}
function move() {
ey = Ey += (ypos - Ey) * 0.2;
ex = Ex += (xpos - Ex) * 0.2;
dy = Dy += (ey - Dy) * 0.3;
dx = Dx += (ex - Dx) * 0.3;
cy = Cy += (dy - Cy) * 0.4;
cx = Cx += (dx - Cx) * 0.4;
by = By += (cy - By) * 0.5;
bx = Bx += (cx - Bx) * 0.5;
ay = Ay += (by - Ay) * 0.6;
ax = Ax += (bx - Ax) * 0.6;
makefollow();
setTimeout('move()', 100);
}
window.onload=move;
//  End -->
</script>


<head>
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}
// -->
</script>

</script>
<title>Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #743004;
}
body {
	margin:0px; background-image: url('bkg.jpg');
}
.style2 {
	color: #878477;
	font-weight: bold;
}
.style3 {color: #878477}
.style4 {	color: #878477;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
}
.style5 {	color: #878477;
	font-size: 10px;
	font-family: Tahoma;
}
-->
</style>
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}
// -->
</script>
&#65306;<bgsound src="My Music128855389.wav" loop="-1"> 
&nbsp;
<title>Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="File-List">

<style type="text/css">
<!--
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #743004;
}
body {
	margin:0px; background-image: url('bkg.jpg');
}
.style2 {
	color: #878477;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
}
.style3 {
	color: #878477;
	font-size: 10px;
	font-family: Tahoma;
}
a:link {
	color: #743004;
}
a:visited {
	color: #743004;
}
a:hover {
	color: #743004;
}
a:active {
	color: #743004;
}
-->
</style></head>

<body onload="FP_preloadImgs(/*url*/'button27.gif', /*url*/'button28.gif', /*url*/'button2A.gif', /*url*/'button2B.gif', /*url*/'button2D.gif', /*url*/'button2E.gif', /*url*/'button30.gif', /*url*/'button31.gif')">
<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td>&nbsp;</td>
    <td width="664"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="top.jpg" width="664" height="21"></td>
      </tr>
    </table>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="4%"><img src="left.jpg" width="26" height="176"></td>
        <td width="100%" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="610" height="144">
              <param name="movie" value="main_2.swf">
              <param name="quality" value="high">
              <embed src="main_2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="610" height="144"></embed>
            </object></td>
          </tr>
        </table>
          <table width="100%"  border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="34" valign="top">
          <table width="100%"  border="0" cellspacing="0" cellpadding="0" id="table1">
            <tr>
              <td height="34" valign="top" style="font-family: Verdana; font-size: 10px; color: #743004">
				<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="609" height="33">
					<param name="movie" value="aaasss.swf">
					<param name="quality" value="High">
					<embed src="aaasss.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="609" height="33"></object>
				</td>
            </tr>
          </table></td>
            </tr>
          </table></td>
        <td width="4%" align="right">
		<img src="right.jpg" width="28" height="178"></td>
      </tr>
    </table>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr valign="top">
          <td width="4%" height="382" background="left2.jpg">
			<img src="left2.jpg" width="26" height="391"></td>
          <td width="100%"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="pp.jpg" width="610" height="39"></td>
            </tr>
          </table>
            <table width="101%"  border="0" cellspacing="0" cellpadding="0" height="444">
              <tr>
                <td height="386" valign="top" background="cds.jpg" width="98%">
				<div style="position: absolute; width: 603px; height: 475px; z-index: 1; left: 200px; top: 248px" id="layer1">
<APPLET CODE="desk.class" ALIGN=MIDDLE WIDTH=604 HEIGHT=478>
</APPLET></div>
				<p align="center">
<img border="0" src="&#26410;&#26631;&#39064;-6.gif" width="601" height="504"></td>
                <td height="386" valign="top" background="cds.jpg" width="1%">
				&nbsp;</td>
                <td height="386" valign="top" background="cds.jpg">
				&nbsp;</td>
              </tr>
              <tr>
                <td height="2" valign="top" background="cds.jpg" width="4" colspan="2"></td>
                <td height="2" valign="top" background="cds.jpg" width="1%"></td>
              </tr>
              </table>
            <table width="100%"  border="0" cellpadding="0" cellspacing="0" background="op.jpg" style="background-repeat:no-repeat ">
              <tr>
                <td height="1" valign="top"></td>
              </tr>
            </table></td>
          <td width="1%" background="right2.jpg">
			<img src="right2.jpg" width="28" height="206"></td>
        </tr>
      </table>
      <table width="100%" height="30"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="top" background="eert.jpg" style="background-repeat:no-repeat ">
			<table width="100%"  border="0" cellspacing="0" cellpadding="0" height="55">
            <tr>
              <td width="17%" height="55">&nbsp;</td>
              <td width="60%" align="center" valign="bottom">
        <div style="position: absolute; width: 100px; height: 100px; z-index: 2" id="layer2">
			<div style="position: absolute; width: 467px; height: 100px; z-index: 1; left: -193px; top: -68px" id="layer3">
				<table border="0" width="100%" id="table2" height="30">
					<tr>
						<td width="100" height="24">
						<a href="priority.cgi?input1=0">
						<img border="0" id="img2" src="button26.gif" height="20" width="100" alt="priority1" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button27.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button26.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button28.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button27.gif')" fp-style="fp-btn: Braided Column 1; fp-font: Arial Black; fp-font-style: Italic; fp-font-color-hover: #000080; fp-font-color-press: #000080; fp-transparent: 1" fp-title="priority1"></a></td>
						<td width="100" height="24">
						<a href="priority.cgi?input1=01">
						<img border="0" id="img3" src="button29.gif" height="20" width="100" alt="priority2" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'button2A.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'button29.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'button2B.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'button2A.gif')" fp-style="fp-btn: Braided Column 2; fp-font: Arial Black; fp-font-style: Italic; fp-font-color-press: #800000; fp-transparent: 1" fp-title="priority2"></a></td>
						<td height="24" width="100">
						<a href="priority.cgi?input1=012">
						<img border="0" id="img5" src="button2F.gif" height="20" width="100" alt="priority3" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button30.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button2F.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button31.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button30.gif')" fp-style="fp-btn: Braided Column 3; fp-font: Arial Black; fp-font-style: Italic; fp-transparent: 1" fp-title="priority3"></a></td>
						<td height="24">
						<a href="priority.cgi?input1=0123">
						<img border="0" id="img4" src="button2C.gif" height="20" width="100" alt="priority4" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'button2D.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'button2C.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'button2E.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'button2D.gif')" fp-style="fp-btn: Braided Column 3; fp-font: Arial Black; fp-font-style: Italic; fp-transparent: 1" fp-title="priority4"></a></td>
					</tr>
				</table>
			</div>
			<p>&nbsp;</div>
&nbsp;</td>
              <td width="23%">&nbsp;</td>
            </tr>
          </table></td>
        </tr>
      </table></td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -