source: tapas/web/init.jsp @ 379

Last change on this file since 379 was 377, checked in by rboipsl, 12 years ago

test

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                 ddddd
17
18<br/><br/>
19
20<spring:message code="text.change.language" htmlEscape="true"/>
21<br/>
22<spring:message code="label.language" htmlEscape="true"/> : <a href="visualization?methodName=home&language=en"><spring:message code="label.language.en" htmlEscape="true"/></a>
23| <a href="visualization?methodName=home&language=fr"><spring:message code="label.language.fr" htmlEscape="true"/></a>
24
25<hr>
26<h3><spring:message code="titre.init" htmlEscape="true"/></h3>
27<hr>
28
29<table width="100%">
30    <tr>
31        <td>
32            <a href="visualization?methodName=view"><spring:message code="text.visu.href" htmlEscape="true"/></a>
33        </td>
34        <td><spring:message code="text.visu" htmlEscape="true"/></td>
35    </tr>
36
37    <tr>
38        <td>
39            <a href="visualization?methodName=viewAllPlateforms"><spring:message code="text.visu.pf.href" htmlEscape="true"/></a>
40        </td>
41        <td><spring:message code="text.visu.pf" htmlEscape="true"/></td>
42    </tr>
43
44</table>
45
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.