📄 ready_checkout.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" />
<meta name="keywords" content="${systemConfig.getStringConfigValue("webtitle")}">
<meta name="description" content="${systemConfig.getStringConfigValue("webtitle")}">
<link href="../css/light.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="../css/mall_tbsp.css@t=20080730.css" />
<link rel="stylesheet" type="text/css" href="../css/mall_base.css@t=20080730.css" />
<link rel="stylesheet" type="text/css" href="../css/mall_common.css@t=20080730.css" />
<link rel="stylesheet" type="text/css" href="../css/mall_exhibit.css@t=20080730.css" />
<title>${systemConfig.getStringConfigValue("webtitle")}</title>
<style type="text/css">
<!--
form{ padding:0; margin:0;}
.toptitle {
background-color: #DFDFDF;
height: 26px;
height:25px!important;
border-bottom: 1px solid #BBBBBB;
}
.bg {
background-attachment: scroll;
background-image: url(../imgs/checkout_bg.gif);
background-repeat: no-repeat;
background-position: center center;
}
.bg2 {
background-attachment: scroll;
background-image: url(../imgs/checkout_bg2.gif);
background-repeat: no-repeat;
background-position: center center;
}
.STYLE1 {
font-size: 14px;
color: #666666;
font-weight: bold;
}
.STYLE2 {
color: #999999;
font-size: 12px;
line-height: 20px;
}
-->
</style>
<script src="../js/common.js"></script>
<script>
function dir_checkout_form()
{
document.dir_checkout_form.submit();
}
function checkNick() {
var nick = document.quick_register_form.account.value;
if (nick == "")
{
return false;
}
document.checkNickForm.action = "../member/check_account.jsp";
document.checkNickForm.account.value = nick;
document.getElementById("check_username_info").className = "WarningMsg";
document.getElementById("check_username_info").innerHTML = "妫
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -