-
Notifications
You must be signed in to change notification settings - Fork 0
/
volume12.php
111 lines (111 loc) · 3.91 KB
/
volume12.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
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<html>
<head>
<title>CANOTIA: Volume 12</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">
<div style="margin-top:50px;">
<img src="images/CanotiaCoverSmall.jpg" width="150" height="200" border="1" alt="" />
<div style="margin:10px;font: 16px Arial;color:#FFFFFF">ISSN: 1931-3616</div>
</div>
</td>
<td width="10" bgcolor="#FFFFFF"></td>
<td width="500" bgcolor="#FFFFFF" valign="top">
<div style="margin-top:30px;margin-bottom:15px;font-size:17px">
<b>Volume 12</b>
</div>
<div style="padding:5px 0px;background-color:#335423">
<ul><li><a href="volumes/Canotia12-Front-Cover.pdf" target="_blank">Cover</a></li></ul>
</div>
<div style="margin:20px 0px;padding:5px 0px;background-color:#335423">
<ul>
<li>
<a href="volumes/Canotia12-Editorial-LRLandrum-Governance-ICN.pdf" target="_blank" style="color:#FFFFFF;">
Editorial: The Governance of the International Code of Nomenclature - My Slow Learning Experience.
</a>
</li>
</ul>
<div style="margin:15px 40px;color:#FFFFFF;">
by Leslie R. Landrum
</div>
</div>
<div style="margin:20px 0px;padding:5px 0px;background-color:#335423">
<ul>
<li>
<a href="volumes/Canotia12-Phrymaceae-Ayers-et-al.pdf" target="_blank" style="color:#FFFFFF;">
Vascular Plants of Arizona: Phrymaceae
</a>
</li>
</ul>
<div style="margin:15px 40px;color:#FFFFFF;">
by Kimberly Hansen, Elizabeth Johnson, Kirstin Olmon Phillips, Joseph Talboom, and Tina Ayers
</div>
</div>
<div style="margin:20px 0px;padding:5px 0px;background-color:#335423">
<ul>
<li>
<a href="volumes/Canotia12-Acanthaceae-Daniel-8-13-16.pdf" target="_blank" style="color:#FFFFFF;">
Vascular Plants of Arizona: Acanthaceae
</a>
</li>
</ul>
<div style="margin:15px 40px;color:#FFFFFF;">
by Thomas F. Daniel
</div>
</div>
<div style="margin:20px 0px;padding:5px 0px;background-color:#335423">
<ul>
<li>
<a href="volumes/Canotia12-Cucurbitaceae-Butterwick-8-13-16.pdf" target="_blank" style="color:#FFFFFF;">
Vascular Plants of Arizona: Cucurbitaceae
</a>
</li>
</ul>
<div style="margin:15px 40px;color:#FFFFFF;">
by Mary Butterwick
</div>
</div>
<div style="margin:20px 0px;padding:5px 0px;background-color:#335423">
<ul>
<li>
<a href="volumes/Canotia12-NewRecords-Darrow-Makings8-13-16.pdf" target="_blank" style="color:#FFFFFF;">
New Records for the Flora of Arizona
</a>
</li>
</ul>
<div style="margin:15px 40px;color:#FFFFFF;">
by Katherine Darrow and Elizabeth Makings
</div>
</div>
<div style="padding:5px 0px;background-color:#335423">
<ul><li><a href="volumes/Canotia12-Back-Cover.pdf" target="_blank">Back Cover</a></li></ul>
</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>