使用Pbootcms 模板做网站的朋友们,下面给出网页后台列表增加缩略图的方法和代码。
步骤:
1. 找到 /app/admin/view/default/content/content.html 文件
2. 在 39 行左右的 <th>标题</th> 后面增加 <th>缩略图</th>
3. 在 73 行左右的 <td>[value->date]</td> 前面增加 <td><img src="[value->ico]"></td> 即可。
效果:

使用Pbootcms 模板做网站的朋友们,下面给出网页后台列表增加缩略图的方法和代码。
步骤:
1. 找到 /app/admin/view/default/content/content.html 文件
2. 在 39 行左右的 <th>标题</th> 后面增加 <th>缩略图</th>
3. 在 73 行左右的 <td>[value->date]</td> 前面增加 <td><img src="[value->ico]"></td> 即可。
效果:
