📄 main_changedrive.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>
<script language="javascript">
var letter = Request("now");
var letters = Request("select");
</script>
<body>
<table width="393" border="0" cellspacing="0" cellpadding="0" id="boxwidth">
<tr>
<td width="410" 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 width="51" align="right" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="18" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" background="images/alert_msg_r2_c8.jpg" class="arial11black" style="cursor:hand; font-size:0px;" onClick="window.external.SetStaticData('');window.external.OnClose();" onMouseOver="isMove=false;" onMouseOut="isMove=true;"> </td>
</tr>
</table></td>
<td width="20" align="right" background="images/alert_msg_r1_c5.jpg" onMouseDown="moveWindow();"><table width="30%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background-image:url(images/alert_msg_top_right.jpg); background-repeat:no-repeat; background-position:right;"> </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%" 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; text-align:center; padding-top:20px;">
<div class="PageText" style="text-align:left">
<div style="width:100%; padding-left:95px; padding-top:23px">
<span id="lang_1">Enter a new drive letter for Drive </span><span> (<span id="oldletter"></span>)</span>
</div>
<div style="width:100%; padding-left:95px; padding-bottom:40px;padding-top:10px">
<div id="lang_2" style="float:left; padding-top:7px">Assign a drive:</div>
<div id="downList" style="float:left;"></div>
</div>
</div>
<div style="width:100%; padding-left:20px; padding-right:10px;padding-top:10px; padding-bottom:15px;">
<button cstyle="rit" onClick="closeWindowSetStaticData();" id="next">OK</button> <button cstyle="rit" onClick="CloseSelf();" id="cancel">Cancel</button>
</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 defaultDriver = "";
document.body.onload=function(){
var diskType = new downListCreator();
var arrDownList_1 = new Array();
for (i=0; i<letters.split("|").length - 1; i++){
arrDownList_1[i] = letters.split("|")[i].substr(0,2) + ":|" + letters.split("|")[i].substr(0,2) + ":";
if (defaultDriver == ""){
defaultDriver = letters.split("|")[i].substr(0,2) + ":";
}
}
objListItem_1 = diskType.getCtrl(arrDownList_1,'obj_value_1','downList',defaultDriver,8);
objListItem_1.onChange = function(){
}
applyButton();
showui();
}
function showui(){
$("pic").style.backgroundImage = 'url('+GS("Pic_1")+')';
lang_1.innerHTML = GS("changedrive_label1");
lang_2.innerHTML = GS("changedrive_label2");
oldletter.innerHTML = letter;
$("next").setValue(GS("Button_OK"));
$("cancel").setValue(GS("Button_Cancel"));
}
function moveWindow() {
if (isMove) {
window.external.OnMoveWindow();
}
}
function closeWindowSetStaticData()
{
//
//var inputValue = $("Path1").value;
//var re = new RegExp(/^\\\\[^?]+\.(?:vcd|d00)$/i);
//chkValue = inputValue.match(re);
//
//if (chkValue == "null"){
// RIT_popMsg('',264,180,'Alert',GS("internetimage_alert"),'alert');
// return false;
//}
window.external.SetStaticData(objListItem_1.value);
window.external.OnClose();
}
function CloseSelf()
{
window.external.SetStaticData("");
window.external.OnClose();
}
function chekKeyCode(code)
{
if(code==32)
{
//event.srcElement.click();
//alert(event.srcElement.innerHTML);
}
if (code==27)
{
window.external.OnClose();
}
}
</script>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -