zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    通过使用 SQL,可以为列名称和表名称指定别名(Alias)
    BETWEEN 操作符
    IN 操作符
    SQL 通配符
    LIKE 操作符
    TOP 子句
    DELETE 语句
    Update 语句
    INSERT INTO 语句
    IOS SWIFT 网络请求JSON解析 基础一
  • 原文地址:https://www.cnblogs.com/weixiaole/p/4798808.html
Copyright © 2011-2022 走看看