source: ether_core/trunk/src/jsp/admin/accueil_admin.html @ 7

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

ajout rep. src

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<!-- Projet Ether - $Id: accueil_admin.html,v 1.1 2003/10/16 14:09:05 pn Exp $ -->
2<html>
3<head>
4<title>Menu administrateur</title>
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
7<script language="JavaScript">
8<!--
9function MM_openBrWindow(theURL,winName,features) { //v2.0
10  window.open(theURL,winName,features);
11}
12
13function MM_goToURL() { //v2.0
14  for (var i=0; i< (MM_goToURL.arguments.length - 1); i+=2) //with arg pairs
15    eval(MM_goToURL.arguments[i]+".location='"+MM_goToURL.arguments[i+1]+"'");
16  document.MM_returnValue = false;
17}
18//-->
19</script>
20<link rel="stylesheet" href="../ether.css"></head>
21
22<body "text="#000099" link="#000099" vlink="#000099" alink="#000099">
23<table border=0 width="106%" cellspacing="0" cellpadding="1" align="center" >
24  <tr valign="middle">
25     <td height="45" class="tdTitreGauc"><img SRC="/images/logoeth.gif" height="38" width="40" alt="logo ETHER"></td>
26     <td height="45" class="tdTitreGauc"><span class="lieb">&nbsp;Administration Ether</span></td>
27  </tr>
28  <tr valign="baseline">
29    <td height="18" class="tdLien">
30      <span class="lien">&nbsp;</span>
31    </td>
32  <td height="18" class="tdLien">
33     <span class="lieb">&nbsp;</span>
34    </td>
35  </tr>
36</table>
37<br><br><br>
38<span class="normal">
39&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/UserServlet?action=1" target="main" class="normal">Gestion des utilisateurs</a>
40<br>
41&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/GroupServlet?action=1" target="main" class="normal">Gestion des groupes</a>
42<br>
43&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/ExperimentServlet?action=1" target="main" class="normal">Gestion des exp&eacute;riences</a>
44<br>
45&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/ThemeServlet?action=1" target="main" class="normal">Gestion des th&egrave;mes</a>
46<br>
47&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/OrderServlet?action=2" target="main">Gestion des commandes</a>
48<br>
49&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/ServiceServlet?action=1" target="main" class="normal">Gestion des services</a>
50<br>
51&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/RightDataSetServlet?action=1" target="main" class="normal">Gestion des jeux de donn&eacute;es</a>
52<br>
53&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/MediaServlet?action=1" target="main" class="normal">Gestion des m&eacute;dias </a>
54<br>
55&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/GeoServlet?action=1" target="main" class="normal">Gestion des zones </a>
56<br>
57&nbsp;&nbsp;&nbsp; <a href="/ether/servlet/GeoServlet?action=10" target="main" class="normal">Gestion des p&eacute;riodes </a>
58<br>
59&nbsp;&nbsp;&nbsp; <a href="/ether/admin/bibadm.jsp" target="main" class="normal">Base bibliographique</a>
60<br>
61<br>
62&nbsp;&nbsp;&nbsp; <a href="http://ether.ipsl.jussieu.fr/cgi-bin/ether/forum/ENVISATAdmin.pl" target="main" class="normal">ENVISAT Forum</a>
63<br>
64&nbsp;&nbsp;&nbsp; <a href="http://ether.ipsl.jussieu.fr/cgi-bin/ether/forum/ODINAdmin.pl" target="main" class="normal">ODIN Forum</a>
65</body>
66</html>
Note: See TracBrowser for help on using the repository browser.