|
@@ -66,8 +66,8 @@
|
|
|
<input type="button" name="filemanager" value="浏览图片" class="btn btn-primary" style="padding: 0px 12px;margin-top: -5px;"/>
|
|
|
<c:choose>
|
|
|
<c:when test="${!empty e.pictureUrl}">
|
|
|
- <a target="_blank" href="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%>/${e.pictureUrl}">
|
|
|
- <img style="max-width: 50px;max-height: 50px;" alt="" src="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%>/${e.pictureUrl}">
|
|
|
+ <a target="_blank" href="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%><%=path%>/${e.pictureUrl}">
|
|
|
+ <img style="max-width: 50px;max-height: 50px;" alt="" src="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%><%=path%>/${e.pictureUrl}">
|
|
|
</a>
|
|
|
</c:when>
|
|
|
</c:choose> </td>
|
|
@@ -122,7 +122,7 @@
|
|
|
</tr>
|
|
|
<c:forEach var="item" items="${pager.list}">
|
|
|
<tr <c:if test="${e.id eq item.id}">class="active"</c:if>>
|
|
|
- <td style="padding: 10px 10px;"><a href="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%>${item.pictureUrl}" target="_blank"><img src="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%>${item.pictureUrl}" width="200" /></a></td>
|
|
|
+ <td style="padding: 10px 10px;"><a href="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%><%=path%>/${item.pictureUrl}" target="_blank"><img src="<%=SystemManage.getInstance().getSystemSetting().getImageRootPath()%>${item.pictureUrl}" width="200" /></a></td>
|
|
|
<td>${item.title}</td>
|
|
|
<td align="center">${item.orders}</td>
|
|
|
<td align="center">
|