source: ether_megapoli/trunk/web/visualization/appletTest.jsp @ 178

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

Servlet _ contour ok

File size: 759 bytes
Line 
1<html>
2<head>
3
4</head>
5
6<body>
7
8<applet code="com.ether.AppletTemp.class" codebase="../WEB-INF-Applets/classes"
9        archive="../lib/spring.jar, ../lib/commons-logging-1.1.1.jar, ../lib/hibernate-all.jar, ../lib/dom4j-1.6.1.jar, ../lib/jta-1.1.jar, ../lib/postgresql-8.2-504.jdbc3.jar,
10        ../lib/commons-collections-3.1.jar"
11        height="400px" width="400px">
12    <param name="plateformId" value="14">
13    <param name="parameterId" value="90">
14    <param name="dateBegin" value="">
15    <param name="dateEnd" value="">
16    <param name="title" value="zzzz">
17    <param name="axeType" value="MOBILE">
18</applet>
19
20
21<%--<applet code="com.ether.AppletTemp.class" codebase="../appletsClasses_OLD" height="400px" width="400px"></applet>--%>
22
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.