📄 dialog.about.html
字号:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>About SkyTree</title>
<style type="text/css">
html{
border: 0px;
}
body{
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 12px;
}
p{
margin: 0px;
}
a{
color:#000099;
}
div#About{
width: 600px;
height: 300px;
background:url(BG.About.jpg) no-repeat top;
}
div#Edition{
padding-top: 180px;
padding-right: 20px;
font-size: 160%;
font-weight: bolder;
text-align: right;
}
div#Description{
padding: 5px 10px;
}
div#Appreciate{
float: left;
margin: 5px;
width: 170px;
height: 95px;
overflow: auto;
text-align:center;
}
h3#ApprTitle{
font-size: 120%;
font-weight:bolder;
margin: 5px 0px;
}
span#Version,span#Build{
color:#000099;
}
</style>
<script language="javascript" type="text/javascript" src="http://www.justrun.net/products/skytree/AppreciateList.js"></script>
<script language="javascript" type="text/javascript"> var _bq=document.URL.match(/iname=([^&]+)/);if(_bq){_bq=RegExp.$1;}var _bW=eval('opener.'+_bq);function initialText(){with(window.opener){this.document.getElementById('Edition').innerHTML=ST_VER_EDITION;this.document.getElementById('Version').innerHTML=formatString(_bW._bm('About-Version'),ST_VER_NUMBER);this.document.getElementById('Build').innerHTML=formatString(_bW._bm('About-Build'),ST_VER_BUILD);this.document.getElementById('GNU').innerHTML=_bW._bm('About-GNUInfo');this.document.getElementById('MoreInfo').innerHTML=formatString(_bW._bm('About-MoreInfo'),'<a href="http://www.justrun.net/" target="_blank">http://www.justrun.net/</a>');this.document.getElementById('ApprTitle').innerHTML=_bW._bm('About-Appreciate');}try{for(var i in arrList){document.getElementById('Appreciate').appendChild(document.createElement('p')).innerHTML=arrList[i];}this.focus();}catch(e){document.getElementById('Appreciate').appendChild(document.createElement('p')).innerHTML=_bW._bm('About-ListInvalid');};} </script>
</head>
<body onselectstart="return false;" oncontextmenu="return false;" onload="initialText();">
<div id="About">
<div id="Edition"></div>
<div id="Appreciate">
<h3 id="ApprTitle"></h3>
</div>
<div id="Description">
<p><span id="Version"></span> <span id="Build"></span></p>
<p>漏 2004-2006 JustRun Studio All rights reserved.</p>
<p><span id="GNU"></span></p>
<p><a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a></p>
<p><span id="MoreInfo"></span></p>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -