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

📄 inicio.jsp

📁 An open-source WWW discussion Forum based on JSP/Servlets which uses JDBC to store and retrieve mess
💻 JSP
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<%@page import = "commZone.beans.*"%>
<%@page import = "commZone.bd.*"%>
<body bgcolor="#FFFFFF">
<p>-- F&oacute;runs Communication Zone -- </p>
<p align="center"><% String erro = (String)request.getAttribute("erro");
      if(erro != null) { %>ERRO - <font color="#FF3333"><%=erro%><% } %></font></p>
<p>Lista de f&oacute;runs do sistema? <a href="cz.htm?acao=read">AQUI...</a></p>
<p>&nbsp;</p>
<p>Login <a href="cz?acao=login">aqui... </a></p>
</body>
</html>

⌨️ 快捷键说明

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