📄 commonsuccess.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
}
</style>
<SCRIPT language="JavaScript">
function copy(){
window.clipboardData.setData("Text", '<bean:write name="blogBean" property="url" scope="request"/>');
alert("地址已经保存到剪贴板");
}
</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="<bean:write name="blogBean" property="bgpic" scope="request"/>">
<TABLE width=100% cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD height=94>
<TABLE cellSpacing=0 cellPadding=0 width=100% border=0>
<TBODY>
<TR>
<TD align=right width=170> </TD>
<TD>
<table class="titletable" height=35 cellSpacing=1 cellPadding=5 bgColor=#000000 border=0>
<tr>
<td class="titletd"><bean:write name="blogBean" property="title" scope="request"/></td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=100% border=0>
<TBODY>
<TR>
<TD vAlign=bottom align=right width=520 height=31>
<table class="titletable" height=18 cellSpacing=1 cellPadding=5 bgColor=#000000 border=0>
<tr>
<td>
<A href="<bean:write name="blogBean" property="url" scope="request"/>" target=_blank><bean:write name="blogBean" property="url" scope="request"/></A>
</td>
</tr>
</table>
</TD>
<TD vAlign=bottom width=20> </TD>
<TD vAlign=bottom class="blogtitle">
<table class="titletable" height=18 cellSpacing=1 cellPadding=5 bgColor=#000000 border=0>
<tr>
<td>
<LABEL style="CURSOR: hand" onclick=copy()>复制</LABEL>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</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 class=catStyle valign=middle align=center><b>请选择您的操作</b></td>
</tr>
<tr>
<td class=forumColorTwo>
<br><br>
<b>请选择你的操作:
<ul>
<li><a href="blog_index.do">博客频道首页</a><br><br>
<li><a href="blog_index.do?domain=<bean:write name="blogBean" property="domain" scope="request"/>">我的博客首页</a><br><br>
<%--<li><a href="blog_album.do">我的相册首页</a><br><br>--%>
<li><a href="blog_admin.do">控制面板首页</a><br><br>
<li><a href="blog_postList.do">我的文章列表</a><br><br>
</ul>
<!--meta http-equiv="refresh" content="3; url="-->
</b>
</td>
</tr>
</table>
<lybbs:web key="foot"/>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -