📄 create_virtual_drive_step_1.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Create Audio CD</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript" src="js/comm.js" type="text/javascript"></script>
<script language="javascript">
// import js document
_import("function");
//_import("main_only");
_import("language");
_import("langSet");
_import("webmenuevent");
_import("control");
</script>
<body onKeydown="event.returnValue=disableBack();" id="body">
<table width="540" height="522" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><table width="509" height="412" border="0" cellpadding="0" cellspacing="0" style="margin-top:38px;">
<tr>
<td valign="top"><table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="cvd_title" class="PageTitle">Create Virtual Drive</div>
<!--<img src="img/CreateVirtualDrive_04.jpg" width="156" height="13">--></td>
</tr>
<tr>
<td style="padding-top:7px;"><img src="img/CreateAudioCD_02.jpg" width="500" height="1"></td>
</tr>
<tr>
<td class="PageStep" style="padding-top:10px;"><span id="cvd_info1"></span></td>
</tr>
<tr>
<td class="PageText" style="padding-top:10px;"><span id="cvd_info2">Please select an or multiple drive to create 1-23 Virtual Drives. VirtualDrive probably ask system to reboot during creating Virtual Drives.</span></td>
</tr>
<tr>
<td align="center" valign="bottom" style="padding-top:10px; padding-bottom:10px;"><table height="160" border="0" cellpadding="0" cellspacing="0" id="objectcom">
<tr>
<td width="6" height="10"><img src="img/CreateAudioCD_03.jpg" width="9" height="10"></td>
<td height="10" background="img/CreateAudioCD_04.jpg"></td>
<td width="6" height="10"><img src="img/CreateAudioCD_05.jpg" width="10" height="10"></td>
</tr>
<tr>
<td width="6" background="img/CreateAudioCD_06.jpg"></td>
<td width="450" height="244"><object id="cvde" style="WIDTH: 450px; HEIGHT: 244px; " classid="clsid:1DFB5F6E-4F50-437E-99C9-9BC89AB31336">
</object>
<!--<img src="img/CreateVirtualDrive_01.jpg" width="450" height="294">--></td>
<td width="6" background="img/CreateAudioCD_07.jpg"></td>
</tr>
<tr>
<td width="6" height="8"><img src="img/CreateAudioCD_08.jpg" width="9" height="8"></td>
<td height="8" background="img/CreateAudioCD_09.jpg"></td>
<td width="6" height="8"><img src="img/CreateAudioCD_10.jpg" width="10" height="8"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="bottom" style="padding-right:10px;">
<div id="buttondiv">
<button cstyle="rit" onClick="btn_ok();" id="savenow">Get Start</button></div>
<!--<img src="img/CreateVirtualDrive_02.jpg" width="75" height="20">--></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<script>
document.body.onload=function()
{
applyButton();
showui();
}
function btn_ok()
{
//$("cvd_info1").innerHTML='<table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/running.gif" width="21" height="21"></td><td><span class="PageStep" style="padding-top:10px;"> Setting Virtual Drive, Please wait...</span></td></tr></table>';
$("cvd_info1").innerHTML=GS("cvd_info3");
$("cvd_info2").innerHTML="";
$("objectcom").style.display="none";
$("buttondiv").style.display="none";
body.style.cursor="wait";
parent.maskLeftMenu();
setTimeout("action()",500);
}
function action()
{
code=cvde.SaveDriverSetting();
ds(code);
}
function ds(code)
{
//alert(code+"good");
if(code==0)
{
//alert("ok");
top.obj1.ReCreateTreeCtrl();
setTimeout("jump()",200);
}
else
{
//alert("ddd");
icon.src = "images/run.jpg";
parent.demaskLeftMenu();
if(GS(code)!=null)
{
RIT_popMsg('',264,180,'ok',GS(code + ""),'alert');
}
else
{
RIT_popMsg('',264,180,'ok',GS("unkownerror") + code,'alert');
}
document.location="Create_Virtual_Drive_step_1.htm";
}
}
function jump()
{
document.location="Create_Virtual_Drive.htm";
}
function showui()
{
$("cvd_title").innerHTML=GS("cvd_title");
$("savenow").setValue(GS("button_start"));
// $("cvd_info1").innerHTML=GS("cvd_info1");
$("cvd_info2").innerHTML=GS("cvd_info2");
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -