Skip to content

Commit

Permalink
Merge pull request #48 from glyptostrob0ides/master
Browse files Browse the repository at this point in the history
update overwritten files
  • Loading branch information
egbot authored Oct 6, 2023
2 parents 7d61bcf + 468c77f commit af00576
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 166 deletions.
29 changes: 14 additions & 15 deletions includes/footer.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<table>

<tr>
<div style="text-align:center">
<div style="display: block; margin-left: auto; margin-right:auto;width: 50%;">
<hr>
<a href="https://www.imls.gov" target="_blank">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/imlslogo.jpg" style="width:100px" /></a>
</div>
<div style="display: block; margin-left: auto; margin-right:auto;width: 65%;">
<a href="https://biokic.asu.edu" target="_blank">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/logo-asu-biokic.jpg" style="width:100px" /></a>
</div>
</div>
</tr>
</table>
<td id="footer" colspan="3">
<hr>
<p style="text-align:center;">
<a href="https://www.imls.gov"target="_blank"><img src="<?php echo $CLIENT_ROOT; ?>/images/layout/imlslogo.jpg" style="height:75px;"/></a>
<a href="https://biokic.asu.edu"target="_blank"><img src="<?php echo $CLIENT_ROOT; ?>/images/layout/logo-asu-biokic.jpg" style="height:25px;"/> </a>
</p>
<div style="text-align:center;margin-bottom:15px">
This project was made possible in part by the Institute of Museum and Library Services [MG-70-19-0057-19].
</div>
<div style="text-align:center;">
Powered by <a href="https://symbiota.org/" target="_blank">Symbiota</a>
</div>
</td>
</tr>
53 changes: 21 additions & 32 deletions includes/header.php
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
<script>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</script>
<header >
<div>
<div class="container" style="background-color:#031a12; color:#FFFFFF">
<img style="margin-top:5px;margin-bottom:5px;width:300px;" src="<?php echo $CLIENT_ROOT; ?>/images/layout/EcoFlorasNA_Banner_small.png"/>
<div id="quicksearchdiv" style="float:right">
<!-- -------------------------QUICK SEARCH SETTINGS--------------------------------------- -->
<form name="quicksearch" id="quicksearch" action="/portal/taxa/index.php" method="get" onsubmit="return verifyQuickSearch(this);">
<div id="quicksearchtext">Search Taxon</div>
<input id="taxa" type="text" name="taxon" style="width: 225px">
<button name="formsubmit" id="quicksearchbutton" type="submit" value="Search Terms" style="margin-top: 2px">Search taxon</button>
</form>
</div>
</div>
</div>
<div id="top_navbar">
<div id="right_navbarlinks">
if (top.frames.length!=0)
top.location=self.document.location;
</script>
<table id="maintable" cellspacing="0">
<tr>
<td id="header" colspan="3">
<div style="clear:both;">
<div style="clear:both;">
<img style="width:100%" src="<?php echo $CLIENT_ROOT; ?>/images/layout/EcoFlorasNA_Banner_2.png" />
</div>
</div>
<div id="top_navbar">
<div id="right_navbarlinks">
<?php
if($USER_DISPLAY_NAME){
?>
Expand Down Expand Up @@ -64,10 +56,7 @@
<a href="<?php echo $CLIENT_ROOT; ?>/collections/index.php" >Search Collections</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/imagelib/search.php" >Search Images</a>
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/collections/map/index.php" target="_blank">Map Search</a>
<a href="<?php echo $CLIENT_ROOT; ?>/collections/map/mapinterface.php" target="_blank">Map Search</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -152,11 +141,11 @@
</li>
<li>
<a href="<?php echo $CLIENT_ROOT; ?>/checklists/dynamicmap.php?interface=key&lat=27.32&long=-82.34&zoom=9" >Dynamic Key</a>
</li>
</li>
</ul>
</ul>
</div>
</td>
</tr>
<tr>
<td id='middlecenter' colspan="3">
</ul>
</div>
</td>
</tr>
<tr>
<td id='middlecenter' colspan="3">
221 changes: 123 additions & 98 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,112 +15,137 @@
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/symb/api.taxonomy.taxasuggest.js" type="text/javascript"></script>
<style type="text/css">
#container5 {
clear:left;
float:left;
width:100%;
overflow:hidden;
background:#eee; /* column 5 background colour */
}
#container4 {
clear:left;
float:left;
width:100%;
position:relative;
right:20%;
background:#b2f0f9; /* column 4 background colour */
}
#container3 {
clear:left;
float:left;
width:100%;
position:relative;
right:20%;
background:#89ffa2; /* column 3 background colour */
}
#container2 {
clear:left;
float:left;
width:100%;
position:relative;
right:20%;
background:#ffa7a7; /* column 2 background colour */
}
#container1 {
float:left;
width:100%;
position:relative;
right:20%;
background:#fff689; /* column 1 background colour */
}
#col1 {
float:left;
width:16%;
position:relative;
left:82%;
overflow:hidden;
}
#col2 {
float:left;
width:16%;
position:relative;
left:86%;
overflow:hidden;
}
#col3 {
float:left;
width:16%;
position:relative;
left:90%;
overflow:hidden;
}
#col4 {
float:left;
width:16%;
position:relative;
left:94%;
overflow:hidden;
}
#col5 {
float:left;
width:16%;
position:relative;
left:98%;
overflow:hidden;
}
}

