-
Notifications
You must be signed in to change notification settings - Fork 0
/
volume20.php
53 lines (53 loc) · 2.15 KB
/
volume20.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
46
47
48
49
50
51
52
53
<!DOCTYPE HTML>
<html>
<head>
<title>CANOTIA: Volume 20</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link href="css/volumes.css" type="text/css" rel="stylesheet">
</head>
<body bgcolor="#C0C0C0" text="#000000" link="#FFFFFF" vlink="#FFFFFF" background="images/background.jpg">
<table border="0" cellpadding="5" style="width: 1200px; background-color: #D0F5C0; margin-left: auto; margin-right: auto;">
<tr>
<td>
<?php include_once('menu_header.php'); ?>
</td>
</tr>
<tr>
<td>
<table cellpadding="10" align="center">
<tr>
<?php include_once('menu_left.php'); ?>
<td width="500" bgcolor="#FFFFFF" valign="top">
<div class="mid-title">Volume 20</div>
<div class="mid-cover">
<ul><li><a href="volumes/vol20/Canotia-v20-cover.pdf" target="_blank">Cover</a></li></ul>
</div>
<div class="mid-section">
<div class="mid-vol"><a href="volumes/vol20/Psidium-of-Greater-Antilles-v20.pdf" target="_blank">The Genus Psidium (Myrtaceae) in the Greater Antilles</a></div>
<div class="mid-by">by Leslie R. Landrum, Zenia Acosta Ramos, Francisco Jiménez-Rodríguez, & Keron C. St. E. Campbell</div>
</div>
<div class="mid-section">
<div class="mid-vol"><a href="volumes/vol20/Potamogetonaceae-v20.pdf" target="_blank">Potamogetonaceae - Pondweed Family</a></div>
<div class="mid-by">by Jon M. Ricketson</div>
</div>
<div class="mid-section">
<div class="mid-vol"><a href="volumes/vol20/Fabaceae-Pub-Annoucement.pdf" target="_blank">Publication announcement: Legumes of Arizona – an Illustrated Flora and Reference</a></div>
<div class="mid-by">by M. M. McMahon, M. B. Johnson, K. N. Lake, M. F. Wojciechowski, and M. W. Bierner</div>
</div>
<div style="height: 5px; background-color: #D0F5C0; margin: 20px 0px"> </div>
</td>
<td width="10" bgcolor="#FFFFFF"></td>
<?php include_once('menu_right.php'); ?>
<td width="10" bgcolor="#FFFFFF"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<?php include_once('footer.php'); ?>
</td>
</tr>
</table>
</body>
</html>