source: ether_visual/trunk/save_form/index_form3.html @ 396

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

ajout V3

File size: 2.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3  <head>
4    <meta http-equiv="pragma" content="no-cache">
5    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6    <title>Visualisation V3</title>
7    <link rel="stylesheet" href="etherTypo.css" type="text/css">
8  </head>
9<frameset rows="22,*" name="menu_visu" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
10  <frameset cols="400, 200" name="titres" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
11    <frame src="titre1.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
12    <frame src="titre2.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
13  </frameset>
14  <frameset cols="400, 200" name="formulaire" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
15    <frame src="formulaire3.jsp?sel_tpl_name=" name="maine" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling
16="auto">
17    <frameset rows="*,22,*,22" name="crea_graph" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
18      <frame src="overview.jsp" name="overview" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="auto">
19      <frame src="titre3.html" name="crea" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
20      <frame src="formulaire2.jsp" name="overview2" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="auto">
21<frame src="creation.html" name="crea2" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
22    </frameset>
23
24  </frameset>
25</frameset>
26  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
27  </body>
28</html>
29
30
Note: See TracBrowser for help on using the repository browser.