userscore.jsp

来自「移动彩信管理平台」· JSP 代码 · 共 48 行

JSP
48
字号
<%@ page contentType="text/html; charset=utf-8"%> 
<%@ include file="../common/taglibs.jsp" %>
<!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=gb2312" />
<title>单用户管理页</title>
<link href="${webctx }/css/style.css" rel="stylesheet" type="text/css" /> 
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
    	<table border="0" align="left" cellpadding="0" cellspacing="0">
	      <tr>
	        <td width="8" align="left"><img src="${webctx}/demo/images/pny_01.jpg" width="8" height="25" /></td>
	        <td width="80" align="center" background="${webctx}/demo/images/pny_bg.gif" class="psize3">用户积分</td>
	        <td width="8" align="right"><img src="${webctx}/demo/images/pny_02.jpg" width="8" height="25" /></td>
	      </tr>
    	</table>
    </td>
  </tr>
</table> 
<table width="98%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
  <tr>
    <td align="center">
    	<table width="99%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
	    	<tr>
	      		<td height="20"  colspan="7" align="left" bgcolor="#A6D5D9" class="psize4">当前状态</td>
	     	</tr>
	    	<tr>
		      	<td height="20" width="14%" align="right" bgcolor="#F2FAFD">用户号码:	</td>
		      	<td height="20" width="14%" align="left" bgcolor="#F2FAFD">${scoreTotal.mobile}</td>	
				<td height="20" width="14%" align="right" bgcolor="#F2FAFD">积分:</td>
				<td height="20" width="14%" align="left" bgcolor="#F2FAFD">${scoreTotal.score}</td>
				<td height="20" width="14%" align="right" bgcolor="#F2FAFD">排名:</td>
				<td height="20" width="14%" align="left" bgcolor="#F2FAFD">${scoreTotal.id}</td>
				<td height="20" width="16%" align="center" bgcolor="#F2FAFD">
					<a href="${webctx}/queryUser.do">返回用户信息页面</a> 
				</td>
		 	</tr>
   		</table>
  	</td>
  </tr> 
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?