/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>LenaSys - Private Area</title>
	</head>
	<body>
		<h1>Home</h1>
		<h2>Welcome!</h2>
		<a href="<?php echo base_url(); ?>codeviewer">CodeViewer</a><br>
		<a href="<?php echo base_url(); ?>ExamplesController">Examples</a><br>
		<a href="<?php echo base_url(); ?>ViewStudentsController">View Students</a><br>
		<a href="<?php echo base_url(); ?>layout">Template layout</a><br>
		<a href="<?php echo base_url(); ?>logout">Logout</a><br>
		<pre>
			<?php
				print_r($this->session->all_userdata());
			?>
		</pre>
	</body>
</html>