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

📄 right.jsp

📁 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码 jsp学习源码
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java" import="java.util.*,popten.web.*"%>
<%@ page errorPage="error.jsp" %>
<%@ include file="chelogin3.jsp"%>
<%
Coun counter=new Coun();
Coun coun=counter.loadCoun();
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link rel="stylesheet" type="text/css" href="../style/style.css">
<title>网站管理</title>
</head>

<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
  <tr>
    <td width="100%" align="center">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="700" bgcolor="#f2f8ff">
      <tr>
        <td width="15" class="td4">
        <img border="0" src="../img/null.gif" width="2" height="2"></td>
        <td width="665" class="td5" align="center">
        <img border="0" src="../img/null.gif" width="2" height="2"><b>网站管理系统</b></td>
        <td width="20" class="td6">
        <img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
      </tr>
      <tr>
        <td width="100%" colspan="3" class="td7" align="center" height="200">
        <p><br>欢迎进入<font color="#F66016"><b>POPTEN.COM</b></font> 网站管理系统</p><br>
        <p>版本:0.96 beta1</p>
        <p>程序制作:边缘孤客</p><BR>
        <p>网站访问统计(共有<%=coun.getall_coun()%>人访问,今天有<%=coun.gettoday_coun()%>人访问,平均每天<%=coun.getaverage_coun()%>人,日最高访问人数为<%=coun.getmax_coun()%>人,发生日期:<%=coun.getmax_dat()%>)</p><br></td>
      </tr>
      <tr>
        <td width="15">
        <img border="0" src="../img/jao5.gif" width="15" height="15"></td>
        <td width="665" class="td8">
        <img border="0" src="../img/null.gif" width="2" height="2"></td>
        <td width="20" class="td9">
        <img border="0" src="../img/null.gif" width="2" height="2"></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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