Statistics
| Revision:

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

History | View | Annotate | Download (576 Bytes)

1
<html>
2

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

    
8
<body>
9
	
10
	<erptr:box title="Statistics">
11
		<p>Here you can view different information gathered by Eneraptor.</p>
12
		<p>You can create many types of graphs (charts) and reports, which you can export.</p>
13
		<p>Once you <g:link action="newGraph">create a new graph</g:link>, you can find it in the <g:link action="graphs">Graphs and reports</g:link> section. There you can either view it, modify it, delete it or create a report from it.</p>
14
	</erptr:box>
15

    
16
</body>
17

    
18
</html>