source: project_source/trunk/web/index.jsp @ 94

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

Import du projet source

File size: 990 bytes
Line 
1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
2<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
3
4<%@ page contentType="text/html;charset=UTF-8" language="java" %>
5
6<html>
7<head>
8    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
9    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
10
11    <title>Project source</title>
12
13    <ether:htmlCss cssFile="ether"/>
14    <ether:htmlCss cssFile="button"/>
15    <ether:htmlCss cssFile="blueprint-css/blueprint/src/grid"/>
16
17    <ether:htmlJs jsFile="maj"/>
18
19</head>
20
21<body>
22
23    --> Appel de la méthode "view" du controller qui renvoit vers la page visu.jsp
24    <br/>&nbsp;&nbsp;
25    <a href="visualization?methodName=view">
26        view
27    </a>
28
29    <br/><br/><br/>
30
31     --> Appel de la méthode viewAllPlateforms du controller qui renvoit vers la page visu_plateform.jsp
32    <br/>&nbsp;&nbsp;
33    <a href="visualization?methodName=viewAllPlateforms">
34        view plateforms
35    </a>
36
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.