source: project_source/trunk/web/init.jsp @ 118

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

Ajout de l'internationalisation

File size: 1.4 KB
Line 
1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
2<%@ page contentType="text/html;charset=UTF-8" language="java" %>
3
4<html>
5<head>
6    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
7    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
8
9    <title>Project source</title>
10</head>
11
12<body>
13
14<spring:message code="label.language" htmlEscape="true"/> : <spring:message code="language" htmlEscape="true"/>
15
16<br/><br/>
17
18<spring:message code="text.change.language" htmlEscape="true"/>
19<br/>
20<spring:message code="label.language" htmlEscape="true"/> : <a href="visualization?methodName=home&language=en"><spring:message code="label.language.en" htmlEscape="true"/></a>
21| <a href="visualization?methodName=home&language=fr"><spring:message code="label.language.fr" htmlEscape="true"/></a>
22
23<hr>
24<h3><spring:message code="titre.init" htmlEscape="true"/></h3>
25<hr>
26
27<table width="100%">
28    <tr>
29        <td>
30            <a href="visualization?methodName=view"><spring:message code="text.visu.href" htmlEscape="true"/></a>
31        </td>
32        <td><spring:message code="text.visu" htmlEscape="true"/></td>
33    </tr>
34
35    <tr>
36        <td>
37            <a href="visualization?methodName=viewAllPlateforms"><spring:message code="text.visu.pf.href" htmlEscape="true"/></a>
38        </td>
39        <td><spring:message code="text.visu.pf" htmlEscape="true"/></td>
40    </tr>
41
42</table>
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.