-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolume2.php
77 lines (77 loc) · 3.29 KB
/
volume2.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
<!DOCTYPE HTML >
<html>
<head>
<title>CANOTIA: Volume 2</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
.mid-title{ font-weight: bold; margin-top: 20px; margin-bottom: 10px; }
.mid-section{ background-color: #335423; padding: 12px 0px; margin: 20px 0px; }
.mid-section ul{ margin: 0px; }
.mid-by{ margin: 10px 40px; color: #FFFFFF; }
</style>
</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">
<div class="mid-title">Volume 2, issue 1</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_1_Cover.pdf">Cover</a></li></ul>
</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_1_Blair_et_al_Portulacaceae.pdf">Vascular Plants of Arizona: Portulaceae</a></li></ul>
<div class="mid-by">by Allison Blair, Marissa Howe, Daniela Roth, Robin Taylor, Tina Ayers, and Robert W. Kiger</div>
</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_1_Christie_et_al_Rhamnaceae.pdf">Vascular Plants of Arizona: Rhamnaceae</a></li></ul>
<div class="mid-by">by Kyle Christie, Michael Currie, Laura Smith Davis, Mar-Elise Hill, Suzanne Neal, and Tina Ayers</div>
</div>
<div style="height:3px; background-color:#D0F5C0;margin-bottom:30px"></div>
<div class="mid-title">Volume 2, issue 2</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_2_Cover.pdf">Cover</a></li></ul>
</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_2_Bates.pdf">A Preliminary Checklist of Arizona Macrofungi</a></li></ul>
<div class="mid-by">by Scott T. Bates</div>
</div>
<div style="height:3px; background-color:#D0F5C0;margin-bottom:30px"></div>
<div class="mid-title">Volume 2, issue 3</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_3_Cover.pdf">Cover</a></li></ul>
</div>
<div class="mid-section">
<ul><li><a target="_blank" href="volumes/CANOTIA_2006_Vol2_3_Austin.pdf">Noteworthy Distributions and Additions in Southwestern Convolvulaceae</a></li></ul>
<div class="mid-by">by Daniel F. Austin</div>
</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>