📄 clubcreatepages.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8"
session="true" errorPage="err.jsp" %><%@ include file="../GVinc/gvInclude.jsp" %>
<%@ include file="clubMasterPass.jsp" %><%
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>更新全文索引</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="./GVimgs/favicon.ico" rel="Bookmark">
<link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
<STYLE type=text/css media=screen>@import url(../GVinc/GamVanClubStyle.css);</STYLE>
</head>
<body>
<script language="javascript" type="text/javascript" src="../GVscript/GVtopCode.js"></script>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="tab">
<tr align="center" class="tr">
<td height="24"><span class="text_bold">更新全文索引</span></td>
</tr>
<tr class="tab2">
<td height="25">
<form name="Gforms" method="post" action="" onSubmit="javascript:postMsg2();">
<%
if(request.getMethod().equals("POST")){
com.gamvan.club.file.ClubPageFile cpf =
new com.gamvan.club.file.ClubPageFile(request.getRealPath(""));
//out.print(request.getParameter("maxid"));
//out.print(ParamUtils.getIntParameter(request,"maxid",-1));
//if(true)return;
cpf.setMaxTopicID2(ParamUtils.getIntParameter(request,"maxid",-1));
try{
if(ParamUtils.getIntParameter(request,"home")==1){
cpf.createPage_home();
}
if(ParamUtils.getIntParameter(request,"page")==1){
cpf.createPage_topic();
}
if(ParamUtils.getIntParameter(request,"list")==1){
cpf.createPage_classlist();
}
}catch(Exception e){
out.print(e.toString());
}
out.print(OutPrint.prtCenter("OK,本次操作执行完毕!","./clubCreatePages.jsp",1));
}else{ %>
<input name="home" type="checkbox" value="1">生成首页
<br /><br />
<input name="list" type="checkbox" value="1">生成版面
<br /><br />
<input name="page" type="checkbox" value="1">生成内容
<input name="maxid" type="text" size="10" maxlength="10">
起始ID -1为程序默认
<br /><br />
<input type="submit" name="gvSubmit2" value="提交">
<%}%>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -