📄 sn.htm
字号:
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#Layer1_close {
position:absolute;
left:238px;
top:7px;
width:18px;
height:17px;
z-index:4;
}
</style>
<script language="javascript" src="js/comm.js" type="text/javascript"></script>
<script language="javascript">
// import js document
_import("function");
_import("language");
_import("langSet");
//_import("webmenuevent");
_import("control");
</script>
<link href="css/ritstyle.css" rel="stylesheet" type="text/css">
<body onKeydown="event.returnValue=disableBack();" style="overflow:hidden;" onkeydown="return testCode(event.keyCode)">
<div id="Layer1_close" style="display:none;">
<div style="cursor:hand;" onClick="window.external.OnOK();" onMouseOver="changeSubImgTo(this,'pic/close_red.gif')" onMouseOut="changeSubImgTo(this,'pic/close_blue.gif')"><img src="pic/close_blue.gif" ondragstart="changeSubImgTo(this.parentNode,'pic/close_blue.gif');return false;" width="16" height="16"></div></div>
<table width="430" border="0" cellspacing="0" cellpadding="0" id="boxwidth">
<tr>
<td background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="165" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="165" style="background-repeat:no-repeat;" id="pic"> </td>
</tr>
</table></td>
<td background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"> </td>
<td valign="top" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="50" border="0" align="right" cellpadding="0" cellspacing="0" style="background-image:url(images/alert_msg_top_right.jpg); background-repeat:no-repeat; background-position:right;">
<tr>
<td height="7" colspan="3"><img name="" src="" width="1" height="1" alt="" /></td>
</tr>
<tr>
<td width="35" align="right"><table width="17" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="arial11black" > </td>
</tr>
</table></td>
<td width="17" align="right"><table width="17" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="cursor:hand;" background="images/alert_msg_r2_c8.jpg" class="arial11black" onClick="window.external.OnOK();" onMouseOver="isMove=false;" onMouseOut="isMove=true;"> </td>
</tr>
</table></td>
<td width="10" align="right"><table width="10" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="arial11black" style="background-repeat:repeat-y; background-position:right;"><img name="" src="" width="1" height="1" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><table width="62" height="6" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img name="" src="" width="1" height="1" alt="" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="images/alert_msg_r4_c1.jpg" width="9" height="6" /></td>
<td><img src="" width="1" height="1" alt="" /></td>
<td align="right" valign="top"><img src="images/alert_msg_r4_c11.jpg" width="9" height="6" /></td>
</tr>
</table>
<table width="100%" height="257" border="0" cellpadding="0" cellspacing="0" id="boxheight">
<tr>
<td width="10" align="left" valign="bottom" background="images/alert_msg_r5_c1.jpg" style="background-position:left; background-repeat:repeat-y;"> </td>
<td align="left" valign="top" class="arial11black" style="background-repeat:repeat-x; background-position:bottom;">
<!--/////////////////Step1:initializing//////////////////////////-->
<div >
<div style="text-align:left; padding-top:10px; padding-left:10px;" class="arial11black">
Please enter the Serial Number in Irder to upgrade your software to the full version
</div>
<div style="padding-left:10px; float:left; padding-top:20px;" class="arial11black">
Serial Number:
</div>
<div style="padding-top:20px;" class="arial11black"><input type="text" id="snmuber" maxlength="50" size="40" /></div>
<div align="right" style="padding-top:100px;">
<button cstyle="rit" onClick="" id="next">OK</button>
<span> </span>
<button cstyle="rit" onClick="" id="cancel">Cancel</button>
</div>
</div>
</td>
<td width="10" align="right" valign="bottom" background="images/alert_msg_r5_c10.jpg" style="background-position:right; background-repeat:repeat-y;"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%" valign="top" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"><img src="images/alert_msg_bottom_left.jpg" width="9" height="12" /></td>
<td width="90%" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"> </td>
<td width="5%" align="right" valign="top" background="images/alert_msg_bottom_center.jpg" style="background-position:top; background-repeat:repeat-x;"><img src="images/alert_msg_bottom_right.jpg" width="9" height="12" /></td>
</tr>
</table></td>
</tr>
</table>
<script language="javascript">
var isMove=true;
var leftButtonId="";
var rightButtonId="";
var oldPassword="";
function moveWindow() {
if (isMove) {
window.external.OnMoveWindow();
}
}
function testCode(id) {
if(id==32) { return false; }
if (id==37) {
var leftbtobj=document.getElementById(leftButtonId);
if (leftbtobj!=null) {
leftbtobj.focus();
}
}
else if(id==39) {
var leftbtobj=document.getElementById(rightButtonId);
if (leftbtobj!=null) {
leftbtobj.focus();
}
}
}
</script>
<script language="javascript">
document.body.onload=function()
{
$("pic").style.backgroundImage = 'url('+GS("Pic_1")+')';
applyButton();
}
</script>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -