source: ether_statistics/web/WEB-INF/tags/htmlCss.tag @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 237 bytes
Line 
1<%@ attribute name="cssFile" required="true" %>
2<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3
4<c:if test="${not empty cssFile}">
5    <link rel="stylesheet" type="text/css" href="resources/css/${cssFile}.css"/>
6</c:if>
Note: See TracBrowser for help on using the repository browser.