You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
971 B
21 lines
971 B
2 years ago
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||
|
<%--
|
||
|
Created by IntelliJ IDEA.
|
||
|
User: whmmm
|
||
|
Date: 2020/4/10
|
||
|
Time: 17:22
|
||
|
To change this template use File | Settings | File Templates.
|
||
|
--%>
|
||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||
|
<c:forEach items="${admin.themeCssList}" var="it" varStatus="vst">
|
||
|
<link rel="stylesheet" type="text/css" href="${it}">
|
||
|
</c:forEach>
|
||
|
|
||
|
<c:if test="${admin.theme_css=='' or admin.theme_css == null}">
|
||
|
<%--<link type="text/css" rel="stylesheet" href="${ctx}/hbcyjc/resourceNew/css/cjy_style2.css"/>--%>
|
||
|
<link type="text/css" rel="stylesheet" href="${ctx}/hbcyjc/resourceNew/css/zjk_css.css"/>
|
||
|
<link type="text/css" href="${ctx}/hbcyjc/resource/css/cjy_style.css" rel="stylesheet"/>
|
||
|
<link type="text/css" href="${ctx}/hbcyjc/resource/css/cjy_style2.css" rel="stylesheet"/>
|
||
|
<link type="text/css" href="${ctx}/hbcyjc/resourceNew/css/cjy_zlmxg.css" rel="stylesheet"/>
|
||
|
</c:if>
|