...
|
...
|
@@ -8,7 +8,7 @@ |
|
|
<a href="/admin/prod">商品列表</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<table class="table">
|
|
|
<table class="table" style="table-layout:fixed;">
|
|
|
<caption style="text-align:left; padding-bottom:5px;">
|
|
|
<button class="btn" style="float:left;" id="add_brand" href="javascript:void(0)">添加品牌</button>
|
|
|
<form method="post" class="form-search search_panel" style="text-align:right;">
|
...
|
...
|
@@ -42,7 +42,7 @@ |
|
|
<td><?php echo $brand['id']?></td>
|
|
|
<td><?php echo $brand['name'];?></td>
|
|
|
<td title="<?php echo $brand['logo'];?>"><img width=40 height=30 src="<?php echo Lib_Images::getImageUrl($brand['logo'],'0200x0150','fragmentimg');?>" /></td>
|
|
|
<td><?php echo $brand['description'];?></td>
|
|
|
<td style="word-wrap:break-word;"><?php echo $brand['description'];?></td>
|
|
|
<td title='<?php echo $brand['pics']?>'>
|
|
|
<?php
|
|
|
|
...
|
...
|
@@ -65,7 +65,7 @@ |
|
|
?>
|
|
|
</td>
|
|
|
<td><?php echo $brand['booth_id'];?></td>
|
|
|
<td><?php echo isset($this->view->brandRelas[$id]) ? $this->view->brandRelas[$id]:'';?></td>
|
|
|
<td style="word-wrap:break-word;"><?php echo isset($this->view->brandRelas[$id]) ? $this->view->brandRelas[$id]:'';?></td>
|
|
|
<td><a href="<?php echo $brand['link'];?>" target="_blank">前往</a></td>
|
|
|
<td><?php echo $brand['seq'];?></td>
|
|
|
<td>
|
...
|
...
|
|