source: ether_ndacc/trunk/web/community_v1.jsp @ 183

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

ihm avec debut traduction

File size: 1.2 KB
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3<html><head>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
6        <link rel="stylesheet" type="text/css" href="./resources/css/etherTypo.css" />
7        <link rel="stylesheet" type="text/css" href="./resources/css/ndacc.css" />
8       
9
10        <title>Ether: NDACC</title>
11        <meta name="generator" content="TYPO3 4.1 CMS" />
12</head>
13<body >
14<div align="center">
15<div style="width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets -->
16<jsp:include page="template_haut.jsp" />
17</div>
18
19
20<div id="texts" style="position:absolute;color:#62f545;"></div>
21
22
23<div style="margin-top: 0px; height: 1000px;">
24<table cellpadding="16" cellspacing="2" width=1230px border=0 class=contenut>
25<tr>
26<td>
27<table align=center>
28<tr>
29<td class="liste1" align=right>Login</td>
30<td class="liste1"><input type="text" name="login"></td>
31</tr>
32<tr>
33<td class="liste1">Password</td>
34<td class="liste1"><input type="text" name="passwd"></td>
35</tr>
36</table>
37</td>
38</tr>
39</table>
40</div>
41
42</div>
43</body>
44</html>
Note: See TracBrowser for help on using the repository browser.