</style>
<script src="js/jquery.slides.js"></script>
</head>
<body style="background-color:#FFFFFF">
<body>
<?php
include($SERVER_ROOT.'/includes/header.php');
?>
<!-- This is inner text! -->
<div id="innertext" style="padding-top:0px">
<section >
<div class="hero-bg">
<img style="width:100%" src="<?php echo $CLIENT_ROOT; ?>/images/layout/EcoFlorasNA_Banner.png"/>
<div id="innertext">
<div style="float:right;margin-left:15px;">
<div id="quicksearchdiv">
<form name="quicksearch" id="quicksearch" action="<?php echo $CLIENT_ROOT; ?>/taxa/index.php" method="get" onsubmit="return verifyQuickSearch(this);">
<div id="quicksearchtext" >Search Taxon
</div>
<input id="taxa" type="text" name="taxon" />
<button name="formsubmit" id="quicksearchbutton" type="submit" value="Search Terms">Search</button>
</form>
</div>
<div>
<link rel="stylesheet" href="<?php echo $CLIENT_ROOT; ?>/css/slideshowstyle.css">
<style>
@font-face{
font-family:"FontAwesome";
src:url("<?php echo $CLIENT_ROOT; ?>/css/images/fontawesome-webfont.eot?v=3.0.1");
src:url("<?php echo $CLIENT_ROOT; ?>/css/images/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"),
url("<?php echo $CLIENT_ROOT; ?>/css/images/fontawesome-webfont.woff?v=3.0.1") format("woff"),
url("<?php echo $CLIENT_ROOT; ?>/css/images/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
font-weight: normal;
font-style:normal
}
a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
background-image: url("<?php echo $CLIENT_ROOT; ?>/css/images/btns-next-prev.png"); background-repeat: no-repeat;
}
.slidesjs-pagination li a {
background-image: url("<?php echo $CLIENT_ROOT; ?>/css/images/pagination.png"); background-position: 0 0;
}
#slideshowcontainer{ clear:both; width:350px; height:425px; }
.slideshowDiv{ width:350px; height:400px;position:relative; }
.slideshowImageDiv{ width:350px; max-height:400px; overflow:hidden; }
.slideshowImageDiv img{ position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; max-width:350px; max-height:400px; }
.slideshowBaseDiv{ width:350px; position:absolute; bottom:0; font-size:12px; background-color:rgba(255,255,255,0.8); }
.slideshowCitationDiv{ clear:both; padding-left:3px; padding-right:3px; }
.slideshowHideLink{ font-size:9px; text-decoration:none; float:right; clear:both; margin-right:5px; }
.slideshowShowLink{ font-size:9px; text-decoration:none; float:right; clear:both; margin-right:5px; display:none; }
</style>
<div id="slideshowcontainer"><div class="container"><div id="slides">
<div class="slideshowDiv">
<div class="slideshowImageDiv">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/slideshow/FallenSaguaro.jpg">
</div>
<div class="slideshowBaseDiv">
<div class="slideshowCaptionDiv">
<div class="slideshowCitationDiv">Metro Phoenix EcoFlora
</div>
</div>
</div>
</div>
<div class="slideshowDiv">
<div class="slideshowImageDiv">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/slideshow/Chicago_FallWoodsWalk.jpg">
</div>
<div class="slideshowBaseDiv">
<div class="slideshowCaptionDiv">
<div class="slideshowCitationDiv">Chicago EcoFlora
</div>
</div>
</div>
</div>
<div class="slideshowDiv">
<div class="slideshowImageDiv">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/slideshow/Denver_slide.png">
</div>
<div class="slideshowBaseDiv">
<div class="slideshowCaptionDiv">
<div class="slideshowCitationDiv">Denver EcoFlora
</div>
</div>
</div>
</div>
<div class="slideshowDiv">
<div class="slideshowImageDiv">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/slideshow/Selby_slide.jpg">
</div>
<div class="slideshowBaseDiv">
<div class="slideshowCaptionDiv">
<div class="slideshowCitationDiv">Sarasota-Manatee EcoFlora
</div>
</div>
</div>
</div>
<div class="slideshowDiv">
<div class="slideshowImageDiv">
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/slideshow/NYC_slide.jpg">
</div>
<div class="slideshowBaseDiv">
<div class="slideshowCaptionDiv">
<div class="slideshowCitationDiv">New York City EcoFlora
</div>
</div>
</div>
</div>
</div>
</section>


