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

📄 index.jsp

📁 《Java网络程序设计.rar》包括三个网络程序的源代码。
💻 JSP
字号:




<!--
    <script language="JavaScript">
    if (parent.frames['annotation'])
        parent.frames['annotation'].location = '';
    </script>
-->
<html>
  <head>
    <title>
      STARS2 Collaboration System
    </title>
  </head>

  <body bgcolor="white" leftmargin=1 topmargin=1 marginwidth=1 marginheight=1>
    





<script language="JavaScript">
  // change image to name_on 
  function img_on(name) {
    if (document.images) 
      document['img_'+name].src = eval('img_'+name+'_on.src');
  }

  // change image to name_off
  function img_off(name) {
    if (document.images)
      document['img_'+name].src = eval('img_'+name+'_off.src');
  }
</script>


<script language="JavaScript">

<!--
// load all our images here
if (document.images) {


}

// -->
</script>

<TABLE width="100%" border="0" cellpadding="0" cellspacing="0" background="/stars/images/starsbanner.jpg">
  <TBODY>
    <TR>
      <TD> <a href="main"><IMG src="/stars/images/starstitle.jpg" width="406" height="100" border="0"></a></TD>
          <td align="left" >
      <form action="/stars/control/search">
        <font color="yellow" size="-1"></font>
	<br>
        <input type="text" size="14" name="search_text">
        <input type="image" border="0"
          src="/stars/images/search.gif"
          name="search">
      </form>
      
    </td>
    <td align="right">
    </td>
    </TR>
  </TBODY>
</TABLE>
    
<SCRIPT LANGUAGE="JavaScript">


    var newwin = null;	

    function popWin(url) {
	 window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=700,height=450");
    }

    function popWin2(url) {
        window.open(url, "name","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=700,height=450");
        return true;
    }

    function popWin3(url) {
        window.open(url, "name","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=700,height=450");
        return true;
    }


  
</SCRIPT>
<% String userid = request.getRemoteUser();
   String projectid = "defaultproject";
   if (session.getAttribute("ProjectID")!=null)
    {
        projectid = (String)session.getAttribute("ProjectID");
    }

%>

<% if (userid!=null)
{
%>
<table width="100%"  border="0" cellpadding="0" cellspacing="0" >
<tr valign="bottom" >
<td align="center" >
<IMG src="/stars/images/tabbase.jpg" width="700" height="20" border="0" usemap="#tab_home"><MAP name="tab_home">
<AREA shape="rect" coords="570,2,660,20" href="javascript:popWin('/stars/help.jsp')">
<AREA shape="rect" coords="465,0,563,19" href="#stayhere" onClick='return popWin3("/stars/organization.jsp")'>
<AREA shape="rect" coords="391,1,463,20" href="javascript:popWin('/stars/product.jsp')">
<AREA shape="rect" coords="269,2,388,21" href="javascript:popWin('/stars/starsChart.jsp')">
<AREA shape="rect" coords="102,2,185,22" href="javascript:popWin('http://localhost:8000/ProcessDBRoot/process.jsp')">
<AREA shape="rect" coords="33,-1,100,21" target="_self" href="<%=request.getContextPath()%>/index.jsp">
<AREA shape="rect" coords="189,0,268,21" href="javascript:popWin('/stars/modules/concept.jsp')">
<AREA shape="rect" coords="37,3,102,21" target="_blank" href="<%=request.getContextPath()%>/index.jsp">
<AREA shape="default" nohref>
</MAP>
</td>
</tr>

</table>
<%
}
else
{
%>
<table width="100%"  border="0" cellpadding="0" cellspacing="0" >
<tr valign="bottom" >
<td align="center" >
<a href='<%=request.getContextPath()%>/control/main?client=page'> <IMG src="/stars/images/tabbase.jpg" width="700" height="20" border="0"></a>
</td>
</tr>
</table>
<%
}
%>
    <table height="85%" width="100%"  cellspacing="0" border="0" cellpadding='0'>
     <tr>
     <td valign="top">
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<META http-equiv="Content-Style-Type" content="text/css">
<title>Home</title>
<base target="_self">
</head>

<body leftmargin="4">

<table cellspacing='20'>
<tr >
<td>
<p align="center">&nbsp;<font face="Arial" color="#FF0000"><b><font size="5">STARS</font><font size="1">

⌨️ 快捷键说明

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