📄 concept2.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>Design Concept View </TITLE>
</HEAD>
<BODY onResize="resize()" onLoad="resize()" scroll="no" boder="0" bgcolor="#CCCCCC" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<SCRIPT LANGUAGE="JavaScript">
function resize()
{
var width = document.body.clientWidth;
var height= document.body.clientHeight;
if (width > 400 && height > 300)
{
document.all.Conceptapl.width = width;
document.all.Conceptapl.height= height;
}
}
function popWin(url) {
if (!newwin) {
var newwin = window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=700,height=450");
} else {
newwin.close();
newwin = window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=700,height=450");
}
}
</SCRIPT>
<% String userid = request.getRemoteUser();
if (userid==null) userid = "S1";
if (projectid==null) projectid = "p1";
%>
<table height="85%" width="100%" cellspacing="0" border="0">
<tr>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
ID = "Conceptapl" WIDTH = 700 HEIGHT = 450 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = org.impact.stars.appclient.concept.Conceptapl.class >
<PARAM NAME="codebase" VALUE="/stars/clientlib/">
<PARAM NAME="archive" VALUE="starsclient.jar">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<PARAM NAME="cache_archive" VALUE="starsclient.jar">
<PARAM NAME="cache_option" VALUE="Browser">
<PARAM NAME="stakeholderID" VALUE=<%=userid%>>
<PARAM NAME="projectID" VALUE=<%=projectid%>>
<PARAM NAME="conceptstrID" VALUE="1">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3"
CODE = org.impact.stars.appclient.concept.Conceptapl.class WIDTH = 700 HEIGHT = 450
codebase="/stars/clientlib/" archive="starsclient.jar" cache_option="Plugin" cache_archive="starsclient.jar" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html" >
<NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = "ConceptDBApplet.class" CODEBASE = "/Concept/" ARCHIVE = "conceptdb_app2.jar" WIDTH = 515 HEIGHT = 417>
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</tr>
</Body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -