2 <link rel="stylesheet" type="text/css" href="/style.css">
3 <title><?php echo "$charity"; if ($module) echo " - $module"; ?></title>
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";
9 <script src="/jquery.autosize.js"></script>
10 <script src="/jquery.sortable.js"></script>
15 <?php if ($username) { ?>
16 <a href="/city">Cities</a>
18 <a href="/area">Areas</a>
20 <a href="/contact">Contacts</a>
22 <a href="/order">Orders</a>
24 <a href="/delivery">Deliveries</a>
26 <a href="/hub">Hubs</a>
28 <a href="/donation">Donations</a>
30 <a href="/report">Reports</a>
32 <strong class="small"><em><?php echo $username; ?></em>@<?php echo $charity; ?></strong>
33 <a href="/logout" class="smaller">logout</a>
34 <?php } else echo "<strong>$charity</strong>"; ?>