This commit is contained in:
parent
c5a1837e67
commit
3f6037ca31
|
@ -11,12 +11,10 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-sm-4 bcid-cat">数据服务</div>
|
||||
<div class="col-md-9 col-sm-8 location">
|
||||
<?= $this->render('breadcrumbs.phtml'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content content1">
|
||||
<div class="container">
|
||||
|
|
|
@ -17,7 +17,7 @@ $this->nav[] = array('link' => "/data/" . $this->metadata->uuid, 'title' => $thi
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php $md = $this->metadata;
|
||||
if ($md): ?>
|
||||
|
@ -172,8 +172,7 @@ if ($md): ?>
|
|||
$r = '';
|
||||
$i = 0;
|
||||
foreach ($this->authors as $k => $author) :
|
||||
if ($author->role!=$r)
|
||||
{
|
||||
if ($author->role != $r) {
|
||||
$r = $author->role;
|
||||
$i = 0;
|
||||
if ($k > 0) echo '</p>';
|
||||
|
@ -200,8 +199,6 @@ if ($md): ?>
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
var config = {projection: "EPSG:4326"};
|
||||
var map = new TMap("watermap", config);
|
||||
|
|
Loading…
Reference in New Issue