<div style="text-align:center; margin-left: 150px; margin-right:150px;">
<h1> Welcome to the EcoFloras of North America! </h1>
<hr>
<h2>What is an EcoFlora?</h2>
<p>EcoFloras are a new kind of flora that leverage the power of new technologies and community science to document and conserve native biodiversity. Pioneered by the New York Botanical Garden in 2017, EcoFloras are now being implemented by the Desert Botanical Garden, Denver Botanic Gardens, Marie Selby Botanical Gardens and the Chicago Botanic Garden. Visit the "Project Information" pages to learn more about their programs and information!</p>
<p>The projects combine existing knowledge from herbaria and libraries with real-time observations of plants and their ecological partners.</p>
<p>Participants are encouraged to explore their communities and record observations using iNaturalist or Budburst. Exploration of urban biodiversity supports increased environmental literacy and fosters public appreciation of the natural world, while engaging urban residents in local conservation advocacy</p>
<p>This site can be used to:
<ul style="text-align:center;list-style-position:inside;"><li>create dynamic species checklists for a defined area</li>
<li>search and browse herbarium specimens and real-time observations of plant taxa</li></ul></p>
<hr>
</div>
</div>
</div>
<script type="text/javascript">
$(function() {
$("#slides").slidesjs({
width: 350,
height: 400,
play: {
active: true,
auto: true,
interval: 7000,
swap: true
}
});
});
</script> </div>
</div>
<h1>Welcome to the EcoFloras of North America!</h1>
<div style="padding: 0px 10px; font-size:120%">
<p>EcoFlora is a participatory science project that aims to document, understand, and conserve urban biodiversity. First launched in 2017 at the New York Botanical Garden, the program expanded in 2020 to four additional partner gardens: Desert Botanical Garden, Denver Botanic Gardens, Marie Selby Botanical Gardens and the Chicago Botanic Garden. Visit the "Project Information" pages on each projects' tabs to learn more about each EcoFlora project!</p>
<p>The projects combine existing knowledge from herbaria and libraries with real-time observations of plants and their ecological partners, made using iNaturalist. These data can then be combined to learn more about the past, present, and future of urban biodiversity.</p>
</div>
</div>
</td>
</tr>
<?php
include($SERVER_ROOT.'/includes/footer.php');
?>
</table>
</body>
</html>
2 changes: 1 addition & 1 deletion misc/CBG_about.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/Chicago_Ecoflora_Final.png" style="float:left;height:150px;margin:10px">
Chicago EcoFlora </h1>
<h2><span style="font-weight:normal;">The Chicago EcoFlora project was based at the Chicago Botanic Garden and is focused on the plants of Cook County, Illinois. In addition to using iNaturalist, the Chicago EcoFlora project also uses Budburst, another community science platform for documenting plant phenology. </span></h2>
<h3 style="text-align:center;"><a href="https://www.inaturalist.org/projects/ecoflora-chicago">View project on iNaturalist</a></h3>
<h3 style="clear:left;text-align:center;"><a href="https://www.inaturalist.org/projects/ecoflora-chicago">View project on iNaturalist</a></h3>
<h3 style="text-align:center;"> More information here: <a href="https://budburst.org/chicago-ecoflora">budburst.org/chicago-ecoflora</a></h3>
</div>
<?php
Expand Down
13 changes: 7 additions & 6 deletions misc/DenBG_about.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
include_once($SERVER_ROOT.'/includes/head.php');
?>
</head>
<body style="background-color:#FFFFFF">
<?php
<body>
<table id="maintable">
<?php
$displayLeftMenu = false;
include($SERVER_ROOT.'/includes/header.php');
?>
Expand All @@ -22,10 +23,10 @@
<h1>
<img src="<?php echo $CLIENT_ROOT; ?>/images/layout/Denver_Ecoflora_Final.png" style="float:left;height:150px;margin:10px">
Denver EcoFlora </h1>
<h2><span style="font-weight:normal;width:85%">The Denver EcoFlora project was based at the Denver Botanical Gardens and is focused on the plants and fungi of the Boulder-Denver Metro Area (Adams, Arapahoe, Broomfield, Denver, Douglas, and Jefferson counties).</span></p>
<h3 style="clear:left;text-align:center;"><a href="https://www.inaturalist.org/projects/denver-ecoflora-project">View our project on iNaturalist</a></h3>
<h3 style="text-align:center;">More information here: <a href="https://www.botanicgardens.org/citizen-science">www.botanicgardens.org/citizen-science</a></h3>
</div>
<h2><span style="font-weight:normal">The Denver EcoFlora project was based at the Denver Botanical Gardens and is focused on the plants and fungi of the Boulder-Denver Metro Area (Adams, Arapahoe, Broomfield, Denver, Douglas, and Jefferson counties).</span></p>
<h3 style="clear:left;text-align:center;"><a href="https://www.inaturalist.org/projects/denver-ecoflora-project">View project on iNaturalist</a></h3>
<h3 style="text-align:center;">More information here: <a href="https://www.botanicgardens.org/citizen-science">www.botanicgardens.org/citizen-science</a></h3>
</div>
<?php
include($SERVER_ROOT.'/includes/footer.php');
?>
Expand Down
Loading

0 comments on commit af00576

Please sign in to comment.