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

📄 albumdetail.jsp

📁 LyBBS基于Struts1.3/Ajax的架构
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="../../lybbs/jsp/common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:blog key="blogName"/> -- 相册 -- 查看照片</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="../../lybbs/jsp/common/include/header.jsp" %>
<style type="text/css">
.titletd {
  FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #282828
}
.titletable {
  BORDER-RIGHT: #333333 1px dashed; BORDER-TOP: #333333 1px dashed; FILTER: Alpha(Opacity=65); BORDER-LEFT: #333333 1px dashed; BORDER-BOTTOM: #333333 1px dashed; BACKGROUND-COLOR: #ffffff
}
.holderbox {
	BORDER-RIGHT: #f0f0f0 3px solid; PADDING-RIGHT: 0px; BORDER-TOP: #f0f0f0 3px solid; PADDING-LEFT: 30px; FONT-SIZE: 12px; FLOAT: left; PADDING-BOTTOM: 10px; OVERFLOW: hidden; BORDER-LEFT: #f0f0f0 3px solid; WIDTH: 175px; PADDING-TOP: 10px; BORDER-BOTTOM: #f0f0f0 3px solid; HEIGHT: 160px
}
</style>
<SCRIPT language="JavaScript">
function doDeleteDirectory(id){
  if(confirm('确定要删除此文件吗?'))	{
    document.myform.action="blog_deleteLatestBlog.do?blogID="+id;
    document.myform.submit();
  }
}
</SCRIPT>
</head>
<body topmargin=0 leftmargin=0>
<TABLE class=tableCommonStyle cellSpacing=1 cellPadding=3 border=0 align=center>
 <TR>
  <TD class=noBgStyle id=blogTitleBg background="lyblog/images/title_bg.jpg">
   <TABLE width=100% cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
     <TD height=94>
     </TD>
    </TR>
    </TBODY>
   </TABLE>
  </TD>
 </TR>
 <tr>
  <td class=menuStyle height=22>
    <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr>
    <td align=left>
    <lybbs:typeUserHeaderTag forumID="0"/>
    </td>
    <td align=right>
      <lybbs:web key="returnHomeLink"/>
    </td>
    </tr>
    </table>
  </td>
 </tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center >
    <tr>
     <td bgcolor="#FFFFFF">
       <table width=100% cellpadding=0 cellspacing=0 border=0>
        <tr>
         <td valign=top width=70><img src="lyblog/images/face.gif" border="0"></td>
         <td valign=top>
          <h3><a href="blog_album.do?userID=<bean:write name="albumDir" property="userID" scope="request"/>"><bean:write name="albumDir" property="userName" scope="request"/>的相册</a></h3>
          <a href="bbs_index.do">论坛</a> | <a href="blog_index.do">博客</a>
         </td>
        </tr>
       </table>
     </td>
    </tr>
    <tr>
     <td bgcolor="#F5F5FA">
       <table width=100% cellpadding=0 cellspacing=0 border=0>
        <tr>
         <td valign=top width=70>
          <img src="<bean:write name="albumDir" property="dirImg" scope="request"/>" width=65 border=0>
         </td>
         <td valign=top>
          <h3><bean:write name="albumDir" property="dirName" scope="request"/></h3>
          <bean:write name="albumDir" property="dirDescription" scope="request"/>
         </td>
        </tr>
       </table>
     </td>
    </tr>
    <tr>
     <td bgcolor="#F5F5FA" align=center>
     <img src="bbs_downloadAttachment.do?fileName=<bean:write name="album" property="filePath"/>&isAlbum=true" border=0 onmousewheel="return zoomImg(this)" onload="javascript:if(this.width>screen.width-100)this.width=screen.width-100;">
     </td>
    </tr>
</table>
<lybbs:web key="foot"/>
<div style="display:none">
<form name="myform" method="post">
</form>
</div>
</body>
</html:html>

⌨️ 快捷键说明

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