Ignore:
Timestamp:
06/17/11 20:21:09 (13 years ago)
Author:
vmipsl
Message:

Ajout de l'internationalisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • project_source/trunk/web/visualization/visu.jsp

    r94 r118  
    1 Page de visu 
     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 TracChangeset for help on using the changeset viewer.