📄 game_hit_record.jsp.svn-base
字号:
<!--------------------------------------------------------------------------------------------------------------
*@霸烙>牢扁霸烙鉴困
*@Author : 冠惑辣(2007-12-23)
*@Images : 其捞瘤 救俊 甸绢啊绰 捞固瘤
1) bg_01.png - 抛捞喉 弥惑窜 硅版捞固瘤
2) bu_01.png - 劝己拳 喊葛剧
3) bu_02.png - 馆父 劝己拳等 喊葛剧
4) bu_03.png - 厚劝己拳 喊葛剧
5) gameicon_3.png - 郡府胶墨靛罐扁 捞固瘤
6) gameicon_6.png - 戳措弊匙鸥扁 捞固瘤
7) gameicon_5.png - 具荐 倔澜柄扁 捞固瘤
8) gameicon_4.png - 固款坷府臭捞朝扁 捞固瘤
9) gameicon_10.png - 墨靛捍沥嘎洒扁 捞固瘤
--------------------------------------------------------------------------------------------------------------->
<%@ page import='java.io.*,java.text.*,java.util.Date,java.util.Vector, java.sql.*, com.entaz.lib.db.*, com.entaz.relay.net.*' contentType='text/html;charset=euc-kr'%>
<%@ include file="../imgpath.jsp"%>
<%@ include file="../common_func.jsp"%>
<%!
public static String isNull(String str)
{
if (str == null)
return "";
else
return str;
}
%>
<%
response.setHeader("cache-control","no-cache");
response.setHeader("expires","0");
response.setHeader("pragma","no-cache");
/***********************************************************************
@ Page Description
牢扁霸烙
@ Parameter
***********************************************************************/
/*------------------------------------------------------------------------------------------------------
+ 扁夯 颇扼固磐
-------------------------------------------------------------------------------------------------------*/
String vmtype = request.getParameter("vmtype") == null ? "":request.getParameter("vmtype").substring(0,1);
String vGameTableName = null;
if(vmtype.equals("b")){ vGameTableName = "GT_game_brew"; }else{ vGameTableName = "GT_game_wipi"; }
String mphone = request.getParameter("mphone");
String gphone = request.getParameter("gphone");
int dateFlag = 1;//坷疵 1, 林埃 2
if(!isNull(request.getParameter("dateFlag")).equals("")){ dateFlag= Integer.parseInt(request.getParameter("dateFlag")); }
int manFlag = 1;//傈眉 1, 咯磊 2, 巢磊 3
if(!isNull(request.getParameter("manFlag")).equals("")){ manFlag= Integer.parseInt(request.getParameter("manFlag")); }
/*------------------------------------------------------------------------------------------------------
+ 傈开 函荐
-------------------------------------------------------------------------------------------------------*/
String dateColName = null;
int cnt = 0;
int game_idx=0;
String game_title=null;
String game_text=null;
String game_img=null;
String game_type=null;
int game_diff = 0;
int starCnt = 0;
int halfStarFlag = 0;
/*------------------------------------------------------------------------------------------------------
+ DB 包访 函荐
-------------------------------------------------------------------------------------------------------*/
PreparedStatement pstmt = null;
Connection con = null;
Statement stmt = null;
ResultSet rs = null;
ResultSet pageset = null;// 其捞瘤 备泅 眠啊 函荐 ---------
String query1 = null;
/*------------------------------------------------------------------------------------------------------
+ 其捞瘤 备泅 眠啊 函荐
-------------------------------------------------------------------------------------------------------*/
int pagesize = 5; // 茄其捞瘤寸 10俺 免仿拱
int pageNUM=1; // 其捞瘤 锅龋
int pagecount=1 ; // 其捞瘤 肮荐 瘤沥 函荐
int absolutepage=0; // 例措 困摹 其捞瘤 锅龋
int dbcount=0 ; // DB 救俊 臂 肮荐 历厘 函荐
int isNoPage = 0; //茄俺档 绝蠢衬.. 绝栏搁0, 乐栏搁1
//辆幅喊 拿烦 搬沥
switch(dateFlag)
{
case 1://老埃
if(manFlag == 3)//巢磊
dateColName = "man_day_cnt";
else if(manFlag == 2)//咯磊
dateColName = "woman_day_cnt";
else
dateColName = "(man_day_cnt+woman_day_cnt)";
break;
case 2://林埃
if(manFlag == 3)//巢磊
dateColName = "man_week_cnt";
else if(manFlag == 2)//咯磊
dateColName = "woman_week_cnt";
else
dateColName = "(man_week_cnt+woman_week_cnt)";
break;
}
%>
<html>
<head>
<title>牢扁霸烙</title>
<link href="mobile.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="240" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20">
<table width="240" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3" bgcolor="#A8BFFF"></td>
</tr>
<tr>
<td height="13" bgcolor="#6A76F2"> <font color="#ffffff">牢扁霸烙鉴困</font></td>
</tr>
<tr>
<td height="3" bgcolor="#A8BFFF"></td>
</tr>
<tr>
<td height="1" bgcolor="#6A76F2"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="11"></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0">
<tr height="1">
<td width="66"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" bgcolor="#a8bfff"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" bgcolor="#a8bfff"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="65"></td>
</tr>
<!-- 坷疵 劝己拳矫 -->
<%
if(dateFlag == 1)
{
%>
<tr height="17">
<td width="66"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" align="center"><font color="#3b4ae4"><b>坷疵</b></font></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" align="center" bgcolor="#e5ecff"><a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag=2&manFlag"+manFlag%>"><font color="#6a76f2">林埃</font></a></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="65"></td>
</tr>
<%
}else{
%>
<!-- 林埃 劝己拳矫 -->
<tr height="17">
<td width="66"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" align="center" bgcolor="#e5ecff"><a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag=1&manFlag"+manFlag%>"><font color="#6a76f2">坷疵</font></a></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" align="center"><font color="#3b4ae4"><b>林埃</b></font></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="65"></td>
</tr>
<%
}
%>
<!-- -->
<tr height="1">
<td width="66" bgcolor="#a8bfff"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" bgcolor="#a8bfff"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="53" bgcolor="#a8bfff"></td>
<td width="1" bgcolor="#a8bfff"></td>
<td width="65" bgcolor="#a8bfff"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="8"></td>
</tr>
<!-- 傈眉 劝己拳矫 -->
<%
if(manFlag == 1)
{
%>
<tr>
<td align="center"><font color="#6a76f2"><font color="#3b4ae4"><b>傈眉</b></font> | <a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=3"%>"><font color="#3b4ae4">巢磊</font></a> |<a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=2"%>"><font color="#3b4ae4">咯磊</font></a></font></td>
</tr>
<tr>
<td height="8"></td>
</tr>
<tr>
<td height="27" bgcolor="#eee2ff" align="center"><font color="#9819e9">傈眉 霸烙鉴困 涝聪促.</font></td>
</tr>
<!-- 巢磊 劝己拳矫 -->
<%
}
else if(manFlag == 3)
{
%>
<tr>
<td align="center"><font color="#6a76f2"><a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=1"%>"><font color="#3b4ae4">傈眉</font></a> | <font color="#3b4ae4"><b>巢磊</b></font> |<a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=2"%>"><font color="#3b4ae4">咯磊</font></a></font></td>
</tr>
<tr>
<td height="8"></td>
</tr>
<tr>
<td height="27" bgcolor="#eee2ff" align="center"><font color="#9819e9">巢磊甸捞 亮酒窍绰 霸烙鉴困 涝聪促.</font></td>
</tr>
<!-- 咯磊 劝己拳矫 -->
<%
}
else
{
%>
<tr>
<td align="center"><font color="#6a76f2"><a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=1"%>"><font color="#3b4ae4">傈眉</font></a> | <a href="<%=url_path+"/ranking/game_hit_record.jsp?mphone="+mphone+"&gphone="+gphone+"&dateFlag="+dateFlag+"&manFlag=3"%>"><font color="#3b4ae4">巢磊</font></a> |<font color="#3b4ae4"><b>咯磊</b></font></font></td>
</tr>
<tr>
<td height="8"></td>
</tr>
<tr>
<td height="27" bgcolor="#eee2ff" align="center"><font color="#9819e9">咯磊甸捞 亮酒窍绰 霸烙鉴困 涝聪促.</font></td>
</tr>
<%
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -