listthumbkingconfig.jsp

来自「jsp_javabean+tomcat的web管理系统!」· JSP 代码 · 共 153 行

JSP
153
字号
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<jsp:include page="/struts.jsp" />
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.style1 {color: #FFFFFF}
-->
</style>
<link href="css/all.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#808080">
  <tr>
    <td height="23"> <span class="style1">后台管理--[拇指王配置]</span></td>
  </tr>
  <tr>
    <td align="center" valign="top" bgcolor="#FFFFFF"><br>     
     <table width="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
        <tr bgcolor="#F2F2F2">
          <td height="20" colspan="10"><html:link href="/business/mzw/addThumbkingConfig.jsp">添加拇指王配置</html:link></td>
          <td width="10%" height="20">&nbsp;</td>
          <td width="9%" height="20">&nbsp;</td>
          <td width="7%">&nbsp;</td>
          <td width="7%">&nbsp;</td>
          <td height="20" colspan="2">&nbsp;</td>
        </tr>
        <tr>
          <td width="7%"  bgcolor="#FFFFFF"><strong>
               网关标识
          </strong></td>
          <td width="11%"  bgcolor="#FFFFFF"><strong>
               当天最大上行数
          </strong></td>
          <td width="7%"  bgcolor="#FFFFFF"><strong>
               超时时数
          </strong></td>
          <td width="7%"  bgcolor="#FFFFFF"><strong>
               是否顺序
          </strong></td>
          <td width="7%"  bgcolor="#FFFFFF"><strong>
               汉字类型
          </strong></td>
          <td width="7%"  bgcolor="#FFFFFF"><strong>
               内容类型
          </strong></td>
          <td width="5%"  bgcolor="#FFFFFF"><strong>
               最小价
          </strong></td>
          <td width="5%"  bgcolor="#FFFFFF"><strong>
               递减价
          </strong></td>
          <td width="5%"  bgcolor="#FFFFFF"><strong>
               起拍价
          </strong></td>
          <td width="5%"  bgcolor="#FFFFFF"><strong>
               奖品
          </strong></td>
          <td  bgcolor="#FFFFFF"><strong>
               本轮开始时间
          </strong></td>
          <td  bgcolor="#FFFFFF"><strong>
               本轮结束时间
          </strong></td>
          <td  bgcolor="#FFFFFF">用户上行信息</td>
          <td  bgcolor="#FFFFFF">前50名</td>
          <td colspan="2" bgcolor="#FFFFFF"><div align="center"><strong>操作</strong></div></td>
        </tr>
<logic:iterate id="bean" name="list">

<tr>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="gateWay"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="maxup"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="timeout"/></td>
                  <td  bgcolor="#FFFFFF">
				    <logic:equal name="bean" property="ascending" value="true">
		  </logic:equal>
		  <logic:notEqual name="bean" property="ascending" value="true">
		  </logic:notEqual>
		 </td>
                  <td  bgcolor="#FFFFFF"> 
				    <logic:equal name="bean" property="chineseType" value="1">
		成语
		  </logic:equal>
		  <logic:notEqual name="bean" property="chineseType" value="1">
		 谚语
		  </logic:notEqual>
				  </td>
                  <td  bgcolor="#FFFFFF"> 
				  <logic:equal name="bean" property="contentType" value="1">
				  数字
				  </logic:equal>
				   <logic:equal name="bean" property="contentType" value="2">
				   汉字
				  </logic:equal>
				   <logic:equal name="bean" property="contentType" value="3">
				   字母
				  </logic:equal>
				  </td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="minPrice"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="descendPrice"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="beginSailPrice"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="prize"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="starttime"/></td>
                  <td  bgcolor="#FFFFFF"> <bean:write name="bean" property="endtime"/></td>
                  <td  bgcolor="#FFFFFF">
<html:link action="/getSqlExcute.do?operate=getObject&id=46" paramId="[group]" paramName="bean" paramProperty="id">


查看 
</html:link>
</td>
                  <td  bgcolor="#FFFFFF">
<html:link action="/getSqlExcute.do?excuteNow=true&operate=getObject&id=45" paramId="[group]" paramName="bean" paramProperty="id">


查看
</html:link>
</td>
            <td width="4%" bgcolor="#FFFFFF"><div align="center">
<html:link action="/getThumbkingConfig" paramId="id" paramName="bean" paramProperty="id">
修改
</html:link>
</div></td>
          <td width="4%" bgcolor="#FFFFFF"><div align="center">
<html:link action="/delThumbkingConfig" paramId="id" paramName="bean" paramProperty="id" onclick="return confirmDelete()">
删除
</html:link>
</div></td>
</tr>  
</logic:iterate>

    </table></td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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