调整时间范围说明文字

This commit is contained in:
wlx 2012-07-27 03:43:40 +00:00
parent 6519ab5240
commit 5ce0c88bf3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if ($md->title_en) echo '<br />'.$this->escape($md->title_en);?>
<?php endif; ?> <?php endif; ?>
<?php if (!empty($md->timebegin)) : ?> <?php if (!empty($md->timebegin)) : ?>
<li> <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> <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 endif; ?>
<?php if ($this->attachments) : ?> <?php if ($this->attachments) : ?>