source: tapas/web/visualization/visu.jsp @ 376

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

Creation projet tapas

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