Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / statistics / newReport.gsp @ 50

History | View | Annotate | Download (578 Bytes)

1
<html>
2

    
3
<head>
4
	<title>Statistics &raquo; Reports</title>
5
	<meta name="layout" content="main" />
6
</head>
7

    
8
<body>
9
	
10
	<erptr:box title="Statistics">
11
		<p>Reports are created automatically from graphs.</p>
12
		<br />
13
		<p>Please choose a graph to make report from:</p>
14
		
15
		<g:form method="GET" name="newReportForm" action="makeReport">
16
			<g:select name="id" from="${graphs}" keys="${graphsKeys}" style="width:600px;" />
17
			<br /><br />
18
			
19
			<g:submitButton name="newReportSubmit" value="View report" />
20
			
21
		</g:form>
22
		
23
	</erptr:box>
24

    
25
</body>
26

    
27
</html>