69 <c:if test="${not empty redirectLocation}"> |
69 <c:if test="${not empty redirectLocation}"> |
70 <meta http-equiv="refresh" content="0; URL=${redirectLocation}"> |
70 <meta http-equiv="refresh" content="0; URL=${redirectLocation}"> |
71 </c:if> |
71 </c:if> |
72 <link rel="stylesheet" href="lightpit.css" type="text/css"> |
72 <link rel="stylesheet" href="lightpit.css" type="text/css"> |
73 <c:if test="${not empty extraCss}"> |
73 <c:if test="${not empty extraCss}"> |
74 <link rel="stylesheet" href="${extraCss}" type="text/css"> |
74 <c:forEach items="${extraCss}" var="cssFile"> |
|
75 <link rel="stylesheet" href="${cssFile}" type="text/css"> |
|
76 </c:forEach> |
75 </c:if> |
77 </c:if> |
76 </head> |
78 </head> |
77 <body> |
79 <body> |
78 <div id="mainMenu"> |
80 <div id="mainMenu"> |
79 <div class="menuEntry" <c:if test="${fn:startsWith(requestPath, '/projects/')}">data-active</c:if> > |
81 <div class="menuEntry" <c:if test="${fn:startsWith(requestPath, '/projects/')}">data-active</c:if> > |