source: ether_core/trunk/src/jsp/admin/accueil_admin.htm @ 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.0 KB
Line 
1<!-- Projet Ether - $Id: accueil_admin.htm,v 1.1 2000/09/22 13:59:00 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 bgcolor="#FFFFFF" background="/images/presentation/bande.gif">
23<p><img src="/images/presentation/ether.gif" width="84" height="85"></p>
24<table width="100%" border="0" cellspacing="0" cellpadding="0">
25  <tr> 
26      <p class="option"><b>Administration Ether</b></p>
27    </td>
28  </tr>
29  <tr> 
30    <td class="petit"><a href="/servlet/UserServlet?action=1" target="main" class="normal">Gestion
31      des utilisateurs</a></td>
32  </tr>
33  <tr> 
34    <td class="petit"><a href="/servlet/GroupServlet?action=1" target="main" class="normal">Gestion
35      des groupes</a></td>
36  </tr>
37  <tr> 
38    <td class="petit"> 
39      <a href="/servlet/ExperimentServlet?action=1" target="main" class="normal">Gestion
40      des exp&eacute;riences</a>    </td>
41  </tr>
42 
43  <tr> 
44    <td class="petit">
45        <p class="sous_option"><a href="/servlet/OrderServlet?action=2" target="main">Gestion
46        des commandes</a></p>
47    </td>
48  </tr>
49  <tr> 
50    <td class="petit"><a href="/servlet/ServiceServlet?action=1" target="main" class="normal">Gestion
51      des services</a></td>
52  </tr>
53  <tr> 
54    <td class="petit"><a href="/servlet/RightDataSetServlet?action=1" target="main" class="normal">Gestion
55      des jeux de donn&eacute;es</a></td>
56  </tr>
57  <tr> 
58    <td class="petit"><a href="/servlet/AccessLogServlet" target="main" class="normal">Statistiques</a></td>
59  </tr>
60  <tr> 
61    <td> 
62      <p class="option">&nbsp;</p>
63    </td>
64  </tr>
65</table>
66</body>
67</html>
Note: See TracBrowser for help on using the repository browser.