]> git.treefish.org Git - banana.git/blob - admin/include/nav.inc
...
[banana.git] / admin / include / nav.inc
1 <style type="text/css">
2   a:link { text-decoration:none; font-weight:normal; color:blue; }
3   a:visited { text-decoration:none; font-weight:normal; color:blue; }
4   a:hover { text-decoration:none; font-weight:normal; background-color:yellow; }
5   a:active { text-decoration:none; font-weight:normal; color:blue; }
6   a:focus { text-decoration:none; font-weight:normal; color:blue; }
7 </style>
8
9 <a href="sessionoverview.php">session overview</a>
10  |
11 <a href="summary.php">summary</a>
12  | 
13 <a href="blackboard.php">blackboard</a>
14  | 
15 <a href="sessions.php">sessions</a>
16  | 
17 <a href="prefs.php">preferences</a>
18  | 
19 <a href="password.php">password</a>
20  | 
21 <a href="../">USER</a>
22
23 <br><br>