📄 service.php
字号:
<?php
session_start();
$user=$_SESSION["user"];
include("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
include("check.php");
include("../inc/main.js.php");
$menu=$pn_memberservice;
mysql_query("update online set title='$menu' where user_account='$user'",$conn);
?><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 {
margin-left: 8px;
margin-top: 0px;
margin-right: 10px;
background-image: url(../styles/nimg_g/main.gif);
}
-->
</style>
<STYLE>
LI {
LINE-HEIGHT: 16pt
}
.style2 {
color: #00468C;
font-weight: bold;
}
.style4 {color: #00468C}
</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>
</HEAD>
<script language="javascript">
function checks()
{
if(reform.title.value=="")
{
reform.fsubmit.disabled=false;
ly.style.display="none";
alert("<?=$pn_inputtitle?>!");
reform.title.focus();
return false;
}else if(reform.content.value=="")
{
reform.fsubmit.disabled=false;
ly.style.display="none";
alert("<?=$pn_inputdetails?>!");
reform.content.focus();
return false;
}else
{
ly.style.display="";
msg.innerHTML="<?=$pn_servering?>..";
reform.fsubmit.disabled=true;
return true;
}
}
</script>
<body onLoad="show5();">
<div id="ly" style="position:absolute; left:201px; top:101px; width:257px; height:33px; z-index:1;display:none">
<table width="258" height="35" border="0" cellpadding="0" cellspacing="1" bgcolor="#666666" class="t11">
<tr>
<td class="t14 fw12" align=center><span id="msg"> </span></td>
</tr>
</table>
</div>
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" ></td>
</tr>
</table>
<?php include("../inc/linemsg.php");?>
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" ></td>
</tr>
</table>
<table width="688" height="24" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" height="24"><img src="../styles/nimg/menu_l.gif" width="10" height="29"></td>
<td width="97%" valign="bottom" background="../styles/nimg/menu_c.gif"><table width="100%" height="19" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="13%" class="fw12"><?=$pn_memberservice?></td>
<td width="41%" nowrap></td>
<td width="44%" align="right" nowrap><div id="liveclock"> </div>
</td>
<td width="2%"> </td>
</tr>
</table></td>
<td width="2%"><img src="../styles/nimg/menu_r.gif" width="10" height="29"></td>
</tr>
</table><iframe src="#" width="0" height="0" scrolling="no" name="reif" id="reif"></iframe>
<table width="685" border="0" cellpadding="0" cellspacing="1" class="t11">
<form name="reform" method="post" action="review_check.php?act=yes" target="reif" onSubmit="return checks();"> <tr>
<td height="228" valign="top" class="t17"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="85%" height="25" nowrap><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="84%"><?=$pn_isconfirmproblem?></td>
<td width="16%" align="right"> </td>
</tr>
</table></td>
<td width="15%" nowrap> </td>
</tr>
<tr>
<td height="121" valign="top"><iframe src="view_msg.php" width="560" height="160" scrolling="auto" name="vmsg" id="vmsg"></iframe>
</td>
<td align="center" valign="top"><input type="button" name="Submit" value="<?=$pn_refresh?>" onClick="vmsg.location.reload();"><br><br><span id="btn1"></span><br><br><span id="btn2">
</span></td>
</tr>
<tr>
<td height="20"><?=$pn_titlesay?>:</td>
<td> </td>
</tr>
<tr>
<td height="133" valign="top"><table width="100%" height="113" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="12%" nowrap><?=$pn_title?>:</td>
<td width="88%" height="88%" nowrap><select name="title" id="title" style="width:200px; ">
<option value="<?=$pn_buylottery?>"><?=$pn_buylottery?></option>
<option value="<?=$pn_outlottery?>"><?=$pn_outlottery?></option>
<option value="<?=$pn_techproblem?>"><?=$pn_techproblem?></option>
<option value="<?=$pn_rule?>"><?=$pn_rule?></option>
<option value="<?=$pn_siteerror?>"><?=$pn_siteerror?></option>
<option value="<?=$pn_otherproblem?>"><?=$pn_otherproblem?></option>
</select></td>
</tr>
<tr>
<td height="89" valign="top"><?=$pn_content?>:</td>
<td align="right" valign="top"><textarea name="content" cols="70" rows="6" id="content"></textarea></td>
</tr>
</table></td>
<td align="center" valign="bottom"> <input type="submit" name="fsubmit" value=" <?=$pn_send?> ">
<br>
<br>
<input type="reset" name="Submit" value=" <?=$pn_cancel?> "><br>
<br>
</td>
</tr>
</table></td>
</tr> </form>
</table>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -