/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
1
function hide(){
2
3
$('#hideButton').hide();
4
$('#showButton').show();
5
$('#lessUsed').slideUp(1000);
6
//document.getElementById("showButton").removeAttribute("hidden");
7
 }
8
 function show(){
9
$('#hideButton').show();
10
$('#showButton').hide();
64.1.1 by b11johgu
ExamplesController:
11
$('#lessUsed').slideDown(1000);
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
12
13
 }
14