⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userfile.jsp

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="comm/header.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>用户上传附件列表</title>
</head>
<body>
<div class="tabwidth">
<table align=center cellSpacing=0 cellPadding=0 width=100%>
  <tr height=25px class=tr_2><td class=tab1>&nbsp;&nbsp;
		<a href=index.htm>『<bean:write name="bbsname"/>』</a>&nbsp;&nbsp;→&nbsp;&nbsp;用户上传附件列表
  </td></tr> 
  <tr><td height=3px colspan=5>&nbsp;</td></tr>
  <tr><td>  
   <table class=tab1 align=center cellSpacing=0 cellPadding=0 width=100% >
    <tr><td colspan=6 class=tab_c width=100% height=22px align=center>
    	<b><font color=#FFFFFF>『<bean:write name="username" />』上传的附件列表</font></b>
    </td></tr>
	 			    
	<tr align=center height=25px>
	    <td class=td_t colspan=6><b>你以上传的附件总大小:<bean:write name="fsize" />&nbsp;K&nbsp;&nbsp;&nbsp;还剩余 <bean:write name="fleave" />K</b></td>
	</tr>
	<tr class=tr_2 align=center height=25px>
	    <td class=td_t>ID</td><td class=td_lt>帖子标题</td>
	    <td class=td_lt>附件名称</td><td class=td_lt>大小</td><td class=td_lt>发表时间</td>
	</tr>
   <bean:define id="sid" name="start" />
   <logic:iterate id="upfile" name="flist" indexId="fid">
   	 <tr height=28px onMouseOver=this.className='tr_o' onMouseOut=this.className=''>
   		<td class=td_tbg align=center>&nbsp;
			<%=(Integer.parseInt(fid.toString())+Integer.parseInt(sid.toString()))%>
	    </td><td class=td_lt>
		    <a href=Article.htm?cId=<bean:write name="upfile" property="classid"/>&fId=<bean:write name="upfile" property="forum"/>&aId=<bean:write name="upfile" property="artid"/>>&nbsp;
		    <bean:write name="upfile" property="title"/></a>
	    </td><td class=td_ltbg align=center>
	    <a href="DownFile.htm?fileName=<bean:write name="upfile" property="path"/>"><bean:write name="upfile" property="realname"/></a></td>
	    <td class=td_lt align=center>&nbsp;<bean:write name="upfile" property="filesize"/>&nbsp;bytes</td>
	    <td class=td_ltbg>&nbsp;<bean:write name="upfile" property="ptime"/>&nbsp;</td>
	  </tr>
	</logic:iterate>
    <tr><td height=3px class=td_t colspan=6>&nbsp;</td></tr>
    <tr class=tr_1 height=30px><td class=td_t colspan=6><bean:write name="pageInfo" filter="false"/></td></tr>
    </table>
  </td></tr>
</table><br>
</div>
<div class="tabwidth"><yhbbs:footer /></div>
</body>
</html>

⌨️ 快捷键说明

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