Menu

[r7]: / html / menu.php  Maximize  Restore  History

Download this file

34 lines (33 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
echo '<table class=icon><tr><td><p><a href="projects.php">';
echo '<img src="projects.gif"><br>Projects</a></p></td></tr></table>';
?>
<?php
if (true and $_SESSION[var_DatabaseID]<>'') {
echo '<table class=icon><tr><td><p><a href="project.php">';
echo '<img src="projects.gif
"><br>Current project</a></p></td></tr></table>';
}
?>
<?php
if (true and $_SESSION[var_DatabaseID]<>'' and $_SESSION[var_TableID]<>'' and $_SESSION[var_DatabaseID]<>'') {
echo '<table class=icon><tr><td><p><a href="table.php">';
echo '<img src=""><br>Table</a></p></td></tr></table>';
}
?>
<?php
if (true and $_SESSION[var_DatabaseID]<>'' and $_SESSION[var_SheetID]<>'') {
echo '<table class=icon><tr><td><p><a href="sheet.php">';
echo '<img src=""><br>Sheet</a></p></td></tr></table>';
}
?>
<?php
if (true and $_SESSION[var_user]<>'') {
echo '<table class=icon><tr><td><p><a href="users.php">';
echo '<img src="users.gif"><br>Users</a></p></td></tr></table>';
}
?>
<?php
echo '<table class=icon><tr><td><p><a href="projects.php">';
echo '<img src="logoff.gif"><br>Logoff</a></p></td></tr></table>';
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.