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

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

ajout V3

File size: 1.8 KB
Line 
1<html>
2  <head>
3    <meta http-equiv="pragma" content="no-cache">
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <title>Graphic Creation</title>
6    <link rel="stylesheet" href="etherTypo.css" type="text/css">
7        <script language="JavaScript" type="text/JavaScript">
8//!--
9function deplace () {
10  window.moveTo(175,175);
11}
12//-->
13    </script>
14  </head>
15  <body bgcolor="#ffffff" onload="Javascript:deplace()">
16<p class="titrePageInfo">ETHER Graphic Tools</p>
17
18<p class="gros" align="center"><b><u>DOT DISTRIBUTION PLOT SET-UP : Advanced Parameters</u></b></p>
19
20<img src="Icons/line.gif" width="730" height="5">
21
22<p class="gros"><b><u>DOT STYLE SET-UP</u></b></p>
23<form>
24<table border="0" cellpadding="2" cellspacing="0">
25  <tr>
26    <td class="normal" align="left">Dot colour</td>
27        <td align="left">
28        <select size="1" name="d_col">
29          <option value="1">Black&nbsp;&nbsp;</option>
30        </select>
31        </td>
32  </tr>
33  <tr>
34    <td class="normal" align="left">Dot style</td>
35        <td align="left">
36        <select size="1" name="d_styl">
37          <option value="1">Dot&nbsp;&nbsp;</option>
38        </select>
39        </td>
40  </tr>
41  <tr>
42    <td class="normal" align="left">Dot size</td>
43        <td align="left">
44        <select size="1" name="d_size">
45          <option value="1">1&nbsp;&nbsp;</option>
46        </select>
47        </td>
48  </tr>
49</table>
50<p><img src="Icons/line.gif" width="730" height="5"></p>
51
52<div align="center">
53<a href="Javascript:window.close()"><img src="Icons/valid.gif" width="75" height="25" border="0"></a>&nbsp;<a href="Javascript:window.close()"><img src="Icons/cancel.gif" width="75" height="25" border="0"></a>&nbsp;<a href="Javascript:window.close()"><img src="Icons/default.gif" width="75" height="25" border="0"></a>
54</div>
55
56</form>
57  </body>
58</html>
Note: See TracBrowser for help on using the repository browser.