Authored by whb

修改bug

@@ -14,7 +14,7 @@ a.btn @@ -14,7 +14,7 @@ a.btn
14 <tr> 14 <tr>
15 <td style="width:200px;">标题</td> 15 <td style="width:200px;">标题</td>
16 <td colspan="2"> 16 <td colspan="2">
17 - <input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" /> 17 + <input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" maxLength="50"/>
18 <select id="main_title_type" name="main_title_type"> 18 <select id="main_title_type" name="main_title_type">
19 <option value="0" <?php echo $this->view->info['main_title_type'] == 0 ? 'selected':''; ?>>中文</option> 19 <option value="0" <?php echo $this->view->info['main_title_type'] == 0 ? 'selected':''; ?>>中文</option>
20 <option value="1" <?php echo $this->view->info['main_title_type'] == 1 ? 'selected':''; ?>>英文</option> 20 <option value="1" <?php echo $this->view->info['main_title_type'] == 1 ? 'selected':''; ?>>英文</option>
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 <ul> 14 <ul>
15 <?php foreach($this->view->news as $val):?> 15 <?php foreach($this->view->news as $val):?>
16 <li> 16 <li>
17 - <a class="clearfix" href="<?php echo url('news/detail',array('id' => $val['id']))?>"> 17 + <a class="clearfix" href="<?php echo url('news/detail',array('id' => $val['id']))?>" target="_blank">
18 <div class="image-box"> 18 <div class="image-box">
19 <img src="<?php echo Lib_Images::getImageUrl($val['thumb'],'0230x0230','fragmentimg');?>" alt=""> 19 <img src="<?php echo Lib_Images::getImageUrl($val['thumb'],'0230x0230','fragmentimg');?>" alt="">
20 </div> 20 </div>
1 <?php $this->_extends('layout/default_layout_mobile');?> 1 <?php $this->_extends('layout/default_layout_mobile');?>
2 <?php $this->_block('main');?> 2 <?php $this->_block('main');?>
3 <div class="contact-us-section"> 3 <div class="contact-us-section">
  4 + <h2>联系我们</h2>
  5 + <p></p>
  6 + </div>
  7 + <div class="contact-us-section">
4 <h2>客户服务</h2> 8 <h2>客户服务</h2>
5 <p>Email:wen@yoho.cn</p> 9 <p>Email:wen@yoho.cn</p>
6 </div> 10 </div>