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

📄 default.jsp

📁 基于JSP的一个科技论坛代码
💻 JSP
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@ include  file="check_user.jsp"%>
<%@ page import="java.net.*" %>
<%@ page import="java.util.*" %>
<%@ page import="java.text.*" %>
<%@ include file="../mBase/nForum.jsp"%>
<%@ include file="../mBase/mForum.jsp"%>
<%@ include file="../mBase/Config.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><%=nTitle%>系统后台管理主页</title>
<LINK REL="stylesheet" HREF="../images/szpay.css" TYPE="text/css">
</head>
<body>
<center>
    
<jsp:include page="../mBase/Head_1.jsp"/>

<DIV id="nav" class="w">
<DIV class="l">
<a href="../"><b><%=nTitle%></b></a>->系统后台管理
</DIV>
<DIV id="login" class="r">
<a href="index.jsp">重登陆</a>
<a href="login_out.jsp">退出</a>
</DIV>
</DIV>

<jsp:include page="../mBase/AD_928x90_top.jsp"/>

<DIV id="post">
<DIV class="pl">
<B>欢迎!<span class="cGreen"><%=session.getAttribute("userAccount")%></span></B>  
<%
   Date nowtime=new Date();
   SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
   String strdate=formatter.format(nowtime);
   System.out.println();
%>
当前时间:<%=strdate%>

</DIV>
<DIV class="pr">
<a class="p" href="../index.htm">返回论坛</a>  
<a class="p" href="Html_Make_Index.jsp">主页生成</a>
</DIV>
</DIV>

<DIV class="b">

<DIV id="left" class="c">
<H1>论坛栏目管理</H1>

<DIV class="q">
<H1><a href="n<%=nCatalog_1%>/index.jsp"><%=nCaption_1%></a></H1>
<H1><a href="n<%=nCatalog_2%>/index.jsp"><%=nCaption_2%></a></H1>
<H1><a href="n<%=nCatalog_3%>/index.jsp"><%=nCaption_3%></a></H1>
<H1><a href="n<%=nCatalog_4%>/index.jsp"><%=nCaption_4%></a></H1>
<H1><a href="n<%=nCatalog_5%>/index.jsp"><%=nCaption_5%></a></H1>
<H1><a href="n<%=nCatalog_6%>/index.jsp"><%=nCaption_6%></a></H1>
<H1><a href="n<%=nCatalog_7%>/index.jsp"><%=nCaption_7%></a></H1>
<H1><a href="n<%=nCatalog_8%>/index.jsp"><%=nCaption_8%></a></H1>
<H1><a href="n<%=nCatalog_9%>/index.jsp"><%=nCaption_9%></a></H1>
<H1><a href="n<%=nCatalog_10%>/index.jsp"><%=nCaption_10%></a></H1>
</DIV>
</DIV>

<DIV id="center" class="c">
<H1>论坛开发商相关信息提示</H1>
<DIV id="text" class="q">
 <SPAN class="v d">
1
</SPAN>
<a href="http://www.szpay.cn/bbs/">到深圳盈盈通<span class="cBlue">【http://www.szpay.cn/bbs/】</span>查阅论坛最新版本</a><BR />   
 <SPAN class="v t">
2
</SPAN>
<a href="http://www.qinzd.com">到秦直道中国门户<span class="cGreen">【http://www.qinzd.com】</span>浏览最新新闻</a><BR />   
<SPAN class="v t">
3
</SPAN>
<a href="http://www.caokun.com">参与草坤网北京搜索<span class="cRed">【http://www.caokun.com】</span>竞价排名</a><BR />
<SPAN class="v j">
4
</SPAN>
<a href="http://www.szpay.cn" target="_blank">深圳盈盈通<span class="cBlue">【http://www.szpay.cn】</span>安全电子商务支付系统</a><BR />
<SPAN class="v j">
5
</SPAN>
<a href="http://www.99mill.com" target="_blank">到上海奇屋网<span class="cBlue">【http://www.99mill.com】</span>查阅论坛C2C拍卖信息</a><BR />
<SPAN class="v j">
6
</SPAN>
<a href="http://www.ADsql.cn" target="_blank">到上海快仓商务<span class="cBlue">【http://www.ADsql.cn】</span>发布论坛B2B供求信息</a>
</DIV>
</DIV>


<DIV  id="right">
<DIV  class="c">
<H1>论坛栏目设置</H1>
</DIV>
<A  href="set_nForum.jsp">论坛标题设定</a><BR />
<A  href="set_mForum.jsp">论坛栏目设定</a><BR />
<BR />

<DIV  class="c">
<H1>管理用户设定</H1>
</DIV>
<A  href="set_admin_user.jsp">管理邮箱设置</a><BR />
<A  href="set_admin_password.jsp">管理密码设置</a><BR />
<BR />
</DIV>
</DIV>

<jsp:include page="../mBase/AD_928x90_down.jsp"/>
<jsp:include page="../mBase/Footer_1.jsp"/>
</center>
</body>
</html>

⌨️ 快捷键说明

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