📄 setupds.jsp
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page import="epod.setup.*,epod.framework.Path,epod.util.FileUtil"%>
<%@ include file="common.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Epod setup</title>
<link href="../lib/style.css" rel="stylesheet" type="text/css">
</head>
<%
session.setAttribute("epod.setup.datasource","1");
%>
<body>
<table cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<td height="62" colspan="2">
<%@ include file="header.jsp" %>
</td>
</tr>
<tr valign="top">
<td width="172" height="289">
<%@ include file="sidebar.jsp" %>
<p> </p></td>
<td width="607">
<form name="form1" method="post" action="dsthirdparty.jsp">
<table width="100%" border=0 cellpadding=1 cellspacing=1 class="unit_table">
<tr class="page_desc">
<td height="34" class="cell_null">数据库配置</td>
</tr>
<tr>
<td class="cell_left">
<input name="dstype" type="radio" value="0" checked>
标准数据库链接 </td>
</tr>
<tr>
<td class="cell_left"><input type="radio" name="dstype" value="1">
JNDI DataSource</td>
</tr>
</table>
<div align="right">
<input type="button" name="nstep" value="下一步" onclick="todetai();">
</div>
</form>
</td>
</tr>
<tr>
<td colspan="2">
<%@ include file="footer.jsp" %>
</td>
</tr>
</table>
</body>
<SCRIPT LANGUAGE="JavaScript">
<!--
function todetai(){
var type = document.all("dstype");
if(type[0].checked){
document.forms[0].action="dsthirdparty.jsp";
}
if(type[1].checked){
document.forms[0].action="dsdatasource.jsp";
}
document.forms[0].submit();
}
//-->
</SCRIPT>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -