-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.php
45 lines (44 loc) · 1.92 KB
/
sidebar.php
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
34
35
36
37
38
39
40
41
42
43
44
45
<?php
/*
* This file is part of Data Dashboard Project.
* Copyright [email protected] January 2012 where applicable
*
* Data Dashboard Project is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Foobar is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/
?>
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Sidebar</li>
<li><a href="leaflet.php">Leaflet Map</a></li>
<li><a href="exhibit/">Exhibit</a></li>
<li></li><a href="pie.php">Pie</a></li>
<!--<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>-->
<li class="nav-header">Ed's Stuff</li>
<li><a href="http://embed.verite.co/timeline/?source=0An0cfq9yrA4NdHlDY2xnT09sVGVUU2Q2c1N4WFROdWc&font=Bevan-PotanoSans&maptype=toner&lang=en&height=650">Timeline</a></li>
<!--<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li class="nav-header">Sidebar</li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>-->
</ul>
</div><!--/.well -->
</div><!--/span-->