]> andersk Git - sql-web.git/blame - tpl/menu.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@46 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;
377015e0 7Logged in as <em><?=$User->getUsername()?></em> on <?=DBHOST?>
dc478ec8
JP
8<?php else: ?>
9<div style="float:left">
377015e0
JP
10<a href="index">Home</a> |
11<a href="signup">Signup</a> |
12Login via <a href="login?ssl=0">SQL</a> or <a href="login?ssl=1">SSL</a>
dc478ec8
JP
13</div>&nbsp;
14<?php endif; ?>
15</div>
This page took 0.072354 seconds and 5 git commands to generate.