source: tapas/web/init_old.jsp @ 784

Last change on this file since 784 was 767, checked in by rboipsl, 11 years ago

V2 ajout infobulles + textes

File size: 231 bytes
Line 
1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
2
3<script type="text/javascript">
4
5var language='<spring:message code="language"/>';
6
7document.location.href = "project?methodName=home_"+language;
8
9</script>
10
Note: See TracBrowser for help on using the repository browser.