3c44dd9c83fd07f44be3fd491b198244e89fd238
[readifood.git] / lib / header.php
1 <head>
2 <link rel="stylesheet" type="text/css" href="/style.css">
3 <title><?php echo "$charity"; if ($module) echo " - $module"; ?></title>
4 <?php
5   echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css\">\n";
6   echo "<script src=\"$http://code.jquery.com/jquery-1.9.1.js\"></script>\n";
7   echo "<script src=\"$http://code.jquery.com/ui/1.10.3/jquery-ui.js\"></script>\n";
8 ?>
9 </head>
10 <body>
11
12 <p id="header">
13 <?php if ($username) { ?>
14 <a href="/city">Cities</a>
15 /
16 <a href="/area">Areas</a>
17 /
18 <a href="/contact">Contacts</a>
19 /
20 <a href="/order">Orders</a>
21 /
22 <a href="/delivery">Deliveries</a>
23 /
24 <a href="/hub">Hubs</a>
25 /
26 <a href="/donation">Donations</a>
27 /
28 <a href="/report">Reports</a>
29
30 <strong class="small"><em><?php echo $username; ?></em>@<?php echo $charity; ?></strong>
31 <a href="/logout" class="smaller">logout</a>
32 <?php } else echo "<strong>$charity</strong>"; ?>
33 </p>
34
35 <div id="main">