|
@@ -287,12 +287,17 @@ debugger
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td>
|
|
|
+ <c:if test="${list.recommend !=1}">
|
|
|
<c:if test="${not empty list.sortIndex && list.sortIndex!=0}">
|
|
|
<input id="sort" type="text" name="sortIndex" style="width:50px;" value="${list.sortIndex}" onkeyup="onlynum(this)" onchange="changeSort(${list.productID},this)"></td>
|
|
|
</c:if>
|
|
|
<c:if test="${empty list.sortIndex || list.sortIndex==0}">
|
|
|
<input id="sort" type="text" name="sortIndex" style="width:50px;" value="1" onkeyup="onlynum(this)" onchange="changeSort(${list.productID},this)"></td>
|
|
|
</c:if>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${list.recommend eq 1}">
|
|
|
+ ---
|
|
|
+ </c:if>
|
|
|
<td>
|
|
|
<c:if test="${list.recommend eq 1}"><img src="/static/images/yes.gif" width="15px" border="none"/></c:if>
|
|
|
</td>
|