source: project_source/trunk/web/WEB-INF/tags/htmlJs.tag @ 94

Last change on this file since 94 was 94, checked in by vmipsl, 13 years ago

Import du projet source

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