]> andersk Git - sql-web.git/blame - tpl/menu.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@40 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / tpl / menu.php
CommitLineData
dc478ec8
JP
1<div id="content1">
2<?php if (isLoggedIn()): ?>
3<div style="float:left">
1389493c 4<a href="main">Main</a> |
dc478ec8
JP
5<a href="logout">Logout</a>
6</div>&nbsp;
7Logged in as <em><?=$Username?></em> on <?=DBHOST?>
8<?php else: ?>
9<div style="float:left">
10<a href="signup">Signup</a> | Login via <a href="login?ssl=0">SQL</a> or <a href="login?ssl=1">SSL</a>
11</div>&nbsp;
12<?php endif; ?>
13</div>
This page took 0.059326 seconds and 5 git commands to generate.