source: ether_core/trunk/src/jsp/admin/bibadm.jsp

Last change on this file was 5, checked in by cbipsl, 18 years ago

ajout rep. src

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2<html>
3<head>
4<%@ page import="fr.alcatel.ether.app.common.*" %>
5<%@ page import="java.util.Locale" %>
6<head>
7<%
8 Config.getConfig();
9 String langue = request.getParameter("langue");
10  if (langue==null)
11  {
12    langue=Config.langue;
13  }
14   Locale loc=Locale.ENGLISH;
15  if (langue.equals("FRENCH")) loc = Locale.FRENCH;
16  MultiLanguage ml = MultiLanguage.instance(loc);
17  JSPUtils.setSessionParameter(request, "langue", loc);
18%>
19   <title>Administration des bases bibliographique ETHER</title>
20   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
21   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; SunOS 5.6 sun4u) [Netscape]">
22   <meta name="Reference"          content="bibadm.jsp">
23   <meta name="Title"              content="Ether - Serveur Ether/IPSL - Version 1">
24   <meta name="Creator"            content="C. Boonne/IPSL">
25   <meta name="Language"           content="fr">
26   <meta name="Publisher"          content="IPSL/INSU">
27   <meta name="DatePublication"    content="2001-08-05">
28   <link rel="stylesheet" href="/ether/ether.css">
29
30</HEAD>
31<body text="#000099" link="#000099" vlink="#000099" alink="#000099">
32<table width="100%" border="0" cellspacing="0" cellpadding="4" align="center">
33  <tr>
34    <td height="45" class="tdTitrePage"><img src="/images/icones/triangle.gif" width="30" height="16">
35    Administration des bases bibliographiques ETHER</td>
36  </tr>
37  <tr>
38    <td height="16" class="tdlien">
39    &nbsp; </td>
40  </tr>
41</table>
42<br>
43<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
44<br>
45<div align=justify><span class="normal">
46<br>Cliquer sur une exp&eacute;rience pour saisir de nouvelles entr&eacute;es en base.<br><br>
47<table border=0 align="center">
48<tr>
49<td class="libelleChamp"><a href="/cgi-bin/ether/Scripts/PubILAS/AdminDoc.pl">ADEOS1.ILAS</a></td>
50<td class="valeurChamp"><a href="/cgi-bin/ether/Scripts/PubIMG/AdminDoc.pl">ADEOS1.IMG</a></td>
51<td class="libelleChamp"><a href="/cgi-bin/ether/Scripts/PubSOLSPEC/AdminDoc.pl">ATLAS1.SOLSPEC</a></td>
52</tr>
53</table>
54<br><br>
55</div>
56<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
57<br>
58<span class="petit"><%= ml.get("commun.CopyRight") %>
59</body>
60</html>
61
Note: See TracBrowser for help on using the repository browser.