Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / statistics / reports.gsp @ 42

History | View | Annotate | Download (269 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="Saved reports">
11
		<p>TODO</p>
12
	</erptr:box>
13
	
14
	<erptr:box title="Create a new report">
15
		<p>TODO</p>
16
	</erptr:box>
17

    
18
</body>
19

    
20
</html>