source: ether_ndacc/trunk/web/list2.jsp @ 203

Last change on this file since 203 was 113, checked in by rboipsl, 13 years ago

Import du projet NDACC _ module web

File size: 539 bytes
Line 
1<%@taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
2<%@taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
4
5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
6    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7
8<f:view>
9    <html xmlns="http://www.w3.org/1999/xhtml">
10        <head>
11            <title>Files selection</title>
12        </head>
13        <body>
14            <h:outputText value="#{listeFiles.statut}" />
15        </body>
16    </html>
17</f:view>
Note: See TracBrowser for help on using the repository browser.