-
Notifications
You must be signed in to change notification settings - Fork 0
/
volume9.php
100 lines (100 loc) · 4.09 KB
/
volume9.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML>
<html>
<head>
<title>CANOTIA: Volume 9</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</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>
<td width="10" bgcolor="#FFFFFF">
</td>
<td width="200" align="center" valign="top" bgcolor="#335423"><p> </p><img src="images/CanotiaCoverSmall.jpg" width="150" height="200" border="1" /></p><p></p>
<font size="3" face="Arial" color="#FFFFFF">ISSN: 1931-3616</font>
</td>
<td width="10" bgcolor="#FFFFFF">
</td>
<td width="500" bgcolor="#FFFFFF"><font size="3">
<br>
<font size="3">
<p align="left">
<b>Volume 9</b><br><br>
<table width="100%" cellpadding="15">
<tr>
<td align="left" valign="center" bgcolor="#335423">
<li><a target="_blank" href="/volumes/Canotia_9-Cover.pdf">Cover</a></li>
</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td align="left" valign="center" bgcolor="#335423">
<li><font color="FFFFFF"><a target="_blank" href="/volumes/Canotia_9_Physalis_and_Quincula-FINAL.pdf">Vascular Plants of Arizona: Solanaceae Part Four: <i>Physalis</i> L. and <i>Quincula</i> Raf.<br></a></font>
<br>
<font color="#FFFFFF"> by Leslie R. Landrum, Anne Barber, Kara Barron, Francis S. Coburn, Kimberly Sanderford, and Danika Setaro</font></li>
</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td align="left" valign="center" bgcolor="#335423">
<li><font color="FFFFFF"><a target="_blank" href="/volumes/Canotia_9-Chamaesaracha-FINAL.pdf">Vascular Plants of Arizona: Solanaceae Part Five: <i>Chamaesaracha</i> (A. Gray) Benth.<br></a></font>
<br>
<font color="#FFFFFF"> by Erin Manton</font></li>
</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td align="left" valign="center" bgcolor="#335423">
<li><font color="FFFFFF"><a target="_blank" href="/volumes/Canotia_9-Thamnosma.pdf"><i>Thamnosma texana</i>, a Chihuahuan Desert Species, Disjunct in the Hualapai Mountains, Mohave County, Arizona<br></a></font>
<br>
<font color="#FFFFFF"> by John L. Anderson and Cristina Francois</font></li>
</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td align="left" valign="center" bgcolor="#335423">
<li><font color="FFFFFF"><a target="_blank" href="/volumes/Canotia_9-Spur_Cross_Flora.pdf">A Vascular Plant Inventory of the Spur Cross Ranch Conservation Area, Maricopa County, Arizona<br></a></font>
<br>
<font color="#FFFFFF"> by Sarah Hunkins and Kevin Smith</font></li>
</td>
</tr>
</table>
</p>
</font>
<hr><br>
</font>
</td>
<td width="10" bgcolor="#FFFFFF"></td>
<?php include_once('menu_right.php'); ?>
<td width="10" bgcolor="#FFFFFF"></td>
</tr>
</table>
</td><!-- Col 1 -->
</tr>
<tr>
<td>
<?php include_once('footer.php'); ?>
</td>
</tr>
</table>
</body>
</html>