source: ether_visual/trunk/index_form.jsp

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

ajout V3

  • Property svn:executable set to *
File size: 1.9 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="67, 22, *" name="menu_visu" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
10  <frame src="menu_form.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
11  <frameset cols="750, 250" name="titres" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
12    <frame src="titre1.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
13    <frame src="titre2.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
14  </frameset>
15  <frameset cols="750, 250" name="formulaire" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" border="1">
16    <frame src="form0.html" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="auto">
17    <frameset rows="*, 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="creation.html" name="crea" noresize="noresize" framespacing="0" framepadding="0" marginwidth="0" marginheight="0" scrolling="no">
20    </frameset>
21  </frameset>
22</frameset>
23  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
24  </body>
25</html>
Note: See TracBrowser for help on using the repository browser.