source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/page_005fstatistique_jsp.java

Last change on this file was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 52.3 KB
Line 
1package org.apache.jsp.JSF;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class page_005fstatistique_jsp extends org.apache.jasper.runtime.HttpJspBase
8    implements org.apache.jasper.runtime.JspSourceDependent {
9
10  private static java.util.Vector _jspx_dependants;
11
12  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_view;
13  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_form_id;
14  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_jstl_import_url;
15  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_graphicImage_width_value;
16  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_outputText_value;
17  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_selectOneMenu_value_style;
18  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_selectItems_value;
19  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_commandButton_value_styleClass_actionListener;
20  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_inputText_value;
21  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_commandButton_value_styleClass_action;
22
23  public java.util.List getDependants() {
24    return _jspx_dependants;
25  }
26
27  public void _jspInit() {
28    _jspx_tagPool_f_view = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
29    _jspx_tagPool_h_form_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
30    _jspx_tagPool_jstl_import_url = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
31    _jspx_tagPool_h_graphicImage_width_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
32    _jspx_tagPool_h_outputText_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
33    _jspx_tagPool_h_selectOneMenu_value_style = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
34    _jspx_tagPool_f_selectItems_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
35    _jspx_tagPool_h_commandButton_value_styleClass_actionListener = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
36    _jspx_tagPool_h_inputText_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
37    _jspx_tagPool_h_commandButton_value_styleClass_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
38  }
39
40  public void _jspDestroy() {
41    _jspx_tagPool_f_view.release();
42    _jspx_tagPool_h_form_id.release();
43    _jspx_tagPool_jstl_import_url.release();
44    _jspx_tagPool_h_graphicImage_width_value.release();
45    _jspx_tagPool_h_outputText_value.release();
46    _jspx_tagPool_h_selectOneMenu_value_style.release();
47    _jspx_tagPool_f_selectItems_value.release();
48    _jspx_tagPool_h_commandButton_value_styleClass_actionListener.release();
49    _jspx_tagPool_h_inputText_value.release();
50    _jspx_tagPool_h_commandButton_value_styleClass_action.release();
51  }
52
53  public void _jspService(HttpServletRequest request, HttpServletResponse response)
54        throws java.io.IOException, ServletException {
55
56    JspFactory _jspxFactory = null;
57    PageContext pageContext = null;
58    HttpSession session = null;
59    ServletContext application = null;
60    ServletConfig config = null;
61    JspWriter out = null;
62    Object page = this;
63    JspWriter _jspx_out = null;
64
65
66    try {
67      _jspxFactory = JspFactory.getDefaultFactory();
68      response.setContentType("text/html");
69      pageContext = _jspxFactory.getPageContext(this, request, response,
70                        null, true, 8192, true);
71      application = pageContext.getServletContext();
72      config = pageContext.getServletConfig();
73      session = pageContext.getSession();
74      out = pageContext.getOut();
75      _jspx_out = out;
76
77      out.write("\n");
78      out.write("\n");
79      out.write("\n");
80      out.write("\n");
81      out.write("\n");
82      out.write("\n");
83      if (_jspx_meth_f_view_0(pageContext))
84        return;
85    } catch (Throwable t) {
86      if (!(t instanceof SkipPageException)){
87        out = _jspx_out;
88        if (out != null && out.getBufferSize() != 0)
89          out.clearBuffer();
90        if (pageContext != null) pageContext.handlePageException(t);
91      }
92    } finally {
93      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
94    }
95  }
96
97  private boolean _jspx_meth_f_view_0(PageContext pageContext)
98          throws Throwable {
99    JspWriter out = pageContext.getOut();
100    //  f:view
101    org.apache.myfaces.taglib.core.ViewTag _jspx_th_f_view_0 = (org.apache.myfaces.taglib.core.ViewTag) _jspx_tagPool_f_view.get(org.apache.myfaces.taglib.core.ViewTag.class);
102    _jspx_th_f_view_0.setPageContext(pageContext);
103    _jspx_th_f_view_0.setParent(null);
104    int _jspx_eval_f_view_0 = _jspx_th_f_view_0.doStartTag();
105    if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
106      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
107        out = pageContext.pushBody();
108        _jspx_th_f_view_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
109        _jspx_th_f_view_0.doInitBody();
110      }
111      do {
112        out.write("\n");
113        out.write("<script language=\"JavaScript\" src=\"../JavaScript/global.js\"> </script>\n");
114        out.write("<script language=\"JavaScript\" src=\"../JavaScript/selectSouris.js\"> </script>\n");
115        out.write("\n");
116        out.write("<head>\n");
117        out.write("\t\t<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=ISO-8859-1\">\n");
118        out.write("\t\t<title>Eccad</title>\n");
119        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/Eccad.css\" type=\"text/css\" media=\"all\"/>\n");
120        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/carte.css\" type=\"text/css\" media=\"all\"/>\n");
121        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/panel.css\" type=\"text/css\" media=\"all\"/>\n");
122        out.write("</head>\n");
123        out.write("\n");
124        out.write("<body onload=\"javascript:initTabs('tab3');\">\n");
125        if (_jspx_meth_h_form_0(_jspx_th_f_view_0, pageContext))
126          return true;
127        out.write("\n");
128        out.write("</body>\n");
129        int evalDoAfterBody = _jspx_th_f_view_0.doAfterBody();
130        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
131          break;
132      } while (true);
133      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
134        out = pageContext.popBody();
135    }
136    if (_jspx_th_f_view_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
137      return true;
138    _jspx_tagPool_f_view.reuse(_jspx_th_f_view_0);
139    return false;
140  }
141
142  private boolean _jspx_meth_h_form_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext pageContext)
143          throws Throwable {
144    JspWriter out = pageContext.getOut();
145    //  h:form
146    org.apache.myfaces.taglib.html.HtmlFormTag _jspx_th_h_form_0 = (org.apache.myfaces.taglib.html.HtmlFormTag) _jspx_tagPool_h_form_id.get(org.apache.myfaces.taglib.html.HtmlFormTag.class);
147    _jspx_th_h_form_0.setPageContext(pageContext);
148    _jspx_th_h_form_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0);
149    _jspx_th_h_form_0.setId("form_carte");
150    int _jspx_eval_h_form_0 = _jspx_th_h_form_0.doStartTag();
151    if (_jspx_eval_h_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
152      out.write("\n");
153      out.write("\t\t<div id=\"page\">\n");
154      out.write("\t\t");
155      if (_jspx_meth_jstl_import_0(_jspx_th_h_form_0, pageContext))
156        return true;
157      out.write("\n");
158      out.write("\t\t\t\n");
159      out.write("\t\t\t<div id=\"centre\">\n");
160      out.write("\t\t\t   <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\" align=\"left\" style=\"border: none; border-width: 0px\"><tr valign=\"top\" ><td width=\"150px\">\n");
161      out.write("\t\t\t\t   <div class=\"navigV\">\n");
162      out.write("\t\t\t      <div style=\"width: 100%; margin-top: 10px\" align=\"center\">\n");
163      out.write("\t\t\t      \t");
164      if (_jspx_meth_h_graphicImage_0(_jspx_th_h_form_0, pageContext))
165        return true;
166      out.write("\n");
167      out.write("\t\t\t      </div>\n");
168      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 10px\">DataSet</div>\n");
169      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
170      out.write("\t\t\t\t      \t\t");
171      if (_jspx_meth_h_outputText_0(_jspx_th_h_form_0, pageContext))
172        return true;
173      out.write("\n");
174      out.write("\t\t\t\t      \t</div>\n");
175      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
176      out.write("\t\t\t\t      \t\t");
177      if (_jspx_meth_h_outputText_1(_jspx_th_h_form_0, pageContext))
178        return true;
179      out.write("\t\t\t\t      \t\t\n");
180      out.write("\t\t\t\t      \t</div>\n");
181      out.write("\t\t\t\t      \t\n");
182      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 15px\">Selected Period</div>\n");
183      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
184      out.write("\t\t\t\t      \t\tfrom : ");
185      if (_jspx_meth_h_outputText_2(_jspx_th_h_form_0, pageContext))
186        return true;
187      out.write("\t\t\t\t      \t\t\n");
188      out.write("\t\t\t\t      \t</div>\n");
189      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
190      out.write("\t\t\t\t      \t\tto : ");
191      if (_jspx_meth_h_outputText_3(_jspx_th_h_form_0, pageContext))
192        return true;
193      out.write("\t\t\t\t      \t\t\n");
194      out.write("\t\t\t\t      \t</div>\n");
195      out.write("\t\t\t\t      \t\n");
196      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 15px\">Domain</div>\n");
197      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
198      out.write("\t\t\t\t      \t\tNorth/South <br/>\n");
199      out.write("\t\t\t\t      \t\t");
200      if (_jspx_meth_h_outputText_4(_jspx_th_h_form_0, pageContext))
201        return true;
202      out.write("\n");
203      out.write("\t\t\t\t      \t\t/\n");
204      out.write("\t\t\t\t\t\t\t");
205      if (_jspx_meth_h_outputText_5(_jspx_th_h_form_0, pageContext))
206        return true;
207      out.write("\n");
208      out.write("\t\t\t\t      \t</div>\t\t\t\t      \t\n");
209      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
210      out.write("\t\t\t\t      \t\tEast/West <br/>\n");
211      out.write("\t\t\t\t      \t\t");
212      if (_jspx_meth_h_outputText_6(_jspx_th_h_form_0, pageContext))
213        return true;
214      out.write("\n");
215      out.write("\t\t\t\t      \t\t/\n");
216      out.write("\t\t\t\t\t\t\t");
217      if (_jspx_meth_h_outputText_7(_jspx_th_h_form_0, pageContext))
218        return true;
219      out.write("\n");
220      out.write("\t\t\t\t      \t</div>\t\t\t\t      \t\n");
221      out.write("\t\t\t\t   </div><!-- ferme navigV -->\n");
222      out.write("\t\t\t\t</td><td width=\"100%\">\n");
223      out.write("\t\t\t\t<div class=\"contenu\">\n");
224      out.write("\t\t\t\t");
225      if (_jspx_meth_jstl_import_1(_jspx_th_h_form_0, pageContext))
226        return true;
227      out.write("\n");
228      out.write("\t\t\t\t\t<div class=\"mainBody\">\n");
229      out.write("\t\t\t\t\t\t\n");
230      out.write("\t\t\t\t\t\t<div class=\"selection\" style=\"position: relative; width: 720px;\"> \n");
231      out.write("\t\t\t\t\t\t\t<div id=\"AreaStat\" class=\"bloc\" style=\"width: 300px; float: left;\">\n");
232      out.write("\t\t\t\t\t\t\t\t<div class=\"legendbloc\">By Area (select date)</div>\n");
233      out.write("\t\t\t\t\t\t\t\t<table width=\"100%\"><tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
234      out.write("\t\t\t\t\t\t\t\t\t");
235      if (_jspx_meth_h_outputText_8(_jspx_th_h_form_0, pageContext))
236        return true;
237      out.write("\n");
238      out.write("\t\t\t\t\t\t\t\t</td><td width=\"70%\">\n");
239      out.write("\t\t\t\t\t\t\t\t\t");
240      if (_jspx_meth_h_selectOneMenu_0(_jspx_th_h_form_0, pageContext))
241        return true;
242      out.write("\n");
243      out.write("\t\t\t\t\t\t\t\t</td></tr>\n");
244      out.write("\t\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
245      out.write("\t\t\t\t\t\t\t\t\t\t");
246      if (_jspx_meth_h_outputText_9(_jspx_th_h_form_0, pageContext))
247        return true;
248      out.write("\n");
249      out.write("\t\t\t\t\t\t\t\t\t</td><td width=\"70%\" class=\"valeur\">\n");
250      out.write("\t\t\t\t\t\t\t\t\t\tNorth/South :&nbsp;");
251      if (_jspx_meth_h_outputText_10(_jspx_th_h_form_0, pageContext))
252        return true;
253      out.write('/');
254      if (_jspx_meth_h_outputText_11(_jspx_th_h_form_0, pageContext))
255        return true;
256      out.write("\n");
257      out.write("\t\t\t\t\t\t\t\t\t</td></tr>\n");
258      out.write("\t\t\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\"></td><td width=\"70%\" class=\"valeur\">\t\n");
259      out.write("\t\t\t\t\t\t\t\t\t\tEast/West :&nbsp;");
260      if (_jspx_meth_h_outputText_12(_jspx_th_h_form_0, pageContext))
261        return true;
262      out.write('/');
263      if (_jspx_meth_h_outputText_13(_jspx_th_h_form_0, pageContext))
264        return true;
265      out.write("\n");
266      out.write("\t\t\t\t\t\t\t\t\t</td></tr>\n");
267      out.write("\t\t\t\t\t\t\t\t\t<tr>\n");
268      out.write("\t\t\t\t\t\t\t\t\t<td></td>\n");
269      out.write("\t\t\t\t\t\t\t\t\t\t<td>");
270      if (_jspx_meth_h_commandButton_0(_jspx_th_h_form_0, pageContext))
271        return true;
272      out.write("</td>\n");
273      out.write("\t\t\t\t\t\t\t\t\t</tr>\n");
274      out.write("\t\t\t\t\t\t\t\t</table>\n");
275      out.write("\t\t\t\t\t\t\t</div> <!-- ferme study grid -->\n");
276      out.write("\t\t\t\t\t\t\t\n");
277      out.write("\t\t\t\t\t\t\t<div id=\"PeriodStat\" class=\"bloc\" style=\"width: 315px; float: right;\">\n");
278      out.write("\t\t\t\t\t\t\t\t<div class=\"legendbloc\">By Period (select point)</div>\n");
279      out.write("\t\t\t\t\t\t\t\t<table width=\"100%\">\n");
280      out.write("\t\t\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
281      out.write("\t\t\t\t\t\t\t\t\t\t");
282      if (_jspx_meth_h_outputText_14(_jspx_th_h_form_0, pageContext))
283        return true;
284      out.write("\n");
285      out.write("\t\t\t\t\t\t\t\t\t</td><td width=\"70%\">\n");
286      out.write("\t\t\t\t\t\t\t\t\t\t");
287      if (_jspx_meth_h_inputText_0(_jspx_th_h_form_0, pageContext))
288        return true;
289      out.write("\n");
290      out.write("\t\t\t\t\t\t\t\t\t</td></tr>\n");
291      out.write("\t\t\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
292      out.write("\t\t\t\t\t\t\t\t\t\t");
293      if (_jspx_meth_h_outputText_15(_jspx_th_h_form_0, pageContext))
294        return true;
295      out.write("\n");
296      out.write("\t\t\t\t\t\t\t\t\t</td><td width=\"70%\">\n");
297      out.write("\t\t\t\t\t\t\t\t\t\t");
298      if (_jspx_meth_h_inputText_1(_jspx_th_h_form_0, pageContext))
299        return true;
300      out.write("\n");
301      out.write("\t\t\t\t\t\t\t\t\t</td></tr>\n");
302      out.write("\t\t\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
303      out.write("\t\t\t\t\t\t\t\t\t\t");
304      if (_jspx_meth_h_outputText_16(_jspx_th_h_form_0, pageContext))
305        return true;
306      out.write("\n");
307      out.write("\t\t\t\t\t\t\t\t\t\t</td><td width=\"70%\" align=\"left\" class=\"valeur\">\n");
308      out.write("\t\t\t\t\t\t\t\t\t\t\t");
309      if (_jspx_meth_h_outputText_17(_jspx_th_h_form_0, pageContext))
310        return true;
311      out.write(" to ");
312      if (_jspx_meth_h_outputText_18(_jspx_th_h_form_0, pageContext))
313        return true;
314      out.write("\n");
315      out.write("\t\t\t\t\t\t\t\t\t</td></tr>\n");
316      out.write("\t\t\t\t\t\t\t\t\t<tr>\n");
317      out.write("\t\t\t\t\t\t\t\t\t\t<td></td>\n");
318      out.write("\t\t\t\t\t\t\t\t\t\t<td>");
319      if (_jspx_meth_h_commandButton_1(_jspx_th_h_form_0, pageContext))
320        return true;
321      out.write("</td>\n");
322      out.write("\t\t\t\t\t\t\t\t\t</tr>\n");
323      out.write("\t\t\t\t\t\t\t\t</table>\n");
324      out.write("\t\t\t\t\t\t\t</div> <!-- ferme study grid -->\n");
325      out.write("\t\t\t\t\t\t\t\n");
326      out.write("\t\t\t\t\t\t\t<br style=\"clear: both;\"/>\n");
327      out.write("\t\t\t\t\t\t</div> <!-- ferme selection -->\n");
328      out.write("\t\t\t\t\t\t\n");
329      out.write("\t\t\t\t\t\t<div id=\"ResultatStat\" class=\"bloc\" style=\"width: 705px;\">\n");
330      out.write("\t\t\t\t\t\t<div class=\"legendbloc\">");
331      if (_jspx_meth_h_outputText_19(_jspx_th_h_form_0, pageContext))
332        return true;
333      out.write("</div>\n");
334      out.write("\t\t\t\t\t\t\t<table>\n");
335      out.write("\t\t\t\t\t\t\t\t<tr>\n");
336      out.write("\t\t\t\t\t\t\t\t\t<td class=\"nom\">mean</td>\n");
337      out.write("\t\t\t\t\t\t\t\t\t<td class=\"valeur\">");
338      if (_jspx_meth_h_outputText_20(_jspx_th_h_form_0, pageContext))
339        return true;
340      out.write("</td>\n");
341      out.write("\t\t\t\t\t\t\t\t</tr>\n");
342      out.write("\t\t\t\t\t\t\t\t<tr>\n");
343      out.write("\t\t\t\t\t\t\t\t\t<td class=\"nom\">standard deviation</td>\n");
344      out.write("\t\t\t\t\t\t\t\t\t<td class=\"valeur\">");
345      if (_jspx_meth_h_outputText_21(_jspx_th_h_form_0, pageContext))
346        return true;
347      out.write("</td>\n");
348      out.write("\t\t\t\t\t\t\t\t</tr>\n");
349      out.write("\t\t\t\t\t\t\t\t<tr>\n");
350      out.write("\t\t\t\t\t\t\t\t\t<td class=\"nom\">sum</td>\n");
351      out.write("\t\t\t\t\t\t\t\t\t<td class=\"valeur\">");
352      if (_jspx_meth_h_outputText_22(_jspx_th_h_form_0, pageContext))
353        return true;
354      out.write("</td>\n");
355      out.write("\t\t\t\t\t\t\t\t</tr>\n");
356      out.write("\t\t\t\t\t\t\t\t<tr>\n");
357      out.write("\t\t\t\t\t\t\t\t\t<td class=\"nom\">min</td>\n");
358      out.write("\t\t\t\t\t\t\t\t\t<td class=\"valeur\">");
359      if (_jspx_meth_h_outputText_23(_jspx_th_h_form_0, pageContext))
360        return true;
361      out.write("</td>\n");
362      out.write("\t\t\t\t\t\t\t\t</tr>\n");
363      out.write("\t\t\t\t\t\t\t\t<tr>\n");
364      out.write("\t\t\t\t\t\t\t\t\t<td class=\"nom\">max</td>\n");
365      out.write("\t\t\t\t\t\t\t\t\t<td class=\"valeur\">");
366      if (_jspx_meth_h_outputText_24(_jspx_th_h_form_0, pageContext))
367        return true;
368      out.write("</td>\n");
369      out.write("\t\t\t\t\t\t\t\t</tr>\n");
370      out.write("\t\t\t\t\t\t\t</table>\n");
371      out.write("\t\t\t\t\t\t\t\n");
372      out.write("\t\t\t\t\t\t</div> <!-- resultat stat -->\n");
373      out.write("\t\t\t\t\t\t<div class=\"bloc\" style=\"position: relative; margin-left: 5px; width: 720px; height: 50px; margin-top: 40px; border-style: none; background-color: transparent;\">\n");
374      out.write("\t\t\t\t\t\t<div style=\"position: absolute; top: 10px; right: 10px\">\n");
375      out.write("\t\t\t\t\t\t\t");
376      if (_jspx_meth_h_commandButton_2(_jspx_th_h_form_0, pageContext))
377        return true;
378      out.write("\n");
379      out.write("\t\t\t\t\t\t</div>\n");
380      out.write("\t\t\t\t\t</div><!-- ferme conteneur bouton -->\n");
381      out.write("\t\t\t\t\t</div>\n");
382      out.write("\t\t\t\t</div>\n");
383      out.write("\t\t\t\t</td></tr></table>\n");
384      out.write("\t\t\t</div> <!-- ferme centre -->\n");
385      out.write("\t\t</div><!-- ferme page -->\n");
386      out.write("\t");
387    }
388    if (_jspx_th_h_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
389      return true;
390    _jspx_tagPool_h_form_id.reuse(_jspx_th_h_form_0);
391    return false;
392  }
393
394  private boolean _jspx_meth_jstl_import_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
395          throws Throwable {
396    JspWriter out = pageContext.getOut();
397    //  jstl:import
398    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_0 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
399    _jspx_th_jstl_import_0.setPageContext(pageContext);
400    _jspx_th_jstl_import_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
401    _jspx_th_jstl_import_0.setUrl("./commun/bandeauhaut.jsp");
402    int[] _jspx_push_body_count_jstl_import_0 = new int[] { 0 };
403    try {
404      int _jspx_eval_jstl_import_0 = _jspx_th_jstl_import_0.doStartTag();
405      if (_jspx_th_jstl_import_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
406        return true;
407    } catch (Throwable _jspx_exception) {
408      while (_jspx_push_body_count_jstl_import_0[0]-- > 0)
409        out = pageContext.popBody();
410      _jspx_th_jstl_import_0.doCatch(_jspx_exception);
411    } finally {
412      _jspx_th_jstl_import_0.doFinally();
413      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_0);
414    }
415    return false;
416  }
417
418  private boolean _jspx_meth_h_graphicImage_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
419          throws Throwable {
420    JspWriter out = pageContext.getOut();
421    //  h:graphicImage
422    org.apache.myfaces.taglib.html.HtmlGraphicImageTag _jspx_th_h_graphicImage_0 = (org.apache.myfaces.taglib.html.HtmlGraphicImageTag) _jspx_tagPool_h_graphicImage_width_value.get(org.apache.myfaces.taglib.html.HtmlGraphicImageTag.class);
423    _jspx_th_h_graphicImage_0.setPageContext(pageContext);
424    _jspx_th_h_graphicImage_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
425    _jspx_th_h_graphicImage_0.setValue("/images/ECCAD_small.gif");
426    _jspx_th_h_graphicImage_0.setWidth("100px");
427    int _jspx_eval_h_graphicImage_0 = _jspx_th_h_graphicImage_0.doStartTag();
428    if (_jspx_th_h_graphicImage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
429      return true;
430    _jspx_tagPool_h_graphicImage_width_value.reuse(_jspx_th_h_graphicImage_0);
431    return false;
432  }
433
434  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
435          throws Throwable {
436    JspWriter out = pageContext.getOut();
437    //  h:outputText
438    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_0 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
439    _jspx_th_h_outputText_0.setPageContext(pageContext);
440    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
441    _jspx_th_h_outputText_0.setValue("#{carteBean.parametre}");
442    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
443    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
444      return true;
445    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_0);
446    return false;
447  }
448
449  private boolean _jspx_meth_h_outputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
450          throws Throwable {
451    JspWriter out = pageContext.getOut();
452    //  h:outputText
453    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_1 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
454    _jspx_th_h_outputText_1.setPageContext(pageContext);
455    _jspx_th_h_outputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
456    _jspx_th_h_outputText_1.setValue("#{carteBean.produit}");
457    int _jspx_eval_h_outputText_1 = _jspx_th_h_outputText_1.doStartTag();
458    if (_jspx_th_h_outputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
459      return true;
460    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_1);
461    return false;
462  }
463
464  private boolean _jspx_meth_h_outputText_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
465          throws Throwable {
466    JspWriter out = pageContext.getOut();
467    //  h:outputText
468    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_2 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
469    _jspx_th_h_outputText_2.setPageContext(pageContext);
470    _jspx_th_h_outputText_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
471    _jspx_th_h_outputText_2.setValue("#{critereBean.begDate}");
472    int _jspx_eval_h_outputText_2 = _jspx_th_h_outputText_2.doStartTag();
473    if (_jspx_th_h_outputText_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
474      return true;
475    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_2);
476    return false;
477  }
478
479  private boolean _jspx_meth_h_outputText_3(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
480          throws Throwable {
481    JspWriter out = pageContext.getOut();
482    //  h:outputText
483    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_3 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
484    _jspx_th_h_outputText_3.setPageContext(pageContext);
485    _jspx_th_h_outputText_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
486    _jspx_th_h_outputText_3.setValue("#{critereBean.endDate}");
487    int _jspx_eval_h_outputText_3 = _jspx_th_h_outputText_3.doStartTag();
488    if (_jspx_th_h_outputText_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
489      return true;
490    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_3);
491    return false;
492  }
493
494  private boolean _jspx_meth_h_outputText_4(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
495          throws Throwable {
496    JspWriter out = pageContext.getOut();
497    //  h:outputText
498    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_4 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
499    _jspx_th_h_outputText_4.setPageContext(pageContext);
500    _jspx_th_h_outputText_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
501    _jspx_th_h_outputText_4.setValue("#{critereBean.northbc}");
502    int _jspx_eval_h_outputText_4 = _jspx_th_h_outputText_4.doStartTag();
503    if (_jspx_th_h_outputText_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
504      return true;
505    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_4);
506    return false;
507  }
508
509  private boolean _jspx_meth_h_outputText_5(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
510          throws Throwable {
511    JspWriter out = pageContext.getOut();
512    //  h:outputText
513    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_5 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
514    _jspx_th_h_outputText_5.setPageContext(pageContext);
515    _jspx_th_h_outputText_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
516    _jspx_th_h_outputText_5.setValue("#{critereBean.southbc}");
517    int _jspx_eval_h_outputText_5 = _jspx_th_h_outputText_5.doStartTag();
518    if (_jspx_th_h_outputText_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
519      return true;
520    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_5);
521    return false;
522  }
523
524  private boolean _jspx_meth_h_outputText_6(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
525          throws Throwable {
526    JspWriter out = pageContext.getOut();
527    //  h:outputText
528    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_6 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
529    _jspx_th_h_outputText_6.setPageContext(pageContext);
530    _jspx_th_h_outputText_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
531    _jspx_th_h_outputText_6.setValue("#{critereBean.eastbc}");
532    int _jspx_eval_h_outputText_6 = _jspx_th_h_outputText_6.doStartTag();
533    if (_jspx_th_h_outputText_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
534      return true;
535    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_6);
536    return false;
537  }
538
539  private boolean _jspx_meth_h_outputText_7(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
540          throws Throwable {
541    JspWriter out = pageContext.getOut();
542    //  h:outputText
543    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_7 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
544    _jspx_th_h_outputText_7.setPageContext(pageContext);
545    _jspx_th_h_outputText_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
546    _jspx_th_h_outputText_7.setValue("#{critereBean.westbc}");
547    int _jspx_eval_h_outputText_7 = _jspx_th_h_outputText_7.doStartTag();
548    if (_jspx_th_h_outputText_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
549      return true;
550    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_7);
551    return false;
552  }
553
554  private boolean _jspx_meth_jstl_import_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
555          throws Throwable {
556    JspWriter out = pageContext.getOut();
557    //  jstl:import
558    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_1 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
559    _jspx_th_jstl_import_1.setPageContext(pageContext);
560    _jspx_th_jstl_import_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
561    _jspx_th_jstl_import_1.setUrl("./commun/tabs.jsp");
562    int[] _jspx_push_body_count_jstl_import_1 = new int[] { 0 };
563    try {
564      int _jspx_eval_jstl_import_1 = _jspx_th_jstl_import_1.doStartTag();
565      if (_jspx_th_jstl_import_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
566        return true;
567    } catch (Throwable _jspx_exception) {
568      while (_jspx_push_body_count_jstl_import_1[0]-- > 0)
569        out = pageContext.popBody();
570      _jspx_th_jstl_import_1.doCatch(_jspx_exception);
571    } finally {
572      _jspx_th_jstl_import_1.doFinally();
573      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_1);
574    }
575    return false;
576  }
577
578  private boolean _jspx_meth_h_outputText_8(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
579          throws Throwable {
580    JspWriter out = pageContext.getOut();
581    //  h:outputText
582    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_8 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
583    _jspx_th_h_outputText_8.setPageContext(pageContext);
584    _jspx_th_h_outputText_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
585    _jspx_th_h_outputText_8.setValue("Date");
586    int _jspx_eval_h_outputText_8 = _jspx_th_h_outputText_8.doStartTag();
587    if (_jspx_th_h_outputText_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
588      return true;
589    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_8);
590    return false;
591  }
592
593  private boolean _jspx_meth_h_selectOneMenu_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
594          throws Throwable {
595    JspWriter out = pageContext.getOut();
596    //  h:selectOneMenu
597    org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag _jspx_th_h_selectOneMenu_0 = (org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag) _jspx_tagPool_h_selectOneMenu_value_style.get(org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag.class);
598    _jspx_th_h_selectOneMenu_0.setPageContext(pageContext);
599    _jspx_th_h_selectOneMenu_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
600    _jspx_th_h_selectOneMenu_0.setStyle("width: 100%;");
601    _jspx_th_h_selectOneMenu_0.setValue("#{critereBean.grille}");
602    int _jspx_eval_h_selectOneMenu_0 = _jspx_th_h_selectOneMenu_0.doStartTag();
603    if (_jspx_eval_h_selectOneMenu_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
604      out.write("\n");
605      out.write("\t\t\t\t\t\t\t\t\t\t");
606      if (_jspx_meth_f_selectItems_0(_jspx_th_h_selectOneMenu_0, pageContext))
607        return true;
608      out.write("\n");
609      out.write("\t\t\t\t\t\t\t\t\t");
610    }
611    if (_jspx_th_h_selectOneMenu_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
612      return true;
613    _jspx_tagPool_h_selectOneMenu_value_style.reuse(_jspx_th_h_selectOneMenu_0);
614    return false;
615  }
616
617  private boolean _jspx_meth_f_selectItems_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_selectOneMenu_0, PageContext pageContext)
618          throws Throwable {
619    JspWriter out = pageContext.getOut();
620    //  f:selectItems
621    org.apache.myfaces.taglib.core.SelectItemsTag _jspx_th_f_selectItems_0 = (org.apache.myfaces.taglib.core.SelectItemsTag) _jspx_tagPool_f_selectItems_value.get(org.apache.myfaces.taglib.core.SelectItemsTag.class);
622    _jspx_th_f_selectItems_0.setPageContext(pageContext);
623    _jspx_th_f_selectItems_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_selectOneMenu_0);
624    _jspx_th_f_selectItems_0.setValue("#{critereBean.liste_grille}");
625    int _jspx_eval_f_selectItems_0 = _jspx_th_f_selectItems_0.doStartTag();
626    if (_jspx_th_f_selectItems_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
627      return true;
628    _jspx_tagPool_f_selectItems_value.reuse(_jspx_th_f_selectItems_0);
629    return false;
630  }
631
632  private boolean _jspx_meth_h_outputText_9(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
633          throws Throwable {
634    JspWriter out = pageContext.getOut();
635    //  h:outputText
636    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_9 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
637    _jspx_th_h_outputText_9.setPageContext(pageContext);
638    _jspx_th_h_outputText_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
639    _jspx_th_h_outputText_9.setValue("Area");
640    int _jspx_eval_h_outputText_9 = _jspx_th_h_outputText_9.doStartTag();
641    if (_jspx_th_h_outputText_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
642      return true;
643    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_9);
644    return false;
645  }
646
647  private boolean _jspx_meth_h_outputText_10(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
648          throws Throwable {
649    JspWriter out = pageContext.getOut();
650    //  h:outputText
651    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_10 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
652    _jspx_th_h_outputText_10.setPageContext(pageContext);
653    _jspx_th_h_outputText_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
654    _jspx_th_h_outputText_10.setValue("#{carteBean.zone_affichee.northbcN}");
655    int _jspx_eval_h_outputText_10 = _jspx_th_h_outputText_10.doStartTag();
656    if (_jspx_th_h_outputText_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
657      return true;
658    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_10);
659    return false;
660  }
661
662  private boolean _jspx_meth_h_outputText_11(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
663          throws Throwable {
664    JspWriter out = pageContext.getOut();
665    //  h:outputText
666    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_11 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
667    _jspx_th_h_outputText_11.setPageContext(pageContext);
668    _jspx_th_h_outputText_11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
669    _jspx_th_h_outputText_11.setValue("#{carteBean.zone_affichee.southbcN}");
670    int _jspx_eval_h_outputText_11 = _jspx_th_h_outputText_11.doStartTag();
671    if (_jspx_th_h_outputText_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
672      return true;
673    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_11);
674    return false;
675  }
676
677  private boolean _jspx_meth_h_outputText_12(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
678          throws Throwable {
679    JspWriter out = pageContext.getOut();
680    //  h:outputText
681    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_12 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
682    _jspx_th_h_outputText_12.setPageContext(pageContext);
683    _jspx_th_h_outputText_12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
684    _jspx_th_h_outputText_12.setValue("#{carteBean.zone_affichee.eastbcN}");
685    int _jspx_eval_h_outputText_12 = _jspx_th_h_outputText_12.doStartTag();
686    if (_jspx_th_h_outputText_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
687      return true;
688    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_12);
689    return false;
690  }
691
692  private boolean _jspx_meth_h_outputText_13(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
693          throws Throwable {
694    JspWriter out = pageContext.getOut();
695    //  h:outputText
696    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_13 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
697    _jspx_th_h_outputText_13.setPageContext(pageContext);
698    _jspx_th_h_outputText_13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
699    _jspx_th_h_outputText_13.setValue("#{carteBean.zone_affichee.westbcN}");
700    int _jspx_eval_h_outputText_13 = _jspx_th_h_outputText_13.doStartTag();
701    if (_jspx_th_h_outputText_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
702      return true;
703    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_13);
704    return false;
705  }
706
707  private boolean _jspx_meth_h_commandButton_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
708          throws Throwable {
709    JspWriter out = pageContext.getOut();
710    //  h:commandButton
711    org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_0 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_styleClass_actionListener.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class);
712    _jspx_th_h_commandButton_0.setPageContext(pageContext);
713    _jspx_th_h_commandButton_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
714    _jspx_th_h_commandButton_0.setStyleClass("commandbouton");
715    _jspx_th_h_commandButton_0.setValue("calculate");
716    _jspx_th_h_commandButton_0.setActionListener("#{statistiqueBean.calculateByArea}");
717    int _jspx_eval_h_commandButton_0 = _jspx_th_h_commandButton_0.doStartTag();
718    if (_jspx_th_h_commandButton_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
719      return true;
720    _jspx_tagPool_h_commandButton_value_styleClass_actionListener.reuse(_jspx_th_h_commandButton_0);
721    return false;
722  }
723
724  private boolean _jspx_meth_h_outputText_14(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
725          throws Throwable {
726    JspWriter out = pageContext.getOut();
727    //  h:outputText
728    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_14 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
729    _jspx_th_h_outputText_14.setPageContext(pageContext);
730    _jspx_th_h_outputText_14.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
731    _jspx_th_h_outputText_14.setValue("Latitude");
732    int _jspx_eval_h_outputText_14 = _jspx_th_h_outputText_14.doStartTag();
733    if (_jspx_th_h_outputText_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
734      return true;
735    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_14);
736    return false;
737  }
738
739  private boolean _jspx_meth_h_inputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
740          throws Throwable {
741    JspWriter out = pageContext.getOut();
742    //  h:inputText
743    org.apache.myfaces.taglib.html.HtmlInputTextTag _jspx_th_h_inputText_0 = (org.apache.myfaces.taglib.html.HtmlInputTextTag) _jspx_tagPool_h_inputText_value.get(org.apache.myfaces.taglib.html.HtmlInputTextTag.class);
744    _jspx_th_h_inputText_0.setPageContext(pageContext);
745    _jspx_th_h_inputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
746    _jspx_th_h_inputText_0.setValue("#{statistiqueBean.lat}");
747    int _jspx_eval_h_inputText_0 = _jspx_th_h_inputText_0.doStartTag();
748    if (_jspx_th_h_inputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
749      return true;
750    _jspx_tagPool_h_inputText_value.reuse(_jspx_th_h_inputText_0);
751    return false;
752  }
753
754  private boolean _jspx_meth_h_outputText_15(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
755          throws Throwable {
756    JspWriter out = pageContext.getOut();
757    //  h:outputText
758    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_15 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
759    _jspx_th_h_outputText_15.setPageContext(pageContext);
760    _jspx_th_h_outputText_15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
761    _jspx_th_h_outputText_15.setValue("Longitude");
762    int _jspx_eval_h_outputText_15 = _jspx_th_h_outputText_15.doStartTag();
763    if (_jspx_th_h_outputText_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
764      return true;
765    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_15);
766    return false;
767  }
768
769  private boolean _jspx_meth_h_inputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
770          throws Throwable {
771    JspWriter out = pageContext.getOut();
772    //  h:inputText
773    org.apache.myfaces.taglib.html.HtmlInputTextTag _jspx_th_h_inputText_1 = (org.apache.myfaces.taglib.html.HtmlInputTextTag) _jspx_tagPool_h_inputText_value.get(org.apache.myfaces.taglib.html.HtmlInputTextTag.class);
774    _jspx_th_h_inputText_1.setPageContext(pageContext);
775    _jspx_th_h_inputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
776    _jspx_th_h_inputText_1.setValue("#{statistiqueBean.lon}");
777    int _jspx_eval_h_inputText_1 = _jspx_th_h_inputText_1.doStartTag();
778    if (_jspx_th_h_inputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
779      return true;
780    _jspx_tagPool_h_inputText_value.reuse(_jspx_th_h_inputText_1);
781    return false;
782  }
783
784  private boolean _jspx_meth_h_outputText_16(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
785          throws Throwable {
786    JspWriter out = pageContext.getOut();
787    //  h:outputText
788    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_16 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
789    _jspx_th_h_outputText_16.setPageContext(pageContext);
790    _jspx_th_h_outputText_16.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
791    _jspx_th_h_outputText_16.setValue("Period");
792    int _jspx_eval_h_outputText_16 = _jspx_th_h_outputText_16.doStartTag();
793    if (_jspx_th_h_outputText_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
794      return true;
795    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_16);
796    return false;
797  }
798
799  private boolean _jspx_meth_h_outputText_17(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
800          throws Throwable {
801    JspWriter out = pageContext.getOut();
802    //  h:outputText
803    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_17 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
804    _jspx_th_h_outputText_17.setPageContext(pageContext);
805    _jspx_th_h_outputText_17.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
806    _jspx_th_h_outputText_17.setValue("#{critereBean.begDate}");
807    int _jspx_eval_h_outputText_17 = _jspx_th_h_outputText_17.doStartTag();
808    if (_jspx_th_h_outputText_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
809      return true;
810    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_17);
811    return false;
812  }
813
814  private boolean _jspx_meth_h_outputText_18(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
815          throws Throwable {
816    JspWriter out = pageContext.getOut();
817    //  h:outputText
818    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_18 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
819    _jspx_th_h_outputText_18.setPageContext(pageContext);
820    _jspx_th_h_outputText_18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
821    _jspx_th_h_outputText_18.setValue("#{critereBean.endDate}");
822    int _jspx_eval_h_outputText_18 = _jspx_th_h_outputText_18.doStartTag();
823    if (_jspx_th_h_outputText_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
824      return true;
825    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_18);
826    return false;
827  }
828
829  private boolean _jspx_meth_h_commandButton_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
830          throws Throwable {
831    JspWriter out = pageContext.getOut();
832    //  h:commandButton
833    org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_1 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_styleClass_actionListener.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class);
834    _jspx_th_h_commandButton_1.setPageContext(pageContext);
835    _jspx_th_h_commandButton_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
836    _jspx_th_h_commandButton_1.setStyleClass("commandbouton");
837    _jspx_th_h_commandButton_1.setValue("calculate");
838    _jspx_th_h_commandButton_1.setActionListener("#{statistiqueBean.calculateByPeriod}");
839    int _jspx_eval_h_commandButton_1 = _jspx_th_h_commandButton_1.doStartTag();
840    if (_jspx_th_h_commandButton_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
841      return true;
842    _jspx_tagPool_h_commandButton_value_styleClass_actionListener.reuse(_jspx_th_h_commandButton_1);
843    return false;
844  }
845
846  private boolean _jspx_meth_h_outputText_19(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
847          throws Throwable {
848    JspWriter out = pageContext.getOut();
849    //  h:outputText
850    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_19 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
851    _jspx_th_h_outputText_19.setPageContext(pageContext);
852    _jspx_th_h_outputText_19.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
853    _jspx_th_h_outputText_19.setValue("#{statistiqueBean.typeResult} #{statistiqueBean.infoSup}");
854    int _jspx_eval_h_outputText_19 = _jspx_th_h_outputText_19.doStartTag();
855    if (_jspx_th_h_outputText_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
856      return true;
857    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_19);
858    return false;
859  }
860
861  private boolean _jspx_meth_h_outputText_20(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
862          throws Throwable {
863    JspWriter out = pageContext.getOut();
864    //  h:outputText
865    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_20 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
866    _jspx_th_h_outputText_20.setPageContext(pageContext);
867    _jspx_th_h_outputText_20.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
868    _jspx_th_h_outputText_20.setValue("#{statistiqueBean.result.moyenne}");
869    int _jspx_eval_h_outputText_20 = _jspx_th_h_outputText_20.doStartTag();
870    if (_jspx_th_h_outputText_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
871      return true;
872    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_20);
873    return false;
874  }
875
876  private boolean _jspx_meth_h_outputText_21(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
877          throws Throwable {
878    JspWriter out = pageContext.getOut();
879    //  h:outputText
880    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_21 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
881    _jspx_th_h_outputText_21.setPageContext(pageContext);
882    _jspx_th_h_outputText_21.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
883    _jspx_th_h_outputText_21.setValue("#{statistiqueBean.result.ecart}");
884    int _jspx_eval_h_outputText_21 = _jspx_th_h_outputText_21.doStartTag();
885    if (_jspx_th_h_outputText_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
886      return true;
887    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_21);
888    return false;
889  }
890
891  private boolean _jspx_meth_h_outputText_22(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
892          throws Throwable {
893    JspWriter out = pageContext.getOut();
894    //  h:outputText
895    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_22 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
896    _jspx_th_h_outputText_22.setPageContext(pageContext);
897    _jspx_th_h_outputText_22.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
898    _jspx_th_h_outputText_22.setValue("#{statistiqueBean.result.somme}");
899    int _jspx_eval_h_outputText_22 = _jspx_th_h_outputText_22.doStartTag();
900    if (_jspx_th_h_outputText_22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
901      return true;
902    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_22);
903    return false;
904  }
905
906  private boolean _jspx_meth_h_outputText_23(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
907          throws Throwable {
908    JspWriter out = pageContext.getOut();
909    //  h:outputText
910    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_23 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
911    _jspx_th_h_outputText_23.setPageContext(pageContext);
912    _jspx_th_h_outputText_23.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
913    _jspx_th_h_outputText_23.setValue("#{statistiqueBean.result.min}");
914    int _jspx_eval_h_outputText_23 = _jspx_th_h_outputText_23.doStartTag();
915    if (_jspx_th_h_outputText_23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
916      return true;
917    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_23);
918    return false;
919  }
920
921  private boolean _jspx_meth_h_outputText_24(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
922          throws Throwable {
923    JspWriter out = pageContext.getOut();
924    //  h:outputText
925    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_24 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
926    _jspx_th_h_outputText_24.setPageContext(pageContext);
927    _jspx_th_h_outputText_24.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
928    _jspx_th_h_outputText_24.setValue("#{statistiqueBean.result.max}");
929    int _jspx_eval_h_outputText_24 = _jspx_th_h_outputText_24.doStartTag();
930    if (_jspx_th_h_outputText_24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
931      return true;
932    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_24);
933    return false;
934  }
935
936  private boolean _jspx_meth_h_commandButton_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
937          throws Throwable {
938    JspWriter out = pageContext.getOut();
939    //  h:commandButton
940    org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_2 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_styleClass_action.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class);
941    _jspx_th_h_commandButton_2.setPageContext(pageContext);
942    _jspx_th_h_commandButton_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
943    _jspx_th_h_commandButton_2.setAction("page_critere");
944    _jspx_th_h_commandButton_2.setValue("Back to selection");
945    _jspx_th_h_commandButton_2.setStyleClass("commandbouton");
946    int _jspx_eval_h_commandButton_2 = _jspx_th_h_commandButton_2.doStartTag();
947    if (_jspx_th_h_commandButton_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
948      return true;
949    _jspx_tagPool_h_commandButton_value_styleClass_action.reuse(_jspx_th_h_commandButton_2);
950    return false;
951  }
952}
Note: See TracBrowser for help on using the repository browser.