📄 left_umain.php
字号:
<?php
session_start();
include_once("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
include("configs.inc.php");
include_once("check.php");
$user=$_SESSION["user"];
include("left_tnum_close.php");
include("../inc/main.js.php");
include("../inc/now_dates.php");
unset($_SESSION["yesrate"]);
$yesrate=$_SESSION["yesrate"];//移除变动记录
if($yesrate==1) mysql_query("delete from drop_bill where user_name='$user' and yesrate='1'",$conn);
mysql_query("update online set title='$menu' where user_account='$user'",$conn);
if (!isset( $_GET['menu'] ) )
{
$menus = "ta";
$sign_=1;
$_SESSION['sign_']=1;
}
else
{
if ($_GET['menu']=="ta"){
$menus = $_GET['menu'];
$sign_=1;
$_SESSION['sign_']=1;
}else{
$menus = $_GET['menu'];
$sign_=0;
$_SESSION['sign_']=0;
}
}
unset($_SESSION["tpp"]);
$user=$_SESSION["user"];
$type=$_SESSION["type"];
$credit=$_SESSION["credit"];
$sqlm=mysql_query("select unit_limit,pour_limit from member_cut where user_account='$user' and sign='$sign_'",$conn);
$update_time=45;
$z_drop_low=$drop_lows;
$z_unit_low=mysql_result($sqlm,0,"unit_limit");
$z_pour_low=mysql_result($sqlm,0,"pour_limit");
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../styles/css_g/css2.CSS" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url();
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<script language="javascript">
function fs()
{
var rmb=parseFloat(document.myform.txtrmb.value);
var danzhu_low=parseFloat(document.myform.danzhu_low.value);
var danzhu_xe=parseFloat(document.myform.danzhu_xe.value);
var danhao_xe=parseFloat(document.myform.danhao_xe.value);
if(rmb<danzhu_low){
alert("最低下注金额为"+danzhu_low);
return 0;
}
if(rmb>danzhu_xe){
alert("单注最高限额为"+danzhu_xe);
return 0;
}
if(rmb>danhao_xe){
alert("单号最高限额为"+danhao_xe);
return 0;
}
myform.fsubmit.value="<?=$pn_waitting?>..";
myform.fsubmit.disabled=true;
}
</script>
</head>
<script language="javascript" src="../inc/animal.js"></script>
<script language="javascript" src="../inc/selball.js"></script>
<body>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="../images/order_ph31.gif"><table width="22%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<form name="myform" method="post" action="left_umain_check.php" >
<tr>
<td width="65%" valign="top">
<table width="175" border="0" cellspacing="0" cellpadding="0">
<tr> </tr>
<tr>
<td width="291">
<?php
if($menus=="ta")
{ $menup=$pn_specnumbera;
include("left_umain_a.php");
}else
{ $menup=$pn_specnumberb;
include("left_umain_b.php");
}
?>
<input name="ads" type="hidden" id="ads">
<div id="rr"></div></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -