📄 space_myblogs.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<jsp:include flush="true" page="space_header.jsp" />
<div class="outer">
<table class="main" border="0" cellspacing="0">
<tr>
<td id="main_layout0">
<jsp:include flush="true" page="space_module_userinfo.jsp" />
<table class="module" cellpadding="0" cellspacing="0" border="0">
<tr><td><jsp:include flush="true" page="space_module_calendar.jsp" /></td></tr>
</table>
<c:if test="${jsprun_uid==member.uid && usergroups.allowuseblog>0}">
<table class="module" cellpadding="0" cellspacing="0" border="0">
<tr><td class="header"><div class="title">发表文集</div></td></tr>
<tr>
<td>
<div id="module_postblog">
<form method="get" action="post.jsp">
<input type="hidden" name="action" value="newthread">
<input type="hidden" name="isblog" value="yes">
<br />
<select name="fid" style="width: 92%">${forumselect}</select>
<br />
<br />
<input class="button" type="submit" value="提交">
<br />
<br />
</form>
</div>
</td>
</tr>
</table>
</c:if>
<table class="module" cellpadding="0" cellspacing="0" border="0">
<tr><td class="header"><div class="title">最热的 5 篇文集</div></td></tr>
<tr>
<td>
<div id="module_hotblog">
<ul>
<c:forEach items="${blogthread}" var="blogs">
<li><a href="blog.jsp?tid=${blogs.tid}" target="_blank" title="${blogs.views} 查看, ${blogs.replies} 评论">${blogs.subject}</a></li>
</c:forEach>
</ul>
</div>
</td>
</tr>
</table>
<table class="module" cellpadding="0" cellspacing="0" border="0">
<tr><td class="header"><div class="title">最新回复的 5 篇文集</div></td></tr>
<tr>
<td>
<div id="module_hotblog">
<ul>
<c:forEach items="${repblog}" var="blogs">
<li><a href="blog.jsp?tid=${blogs.tid}" target="_blank" title="${blogs.views} 查看, ${blogs.replies} 评论">${blogs.subject}</a></li>
</c:forEach>
</ul>
</div>
</td>
</tr>
</table>
</td>
<td id="main_layout1">
<table class="module" cellpadding="0" cellspacing="0" border="0">
<tr><td class="header"><div class="title">文集</div></td></tr>
<tr>
<td>
<div id="module_myblogs">
<div class="center">
<c:forEach items="${myblogs}" var="blogs">
<div class="center_subject">
<ul>
<li>
<a target="_blank" href="blog.jsp?tid=${blogs.tid}">
<c:choose>
<c:when test="${blogs.special==1}"><img src="${styles.IMGDIR}/pollsmall.gif" alt="投票" /></c:when>
<c:when test="${blogs.special==2}"><img src="${styles.IMGDIR}/tradesmall.gif" alt="商品" /></c:when>
<c:when test="${blogs.special==3}">
<c:choose>
<c:when test="${blogs.price>0}"><img src="${styles.IMGDIR}/rewardsmall.gif" alt="悬赏" /></c:when>
<c:when test="${blogs.price<0}"><img src="${styles.IMGDIR}/rewardsmallend.gif" alt="悬赏已解决" /></c:when>
</c:choose>
</c:when>
<c:when test="${blogs.special==4}"><img src="${styles.IMGDIR}/activitysmall.gif" alt="活动" /></c:when>
<c:when test="${blogs.special==5}"><img src="${styles.IMGDIR}/debatesmall.gif" alt="辩论" /></c:when>
<c:when test="${blogs.special==6}"><img src="${styles.IMGDIR}/videosmall.gif" alt="视频" /></c:when>
</c:choose>
<c:if test="${blogs.isattc}">
<img src="images/attachicons/common.gif" border="0" alt="附件" />
</c:if>
${blogs.subject}<c:if test="${blogs.isnew}">
<a href="redirect.jsp?tid=${blogs.tid}&goto=newpost#newpost" target="_blank"><img src="${styles.IMGDIR}/firstnew.gif" border="0" alt="" /> </a>
</c:if> </a>
</li>
</ul>
</div>
<div class="center_lastpost">
<c:choose><c:when test="${forumdisplayurl}"><a href="forum-${blogs.fid}-1.html" target="_blank">${blogs.forums}</a></c:when><c:otherwise><a href="forumdisplay.jsp?fid=${blogs.fid}" target="_blank">${blogs.forums}</a></c:otherwise></c:choose>
| ${blogs.operdate}
</div>
<div class="center_message">
${blogs.message}
</div>
<div class="center_views">
<c:if test="${jsprun_uid==member.uid}">
<a target="_blank"
href="post.jsp?action=edit&fid=${blogs.fid}&tid=${blogs.tid}&">编辑</a> |
</c:if>
查看(${blogs.viewnum}) |
<a target="_blank" href="blog.jsp?tid=2">评论(${blogs.replicenum})</a>
|
<a target="_blank"
href="my.jsp?item=favorites&tid=${blogs.tid}"
id="ajax_favorite_b2" onclick="ajaxmenu(event, this.id)">收藏</a>
</div>
</c:forEach>
</div>
<div class="line"></div>
<!-- ***************下面显示分页内容************************* -->
<c:if test="${logpage.totalSize > 10}">
<div class="p_bar">
<a class="p_total"> ${logpage.totalSize} </a>
<a class="p_pages"> ${logpage.currentPage}/${logpage.totalPage} </a>
<!-- 如果当前页不是第一页面,且大于10页时,且当前页大于4时则显示1 ... -->
<c:if test="${logpage.totalPage>10 && logpage.currentPage>=4}">
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=1"
class="p_pages">1 ...</a>
</c:if>
<!-- 如果当前页不是第一页面,则显示<< -->
<c:if test="${logpage.currentPage != logpage.prePage}">
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${logpage.prePage}" class="p_redirect">‹‹</a>
</c:if>
<c:choose>
<c:when
test="${logpage.totalPage>10 && logpage.currentPage>=4 && logpage.totalPage-(logpage.currentPage-2)>=10}">
<!-- 显示滚动的页码信息 -->
<c:forEach var="num" begin="${logpage.currentPage-2}"
end="${(logpage.currentPage-2)+9}" step="1">
<c:choose>
<c:when test="${logpage.currentPage == num}">
<a class="p_curpage">${logpage.currentPage}</a>
</c:when>
<c:otherwise>
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${num}" class="p_num">${num}</a>
</c:otherwise>
</c:choose>
</c:forEach>
</c:when>
<c:otherwise>
<c:choose>
<c:when
test="${logpage.totalPage>10 && logpage.currentPage>=4}">
<!-- 显示后半部分信息 -->
<c:forEach var="num" begin="${logpage.totalPage-9}"
end="${logpage.totalPage}" step="1">
<c:choose>
<c:when test="${logpage.currentPage == num}">
<a class="p_curpage">${logpage.currentPage}</a>
</c:when>
<c:otherwise>
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${num}" class="p_num">${num}</a>
</c:otherwise>
</c:choose>
</c:forEach>
</c:when>
<c:otherwise>
<c:choose>
<c:when test="${logpage.totalPage>10}">
<!-- 显示前半部分值 -->
<c:forEach var="num" begin="1" end="10" step="1">
<c:choose>
<c:when test="${logpage.currentPage == num}">
<a class="p_curpage">${logpage.currentPage}</a>
</c:when>
<c:otherwise>
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${num}" class="p_num">${num}</a>
</c:otherwise>
</c:choose>
</c:forEach>
</c:when>
<c:otherwise>
<!-- 如果不够10页则显示 -->
<c:forEach var="num" begin="1" end="${logpage.totalPage}"
step="1">
<c:choose>
<c:when test="${logpage.currentPage == num}">
<a class="p_curpage">${logpage.currentPage}</a>
</c:when>
<c:otherwise>
<a href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${num}" class="p_num">${num}</a>
</c:otherwise>
</c:choose>
</c:forEach>
</c:otherwise>
</c:choose>
</c:otherwise>
</c:choose>
</c:otherwise>
</c:choose>
<!-- 如果当前页不是最后页面,则显示 《 《-->
<c:if test="${logpage.currentPage != logpage.nextPage}">
<a
href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${logpage.nextPage}"
class="p_redirect">››</a>
</c:if>
<!-- 如果超过一定范围则显示... -->
<c:if test="${logpage.totalPage>10 && (logpage.totalPage-logpage.currentPage)>7}">
<a
href="space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page=${logpage.totalPage}"
class="p_pages">... ${logpage.totalPage}</a>
</c:if>
<!-- 如果页数大于10则显示此框-->
<c:if test="${logpage.totalPage>10}">
<kbd>
<input type="text" name="custompage" size="3"
onkeydown="if(event.keyCode==13) {window.location='space.jsp?action=myblogs&uid=1&begin=${begintime}&end=${endtime}&page='+this.value; return false;}" />
</kbd>
</c:if>
</c:if>
<!-- ******************************分页结束********************************* -->
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<jsp:include flush="true" page="space_footer.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -