?? energy_female.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page import="com.ayi.web.*" %>
<%@ page import="java.util.*" %>
<%
User user=new User();
DB db=new DB();
Pic p=new Pic();
Vector allPicPath=p.getAllPicPath(db);
Vector path = p.picPath(db, (String) session.getAttribute(Constant.USER_KEY));
Message message=new Message();
%>
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="12" height="13" align="center" background="images/corner_top_left.gif"></td>
<td width="130" align="center" background="images/line_top.gif"></td>
<td width="14" align="center" background="images/corner_top_right.gif"></td>
<td width="70"></td>
</tr>
<tr>
<td width="12" height="120" align="center" background="images/line_left.gif"></td>
<td width="130" align="center" valign="bottom" bgcolor="#FFFFFF">
<table>
<!--活力女星顯示開始-->
<%if(message.getHotBy(db,"女")!=null){ %>
<tr>
<td width="110" align="center">
<%if(p.picPath(db,message.getHotBy(db,"女")).size()>0){ %>
<jsp:plugin code="com.ayi.web.applet.ShowImage.class"
codebase="upload/"
type="applet"
align="middle"
width="97"
height="120"
iepluginurl="http://www.sun.com" >
<jsp:params>
<jsp:param name="picPath" value="<%=p.picPath(db,message.getHotBy(db,"女")).get(0) %>"/>
<jsp:param name="img_width" value="97"/>
<jsp:param name="img_height" value="120"/>
</jsp:params>
<jsp:fallback>插件無法啟動</jsp:fallback>
</jsp:plugin>
<%}else{ %>
沒有照片
<%} %>
</td>
</tr>
<tr>
<td width="110" align="center" height="20"><a href="showuser.jsp?&userID=<%=message.getHotBy(db,"女") %>"><%=message.getHotBy(db,"女") %></a></td>
</tr>
<%}else{ %>
<tr>
<td width="110" align="center">沒有活力女星</td>
</tr>
<%} %>
<!--活力女星顯示結束-->
</table>
</td>
<td width="14" align="center" background="images/line_right.gif"></td>
<td width="70"><img alt="" src="images/item_07.gif"/></td>
</tr>
<tr>
<td width="12" height="13" align="center" background="images/corner_bottom_left.gif"></td>
<td width="130" align="center" background="images/line_bottom.gif"></td>
<td width="14" align="center" background="images/corner_bottom_right.gif"></td>
<td width="70"></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -