调整时间范围说明文字
This commit is contained in:
parent
6519ab5240
commit
5ce0c88bf3
|
@ -119,7 +119,7 @@ if ($md->title_en) echo '<br />'.$this->escape($md->title_en);?>
|
|||
<?php endif; ?>
|
||||
<?php if (!empty($md->timebegin)) : ?>
|
||||
<li>
|
||||
<div class="title">数据时间范围</div>
|
||||
<div class="title">时间<br />范围</div>
|
||||
<div class="content"><p><?php echo date('Y-m-d',strtotime($md->timebegin));if (!empty($md->timeend)) echo " 至 ".date('Y-m-d',strtotime($md->timeend)); ?></p></div></li>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->attachments) : ?>
|
||||
|
|
Loading…
Reference in New Issue