Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
fff72df01d89b9aaa1a40cdf6fa03a3bd499d88d
1 parent
bb95c526
后台去掉商品相关的
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
website/view/script/admin/brand/index.php
website/view/script/admin/brand/index.php
View file @
fff72df
<?php
$this
->
_extends
(
'layout/admin_layout'
);
?>
<?php
$this
->
_block
(
'main'
);
?>
<ul
class=
"nav nav-tabs"
>
<li
class=
"active"
>
<a
href=
"/admin/brand"
>
品牌列表
</a>
</li>
<li>
<a
href=
"/admin/prod"
>
商品列表
</a>
</li>
</ul>
<h4>
品牌列表
</h4>
<table
class=
"table"
>
<caption
style=
"text-align:left; padding-bottom:5px;"
>
<button
class=
"btn"
style=
"float:left;"
id=
"add_brand"
href=
"javascript:void(0)"
>
添加品牌
</button>
...
...
Please
register
or
login
to post a comment