css

.position label{ background:url(../img/bread_arr.gif) no-repeat right center; padding-right:15px; margin-right:10px; letter-spacing:0.5px; color:#777;}
<div class="position">
              <a href="${pageContext.request.contextPath}/admin/index.jsp" target="_top">首页</a><label>供应链金融管理</label>
              <c:if test="${ShoppingCar.contents eq 'port' }">
                <a href="${pageContext.request.contextPath}/admin/loanContract/loanItem.do?contents=port">港口借款信息管理</a>
              </c:if>
              <c:if test="${ShoppingCar.contents eq 'platform' }">
              <a href="${pageContext.request.contextPath}/admin/loanContract/loanItem.do?contents=platform">平台借款信息管理</a>
              </c:if>
              借款详情
                <%-- <c:if test="${lc.status ==0}">  
                当前状态:未发布<br/>
                </c:if>
                <c:if test="${lc.status ==1}">  
                    当前状态:筹款中<br/>
                </c:if>
                <c:if test="${lc.status ==2}">  
                    当前状态:已满标<br/>
                </c:if>
                <c:if test="${lc.status ==3}">  
                    当前状态:待还款<br/>
                </c:if>
                <c:if test="${lc.status ==4}">  
                    当前状态:应还款<br/>
                </c:if>
                <c:if test="${lc.status ==5}">  
                    当前状态:已还款<br/>
                </c:if>
                <c:if test="${lc.status ==6}">  
                    当前状态:还款中<br/>
                </c:if>
                <c:if test="${lc.status ==7}">  
                    当前状态:已完成<br/>
                </c:if> --%>
            </div>

 

posted on 2015-09-10 18:35  weiguoyuan  阅读(136)  评论(0编辑  收藏  举报

导航