source: ether_core/trunk/src/jsp/admin/criteres_jeux_group.jsp @ 5

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

ajout rep. src

  • Property svn:executable set to *
File size: 6.6 KB
Line 
1<!-- Projet Ether $Id: criteres_jeux_group.jsp,v 1.5 2002/07/18 12:45:46 pn Exp $ -->
2<html><head>
3<META HTTP-EQUIV="Cache-Control" content="no-cache">
4<META HTTP-EQUIV="Pragma" content="no-cache">
5<META HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT">
6
7<%@ page import="fr.alcatel.ether.tools.*" %>
8<%@ page import="fr.alcatel.ether.app.common.*" %>
9<%@ page import="org.apache.ecs.html.*" %>
10<%@ page import="java.util.Locale" %>
11
12
13<jsp:useBean scope="request" id="dataRightBean" class = "fr.alcatel.ether.bean.DataRightBean">
14</jsp:useBean>
15
16<title>Page de crit&egrave;res</title>
17<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
18<link rel="stylesheet" href="/ether/ether.css"></head>
19
20<SCRIPT language="JavaScript">
21
22function fermer()
23{
24        window.close();
25}
26 
27function sauver()
28{
29        document.critereForm.action = "/ether/servlet/RightDataSetServlet?<%= Constants.ACTION %>=<%= Constants.RIGHT_DATASET_VALIDATION_CRITERES%>";
30        document.critereForm.submit();
31}
32
33</script>
34
35<body background="/images/Ether_Fond1.gif">
36<form method="post" name="critereForm" action="">
37  <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
38              <tr>
39                <td width="22%" class="libelleChamp">
40                        <p class="petit"><b>First observation UTC date</b>
41                </td>
42                <td width="40%" class="valeurChamp" >
43                        <p><input name="<%= Constants.CODE_FIRST_DATE%>" size=23 type="TEXT" value="<%= dataRightBean.getSelected().getFirstDateDisplayed()%>">
44                </td>
45                <td width="38%" class="libelleChamp">
46                        <p>&nbsp;
47                </td>
48        </tr>
49       
50        <tr>
51                <td width="22%" class="libelleChamp">
52                        <p class="petit">
53                                <b>Last observation UTC date</b>
54                </td>
55                <td width="40%" class="valeurChamp">
56                        <p>
57                       
58                        <input name="<%= Constants.CODE_LAST_DATE %>" size=23 type="TEXT" value="<%= dataRightBean.getSelected().getLastDateDisplayed() %>">
59                </td>
60                <td width="38%" class="libelleChamp">
61                        <p>&nbsp;
62                </td>
63        </tr>
64       
65                <tr>
66                <td width="22%">&nbsp;</td>
67                <td width="40%">&nbsp;</td>
68                <td width="38%">&nbsp;</td>
69                </tr>
70                 
71        <tr>
72                <td width="22%" class="libelleChamp">
73                        <p class="petit">
74                                <b>Min longitude</b>
75                </td>
76                <td width="40%" class="valeurChamp">
77                        <p>
78                       
79                        <input name="<%= Constants.CODE_MIN_LONGITUDE %>" size=9 type="TEXT" value="<%= dataRightBean.getSelected().getMinLongitude() %>">
80                </td>
81                <td width="38%" class="libelleChamp">
82                        <p>&nbsp;
83                </td>
84        </tr>
85       
86        <tr>
87                <td width="22%" class="libelleChamp">
88                        <p class="petit">
89                                <b>Max longitude</b>
90                </td>
91                <td width="40%" class="valeurChamp">
92                        <p>
93                       
94                        <input name="<%= Constants.CODE_MAX_LONGITUDE %>" size=9 type="TEXT" value="<%= dataRightBean.getSelected().getMaxLongitude() %>">
95                </td>
96                <td width="38%" class="libelleChamp">
97                        <p>&nbsp;
98                </td>
99        </tr>
100       
101        <tr>
102                <td width="22%" class="libelleChamp">
103                        <p class="petit">
104                                <b>Min latitude</b>
105                </td>
106                <td width="40%" class="valeurChamp">
107                        <p>
108                       
109                        <input name="<%= Constants.CODE_MIN_LATITUDE %>" size=8 type="TEXT" value="<%= dataRightBean.getSelected().getMinLatitude() %>">
110                </td>
111                <td width="38%" class="libelleChamp">
112                        <p>&nbsp;
113                </td>
114        </tr>
115       
116        <tr>
117                <td width="22%" class="libelleChamp">
118                        <p class="petit">
119                                <b>Max latitude</b>
120                </td>
121                <td width="40%" class="valeurChamp">
122                        <p>
123                       
124                        <input name="<%= Constants.CODE_MAX_LATITUDE %>" size=8 type="TEXT" value="<%= dataRightBean.getSelected().getMaxLatitude() %>">
125                </td>
126                <td width="38%" class="libelleChamp">
127                        <p>&nbsp;
128                </td>
129        </tr>
130       
131                <tr>
132                <td width="22%">&nbsp;</td>
133                <td width="40%">&nbsp;</td>
134                <td width="38%">&nbsp;</td>
135                </tr>
136       <tr>
137                <td width="22%" class="libelleChamp">
138                        <p class="petit">
139                                <b>Lower altitude</b>
140                </td>
141                <td width="40%" class="valeurChamp">
142                        <p>
143                       
144                        <input name="<%= Constants.CODE_LOWER_ALTITUDE %>" size=9 type="TEXT" value="<%= dataRightBean.getSelected().getMinAltitude() %>">
145                </td>
146                <td width="38%" class="libelleChamp">
147                        <p>&nbsp;
148                </td>
149        </tr>
150       
151        <tr>
152                <td width="22%" class="libelleChamp">
153                        <p class="petit">
154                                <b>Upper altitude</b>
155                </td>
156                <td width="40%" class="valeurChamp">
157                        <p>
158                       
159                        <input name="<%= Constants.CODE_UPPER_ALTITUDE %>" size=9 type="TEXT" value="<%= dataRightBean.getSelected().getMaxAltitude() %>">
160                </td>
161                <td width="38%" class="libelleChamp">
162                        <p>&nbsp;
163                </td>
164        </tr>
165  </table>
166 
167  <table width="14%" border="3" cellspacing="0" cellpadding="0" align="center">
168  <tr>
169    <td width="78%"> 
170        <p align="center"><a href="javascript:sauver();"><%= Config.bouton_sauver.toString() %></a></p>
171    </td>
172    <td width="22%">
173       <p align="center"><a href="javascript:fermer();"><%= Config.bouton_fermer.toString() %></a></p>
174    </td>
175  </tr>
176        </table>
177
178  <p>&nbsp; </p>
179</form>
180</body>
181</html>
Note: See TracBrowser for help on using the repository browser.