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>
  • 相关阅读:
    linux内核启动汇编部分详解
    linux内核zImage详解
    Linux内核zImage怎么来的?
    Linux内核编译make做了什么?
    关于makefile的几点经验
    note
    tmp0000
    tmp
    SSL学习与总结
    C++学习笔记
  • 原文地址:https://www.cnblogs.com/weixiaole/p/4798808.html
Copyright © 2011-2022 走看看