-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblioteca.php
executable file
·190 lines (173 loc) · 6.25 KB
/
biblioteca.php
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
183
184
185
186
187
188
189
190
<?php
include("include/session.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sindicato de Tabajadores y Trabajadoras de Carrefour Colombia</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="jquery.poptrox-0.1.js"></script>
<script type="text/javascript" src="jquery.formerize/jquery.formerize-0.1.js"></script>
<script type="text/javascript" src="javascripts/cycles.js"></script>
</head>
<body>
<div id="header" class="container">
<div id="logo">
<div id="logo_i"><a href="index.php" id="linkLogo" ></a></div>
<div id="logo_c">
<?php
if(!$session->logged_in):
?>
<img src="images/estructura-pagina_01B.jpg" alt="Usuario y Contraseña" >
<?php
else:
?>
<?php
endif;
?>
</div>
<div id="logo_d">
<?php
if($session->logged_in){
echo "Bienvenido <b>$session->username</b><br><br>";
if($session->isAdmin()){
echo "[<a href=\"admin/admin.php\">Centro de Administración</a>] ";
}
echo "[<a href=\"process.php\">Logout</a>]";
}
else{
?>
<form id="loginForm" action="process.php" method="POST">
<input type="text" id="userLogin" name="user">
<input type="password" id="passLogin" name="pass">
<input type="hidden" name="sublogin" value="1">
<input type="submit" value="" id="submitLogin">
</form>
<?php
}
?>
</div>
</div>
</div>
<div id="menu">
<ul>
<li class="current_page_item"><a href="quienes.php" ><img src="images/estructura-pagina_02.jpg" alt="Quiénes Somos" border="0" ></a></li>
<li><a href="afiliate.php"><img src="images/estructura-pagina_03.jpg" alt="Afíliate al Sindicato" border="0" ></a></li>
<li><a href="mundo.php"><img src="images/estructura-pagina_04.jpg" alt="Trabajadores Carrefour en el Mundo" border="0" ></a></li>
<li><a href="biblioteca.php"><img src="images/estructura-pagina_05.jpg" alt="Biblioteca Virtual" border="0" ></a></li>
<li><img src="images/estructura-pagina_06.jpg" alt="Galería de Imágenes" border="0" ></li>
<li><a href="index.php"><img src="images/estructura-pagina_07.jpg" alt="Noticias" border="0" ></a></li>
<li><img src="images/estructura-pagina_08.jpg" alt="Glosario Sindical" border="0" ></li>
<li><a href="contacto.php" ><img src="images/estructura-pagina_09.jpg" alt="Contacto" border="0" ></a></li>
</ul>
</div>
<!-- end #header -->
<div id="splash">
<div class="main_view">
<div class="window">
<div class="image_reel">
<a href="index.php"><img src="images/banner-1.jpg" alt="" /></a>
<a href="afiliate.php"><img src="images/banner2.jpg" alt="" /></a>
<a href="biblioteca.php"><img src="images/banner3.jpg" alt="" /></a>
</div>
</div>
<div class="paging">
<a href="#" rel="1" id="prev">Anterior</a>
<a href="#" rel="2" id="next">Siguiente</a>
</div>
</div>
</div>
<div id="page">
<div id="box2">
<div id="library">
<div id="search">
<form id="searchForm">
<input type="text" title="Buscar por título" name="byTitle" />
<input type="text" title="Buscar por palabras clave" name="byKeyWords" />
<input type="text" title="Buscar por descripción" name="byDescription" />
</form>
</div>
<table summary="" >
<thead>
<tr>
<th colspan="2">Biblioteca Virtual</th>
</tr>
<tr>
<th>Tipo de Documento</th>
<th>Nombre</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="images/pdf.png" alt="" ></td>
<td><a href="#" id="Estatutos_Union_de_Trabajadores_y_Trabjadoras_de_Grandes_Superficies_de_Colombia.pdf" class="file">Estatutos del Sindicato</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/Estatutos_Union_de_Trabajadores_y_Trabjadoras_de_Grandes_Superficies_de_Colombia.pdf">Descargar</a></td>
</tr>
<tr>
<td><img src="images/pdf.png" alt="" ></td>
<td><a href="#" id="Acuerdo_UNI_Carrefour_creacion sindicato.pdf" class="file">Acuerdo Creación del Sindicato</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/Acuerdo_UNI_Carrefour_creacion sindicato.pdf">Descargar</a></td>
</tr>
<tr>
<td><img src="images/ppt.png" alt="" ></td>
<td><a href="#" id="presentacion_Eduardo_Perez_de_San_Roman_UNI_oct_31_Bogota_FINAL.ppt" class="file">Presentación Eduardo Pérez San Roman</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/presentacion_Eduardo_Perez_de_San_Roman_UNI_oct_31_Bogota_FINAL.ppt">Descargar</a></td>
</tr>
<tr>
<td><img src="images/ppt.png" alt="" ></td>
<td><a href="#" id="Presentacion_Estatutos_de_la_Union.ppt" class="file">Presentación Estatutos de la Unión</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/Presentacion_Estatutos_de_la_Union.ppt">Descargar</a></td>
</tr>
<tr>
<td><img src="images/ppt.png" alt="" ></td>
<td><a href="#" id="presentacion_Ruben_Cortina_UNI_oct_31 Bogota.ppt" class="file">Presentación Rubén Cortina</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/presentacion_Ruben_Cortina_UNI_oct_31 Bogota.ppt">Descargar</a></td>
</tr>
<tr>
<td><img src="images/ppt.png" alt="" ></td>
<td><a href="#" id="UNI-Carrefour-sp.pdf" class="file">Reunión Carrefour - UNI</a></td>
</tr>
<tr>
<td colspan="2" align="center"><a href="documentos/UNI-Carrefour-sp.pdf">Descargar</a></td>
</tr>
<td><a href="#" id=""></a></td>
<td><a href="#" id=""></a></td>
<td><a href="#" id=""></a></td>
<td><a href="#" id=""></a></td>
</tr>
</tbody>
</table>
</div>
<div id="longtext">
<iframe id="documentView" src="http://docs.google.com/gview?url=http://www.unioncolombia.com/documentos/Estatutos_Union_de_Trabajadores_y_Trabjadoras_de_Grandes_Superficies_de_Colombia.pdf&embedded=true" style="width:600px; height:488px;" frameborder="0"></iframe>
</div>
</div>
</div>
<div id="footer">
</div>
<!-- end #footer -->
<script type="text/javascript" >
$("#searchForm").formerize();
$(".file").click(function(){
var fileName = $(this).attr("id");
$("#documentView").attr("src","http://docs.google.com/gview?url=http://www.unioncolombia.com/documentos/"+fileName+"&embedded=true");
return false;
});
</script>
</body>
</html>