source: ether_ndacc/trunk/web/station.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: 599 bytes
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
3
4<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
5
6<html>
7<head>
8<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9<title>Ether: NDACC</title>
10</head>
11<body>
12
13Station
14<br>
15${station.id}
16<br>
17${station.name}
18<br>
19${station.latitude}
20<br>
21${station.longitude}
22<br>
23${station.altitude}
24
25<br><br>
26<a href="<c:url value="instrument?methodName=viewInstruments"/>">BACK</a>
27
28</body>
29</html>
Note: See TracBrowser for help on using the repository browser.