Author: bleny Date: 2014-05-26 17:45:45 +0200 (Mon, 26 May 2014) New Revision: 1978 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1978 Log: clean synthesis page after tests Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-05-23 10:27:23 UTC (rev 1977) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-05-26 15:45:45 UTC (rev 1978) @@ -41,41 +41,6 @@ <script src="<s:url value="/jqplot-1.0.8/plugins/jqplot.barRenderer.js" />"></script> <link rel="stylesheet" href="<s:url value="/jqplot-1.0.8/jquery.jqplot.css" />" /> - - - <%-- - - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jquery.jqplot.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.core.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.linearTickGenerator.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.linearAxisRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.axisTickRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.axisLabelRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.tableLegendRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.lineRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.markerRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.divTitleRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.canvasGridRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.linePattern.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.shadowRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.shapeRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.sprintf.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jsdate.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.themeEngine.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.toImage.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.effects.core.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/jqplot.effects.blind.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.categoryAxisRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.pointLabels.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.canvasTextRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.enhancedLegendRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.barRenderer.js"></script> - <script type="text/javascript" src="http://demo.codelutin.com/extranet-enc-ahi-latest/js/jqplot/plugins/jqplot.pieRenderer.js"></script> - - --%> - <script type="text/javascript"> $(document).ready(function() { @@ -89,13 +54,13 @@ <content tag="mainClass"></content> - <h2> - <s:text name="SynthesisId.GRAPH_SAMPLING"/> - </h2> + <article> + <h2> + <s:text name="SynthesisId.GRAPH_SAMPLING"/> + </h2> - <div id="" class="chart"> <div id="expected-vs-actual-observations-by-months-chart" class="chart"></div> - </div> + </article> </html>