1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
<?php
// ********************************************************************************************************
// Aplicación WEB: ogAdmWebCon
// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
// Fecha Creación: Agosto-2010
// Fecha Última modificación: Agosto-2010
// Nombre del fichero: barramenu.php
// Descripción :Este fichero implementa el menu general de la Aplicación
// ********************************************************************************************************
include_once("./includes/ctrlacc.php");
include_once("./includes/constantes.php");
include_once("./idiomas/php/".$idioma."/barramenu_".$idioma.".php");
//________________________________________________________________________________________________________
?>
<HTML>
<TITLE>Administración web de aulas</TITLE>
<HEAD>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-1">
<LINK rel="stylesheet" type="text/css" href="estilos.css">
<SCRIPT language="javascript">
var currentOp=null;
//________________________________________________________________________________________________________
function resaltar(o){
if (o==currentOp) return
o.style.borderBottomColor="#808080"
o.style.borderRightColor="#808080"
o.style.borderTopColor="#ffffff"
o.style.borderLeftColor="#ffffff"
}
//________________________________________________________________________________________________________
function desresaltar(o){
if (o==currentOp) return
o.style.borderBottomColor="#d4d0c8"
o.style.borderRightColor="#d4d0c8"
o.style.borderTopColor="#d4d0c8"
o.style.borderLeftColor="#d4d0c8"
}
//________________________________________________________________________________________________________
function eleccion(o,op){
var opadre=window.parent // Toma frame padre
opadre.frames["frame_contenidos"].document.location.href="nada.php"
var href;
var href2="nada.php"
var href3="./api/tree.html"
var href4="./api/main.html"
var href5="./api/index.html"
switch(op){
case 1:
href="./principal/aulas.php"
break;
case 2:
href="./principal/acciones.php"
break;
case 3:
href="./principal/imagenes.php"
break;
case 4:
href="./principal/hardwares.php"
break;
case 5:
href="./principal/softwares.php"
break;
case 6:
href="./principal/repositorios.php"
break;
case 7:
href="./principal/menus.php"
break;
case 8:
href="./principal/reservas.php"
break;
case 9:
href="./principal/administracion.php"
break;
case 10:
href="./images/L_Iconos.php"
href2="./images/M_Iconos.php"
break;
case 13:
href="./principal/usuarios.php"
break;
case 14:
href="./principal/aulas.php"
href2="./varios/buscar.php"
break;
}
var oldOp=currentOp
currentOp=o;
if (oldOp) desresaltar(oldOp);
currentOp.style.borderBottomColor="#ffffff"
currentOp.style.borderRightColor="#ffffff"
currentOp.style.borderTopColor="#808080"
currentOp.style.borderLeftColor="#808080"
if(op<20){
opadre.frames["frame_arbol"].document.location.href=href
opadre.frames["frame_contenidos"].document.location.href=href2
}
else{
switch(op){
case 21:
window.top.location.href="acceso.php";
break;
case 22:
opadre.frames["frame_contenidos"].document.location.href=href5
break;
}
}
}
//________________________________________________________________________________________________________
</SCRIPT>
</HEAD>
<BODY bgcolor="#d4d0c8">
<FORM name=fdatos>
<TABLE border=0 width=100% style="POSITION:absolute;LEFT:0px;TOP:0px" cellPadding=2 cellSpacing=0>
<TR>
<TD align=left>
<TABLE class=menupral align=left cellPadding=1 cellSpacing=0 >
<TR valign=baseline>
<TD width=10><IMG src="./images/iconos/pomo.gif"></TD>
<? if($idtipousuario!=$SUPERADMINISTRADOR){?>
<TD onclick=eleccion(this,1) onmouseout=desresaltar(this) onmouseover=resaltar(this) >
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/centros.gif"> <SPAN class="menupral"><?echo $TbMsg[0]?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,2) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/acciones.gif"> <SPAN class=menupral ><?echo $TbMsg[1]?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,3) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/imagenes.gif"> <SPAN class=menupral ><?echo $TbMsg[2]?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,4) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/confihard.gif"> <SPAN class=menupral ><?echo $TbMsg[3] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,5) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/confisoft.gif"> <SPAN class=menupral ><?echo $TbMsg[4] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,6) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/repositorio.gif"> <SPAN class=menupral ><?echo $TbMsg[5] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,7) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/menus.gif"> <SPAN class=menupral ><?echo $TbMsg[6] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<td onclick="eleccion(this,14)" onmouseout="desresaltar(this)" onmouseover="resaltar(this)" align="middle">
<a href="#" style="text-decoration: none"><img border="0" src="./images/iconos/busquedas.gif"> <span class="menupral"><?echo $TbMsg[14] ?></span></a> </td>
<td width="4" align="middle"><img src="./images/iconos/separitem.gif"></td>
<!--TD onclick=eleccion(this,8) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/reservas.gif"> <SPAN class=menupral ><?echo $TbMsg[7] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD-->
<? }
else{
if($idtipousuario==$SUPERADMINISTRADOR){?>
<TD onclick=eleccion(this,9) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/administracion.gif">
<SPAN class=menupral ><?echo $TbMsg[8] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,10) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/iconos.gif">
<SPAN class=menupral ><?echo $TbMsg[9] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<?}?>
<?}?>
<TD onclick=eleccion(this,22) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/ayuda.gif">
<SPAN class=menupral ><?echo $TbMsg[11] ?></SPAN></A> </TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
<TD onclick=eleccion(this,21) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/usuarioslog.gif">
<SPAN class=menupral ><?echo $TbMsg[10] ?></SPAN></A> </TD>
</TR>
</TABLE>
</TR>
</TABLE>
</FORM>
</BODY>
</HTML>
|