Statistics
| Revision:

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

History | View | Annotate | Download (576 Bytes)

1 3 alexbesir
<html>
2
3
<head>
4
	<title>Statistics</title>
5
	<meta name="layout" content="main" />
6
</head>
7
8
<body>
9 42 alexbesir
10
	<erptr:box title="Statistics">
11 50 alexbesir
		<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 42 alexbesir
	</erptr:box>
15
16 3 alexbesir
</body>
17
18
</html>