westdc-zf1/application/default/views/scripts/knowledge/index.phtml

49 lines
2.3 KiB
PHTML
Executable File

<?php
$this->headTitle($this->config->title->site);
$this->headTitle($this->config->title->knowledge);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/mdreview.css');
$this->breadcrumb('<a href="/">Home</a>');
$this->breadcrumb($this->config->title->knowledge);
$this->breadcrumb()->setSeparator(' > ');
?>
<div class="row">
<div class="span3">
<?= $this->partial('knowledge/navi.phtml'); ?>
</div>
<div class="span9">
<div id="myCarousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item hero-unit"><h2>Cited By</h2>
<p>These publications use the sciencific datasets that are distributed in the Cold and Arid Regions Science Data Center at Lanzhou.
Users may dig knowledge from these publications, find more informations from different users.</p>
<p><a class="btn btn-primary" href="/knowledge/westplan">GO &raquo;</a></p>
</div>
<div class="item hero-unit">
<h2>Published by Authors</h2>
<p>These publications are publicated by the datasets' authors who distributed these datasets in the Cold and Arid Regions Science Data Center at Lanzhou.
Users may dig knowledge from these publications, find more informations from different users.</p>
<p><a class="btn btn-primary" href="/knowledge/author">GO &raquo;</a></p>
</div>
<div class="item hero-unit">
<h2>Related with WATER (Watershed Airbone Telemetry Experiment Research)</h2>
<p>These publications are publicated by the WATER projects or uses WATER datasets.
Users may dig knowledge from these publications, find more informations from different users.</p>
<p><a class="btn btn-primary" href="/knowledge/user">GO &raquo;</a></p>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
</div>
</div>
</div>
<script type="text/javascript" >
$('#Nav-knowledge-index').addClass('active');
</script>