source: ether_visual/trunk/index.html @ 99

Last change on this file since 99 was 17, checked in by cbipsl, 18 years ago

ajout V3

  • Property svn:executable set to *
File size: 2.3 KB
Line 
1<%@ page import="fr.acri.norm.*" %>
2
3<%@ page import="java.io.*" %>
4<%@ page import="java.util.*" %>
5<%@ page import="java.lang.*" %>
6<%
7String sel_temp_name="";
8
9sel_temp_name=request.getParameter("sel_temp_name");
10if (sel_temp_name=="" || sel_temp_name==null || sel_temp_name.equals("")) sel_temp_name="";
11
12%>
13<html>
14  <head>
15    <meta http-equiv="pragma" content="no-cache">
16    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
17    <title>Visualisation V3</title>
18    <link rel="stylesheet" href="etherTypo.css" type="text/css">
19  </head>
20<frameset rows="22,*" name="menu_visu" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
21  <frameset cols="400, 200" name="titres" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
22    <frame src="titre1.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
23    <frame src="titre2.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
24  </frameset>
25  <frameset cols="400, 200" name="formulaire" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
26    <frame src="formulaire3.jsp?sel_tpl_name=" name="maine" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling
27="auto">
28    <frameset rows="*,22,*,22" name="crea_graph" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
29      <frame src="overview.jsp" name="overview" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="auto">
30      <frame src="titre3.html" name="crea" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
31      <frame src="formulaire2.jsp" name="overview2" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="auto">
32<frame src="creation.html" name="crea2" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
33    </frameset>
34
35  </frameset>
36</frameset>
37  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
38  </body>
39</html>
40
41
Note: See TracBrowser for help on using the repository browser.