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

📄 clubinfo.jsp

📁 bbs系统源码有简单的bbs功能 论坛:http://www.mycodes.net/bbs
💻 JSP
📖 第 1 页 / 共 2 页
字号:
	fo.createFile(filePathAndName2,fileContent2.toString()+fileContent.toString(),"gb2312");
	out.print(prtCenter2(ce.getMessage(),"./clubInfo.jsp",1));
	out.close();
	return;
}

%>
<html>
<head>
<title>今晚在线-社区管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #999999}
-->
</style>
</head>
<body>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#e6e6e6">
  <tr>
    <td align="center"><strong>配置社区基本信息</strong></td>
  </tr>
</table>
<table width="99%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#e6e6e6">
<form name="form1" method="post" action=""><tr bgcolor="#f6f6f6">
<td width="150" height="22" bgcolor="#f6f6f6"><strong>社区名称</strong></td>
<td>
<input name="clubName" type="text" id="clubName" value="<%=clubName%>" size="30" maxlength="30">
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="1" bgcolor="#f6f6f6"><strong>访问网址</strong></td>
<td><input name="clubUrl" type="text" id="clubUrl" value="<%=clubUrl%>"  size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="2" bgcolor="#f6f6f6"><strong>Title网页标题</strong></td>
<td><input name="clubTitle" type="text" id="clubTitle" value="<%=clubTitle%>" size="30"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="5" bgcolor="#f6f6f6"><strong>META关键词</strong></td>
<td><input name="clubMeta" type="text" id="clubMeta" value="<%=clubMeta%>" size="30"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>邮件SMTP服务器</strong></td>
<td><input name="clubSmtp" type="text" id="clubSmtp" value="<%=clubSmtp%>" size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>SMTP身份验证</strong></td>
<td>
<input type="radio" name="clubSmtpUsePass" value="0" <% if(clubSmtpUsePass==0){out.print("checked");}%>>不需要
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="clubSmtpUsePass" value="1" <% if(clubSmtpUsePass==1){out.print("checked");}%>>需要</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统信件Email</strong></td>
<td><input name="clubEmail" type="text" id="clubEmail"  value="<%=clubEmail%>" size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统信件用户名</strong></td>
<td><input name="clubEmailSend" type="text" id="clubEmailSend" value="<%=clubEmailSend%>" size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统SMTP登陆ID</strong></td>
<td><input name="clubSmtpID" type="text" id="clubSmtpID" value="<%=clubSmtpID%>" size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统SMTP登陆密码</strong></td>
<td>
<input name="clubSmtpPass" type="text" id="clubSmtpPass" value="<%=clubSmtpPass%>" size="30" maxlength="50">
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统SMTP端口</strong></td>
<td>
<input name="clubSmtpPort" type="text" id="clubSmtpPort" value="<%=clubSmtpPort%>" size="30" maxlength="50">无端口号请置空
</td>
</tr>  
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>系统SMTP是否需要SSL</strong></td>
<td>
<input name="clubSmtpSSL" type="radio" value="0" <% if(clubSmtpSSL==0){out.print("checked");}%> >默认关闭
&nbsp;&nbsp;&nbsp;&nbsp;
<input name="clubSmtpSSL" type="radio" value="1" <% if(clubSmtpSSL==1){out.print("checked");}%> >默认打开
(目前Gmail的SMTP服务是需要SSL验证的)</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>社区左侧菜单</strong></td>
<td>
<input name="clubMenu" type="radio" value="0" <% if(clubMenu==0){out.print("checked");}%> >默认关闭
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="clubMenu" value="1" <% if(clubMenu==1){out.print("checked");}%> >默认打开
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="10" bgcolor="#f6f6f6"><strong>社区上传</strong></td>
<td>
<input type="radio" name="clubUpfileOpen" value="0" <% if(clubUpfileOpen==0){out.print("checked");}%> >关闭
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="clubUpfileOpen" value="1" <% if(clubUpfileOpen==1){out.print("checked");}%> >开通
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="10" bgcolor="#f6f6f6"><strong>个人形象上传</strong></td>
<td>
<input type="radio" name="clubUserPic" value="0" <% if(clubUserPic==0){out.print("checked");}%> >关闭
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="clubUserPic" value="1" <% if(clubUserPic==1){out.print("checked");}%> >开通
</td>
<tr bgcolor="#f6f6f6">
<td height="10" bgcolor="#f6f6f6"><strong>是否开启帖子审核机制</strong></td>
<td>
<input type="radio" name="clubTopicIsPass" value="false" <% if(!clubTopicIsPass){out.print("checked");}%> >开启
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" name="clubTopicIsPass" value="true" <% if(clubTopicIsPass){out.print("checked");}%> >不开启
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="11" bgcolor="#f6f6f6"><strong>最大上传</strong></td>
<td><input name="clubUpfileMax" type="text" id="clubUpfileMax" value="<%=clubUpfileMax%>" size="20">
(单位 Kb)</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>默认的用户上传空间</strong></td>
<td><input name="clubUpfileUser" type="text" id="clubUpfileUser" value="<%=clubUpfileUser%>" size="20">(单位 Kb)
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6">
<p><strong>允许的上传类型</strong><br><span class="style1">只需填入文件扩展名 </span></p>
</td>
<td><textarea name="clubUpfileExt" cols="50" rows="2" id="clubUpfileExt"><%=clubUpfileExt%></textarea></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>访问上传文件的域名</strong></td>
<td>
<input name="clubUpfileDomain" type="text" id="clubUpfileDomain" value="<%=clubUpfileDomain%>" size="50">
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6">热贴</td>
<td>
浏览大于登陆<input name="clubHotTopic" type="text" id="clubHotTopic" value="<%=clubHotTopic%>" size="3">  
&nbsp;&nbsp;&nbsp;&nbsp;
回复大于等于<input name="clubHotRe" type="text" id="clubHotRe" value="<%=clubHotRe%>" size="3">  
</td>
</tr>  
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>版权归属</strong></td>
<td><textarea name="clubCopyRight" cols="50" rows="2" id="clubCopyRight"><%=clubCopyRight%></textarea></td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>软件版本</strong></td>
<td><input name="clubYear" type="text" id="clubYear" value="<%=clubYear%>" size="10">
输入软件版本号,如:3.0 
</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6"><strong>默认刷新时间</strong></td>
<td><input name="clubRefreshPage" type="text" id="clubRefreshPage" value="<%=clubRefreshPage%>" size="20">
单位秒</td>
</tr>
<tr bgcolor="#f6f6f6">
<td height="22" bgcolor="#f6f6f6">&nbsp;</td>
<td><input name="gvSubmit" type="submit" id="gvSubmit" value="确定更新"></td>
</tr></form></table>
</body>
</html>

⌨️ 快捷键说明

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