change help url and footer year.
This commit is contained in:
parent
8d529553e2
commit
2c2f687518
|
@ -32,7 +32,7 @@ echo '<a href="http://westdc.westgis.ac.cn/data/'.$md->uuid.'"><img src="/images
|
|||
<div>
|
||||
<?php if ($md->citation) : ?>
|
||||
<hr />
|
||||
<h4><i class="icon-quote-left muted"></i>Citation<a class="btn btn-danger pull-right" href="/archives/help/platform/archive-23.html" ><i class="icon-comment"></i>Help</a></h4>
|
||||
<h4><i class="icon-quote-left muted"></i>Citation<a class="btn btn-danger pull-right" href="/archives/help/platform/archive-107.html" ><i class="icon-comment"></i>Help</a></h4>
|
||||
<p><?php if (empty($md->datadoi) || !strpos($md->citation,$md->datadoi)) : ?><span class="label label-info">Paper Cite</span>
|
||||
<?php endif; echo $this->escape($md->citation);if (strpos($md->citation,$md->datadoi)) : ?>
|
||||
(Download: <a href="/service/ris/lang/en/uuid/<?php echo $md->uuid; ?>">RIS</a> |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<hr>
|
||||
<footer>
|
||||
<p style="text-align:center;font-size:12px;">© Cold and Arid Regions Science Data Center at Lanzhou, a member of World Data System, 2006-2013 | <a href="/about/contact" ><i class="icon-envelope"></i>Contact US</a> | <a href="/about/terms">Terms</a>
|
||||
<p style="text-align:center;font-size:12px;">© Cold and Arid Regions Science Data Center at Lanzhou, a member of World Data System, 2006-2014 | <a href="/about/contact" ><i class="icon-envelope"></i>Contact US</a> | <a href="/about/terms">Terms</a>
|
||||
| <a href="http://www.miibeian.gov.cn" target="_blank">MII 05000491</a></p>
|
||||
</footer>
|
||||
<?php if(!empty($this->pageID)) {?>
|
||||
|
|
|
@ -39,7 +39,7 @@ h3.gs_rt{font-size:110%;}
|
|||
<div>
|
||||
<?php if ($md->citation) : ?>
|
||||
<hr />
|
||||
<h4><i class="icon-quote-left muted"></i>Citation<a class="btn btn-danger pull-right" href="/archives/help/platform/archive-23.html" ><i class="icon-comment"></i>Help</a></h4>
|
||||
<h4><i class="icon-quote-left muted"></i>Citation<a class="btn btn-danger pull-right" href="/archives/help/platform/archive-107.html" ><i class="icon-comment"></i>Help</a></h4>
|
||||
|
||||
<p><span class="label label-info">Data Citation</span>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue