This file is indexed.

/usr/share/controlaula/frontend/www/index.html is in controlaula 1.8.0-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!-- #########################################################################
# Project:     Controlaula
# Module:     	index.html
# Purpose:     Main page
# Language:    html
# Copyright:   2009-2010 - Manuel Mora Gordillo <manuito @nospam@ gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
# 
############################################################################## -->

<html>
<head>
	<link rel="stylesheet" type="text/css" media="screen" href="demos.css" />

	<!-- JQuery Library -->
	<script type="text/JavaScript" language="javascript" src="js/jquery/jquery.min.js"></script>

	<!-- JQuery UI Library -->
	<link rel="stylesheet" type="text/css" media="screen" href="js/jquery/ui/css/ui-lightness/jquery-ui.custom.css" />
	<script type="text/JavaScript" language="javascript" src="js/jquery/ui/jquery-ui.custom.min.js"></script>

	<!-- JQuery JSON Library -->
	<script type="text/JavaScript" language="javascript" src="js/jquery/jquery.json.js"></script>
    
    <!-- Chat Library -->
    <script src="js/jquery/jquery.ui.chatbox.js" type="text/javascript" charset="utf-8"></script>      
    <link type="text/css" href="js/jquery/ui/css/jquery.ui.chatbox.css" rel="stylesheet" />    
    <script src="js/chataula.js" type="text/javascript" charset="utf-8"></script> 

    <!-- jQueryFileTree Library -->
		<script src="js/jquery/jqueryFileTree/jqueryFileTree.js" type="text/javascript"></script> 
		<link href="js/jquery/jqueryFileTree/jqueryFileTree.css" rel="stylesheet" type="text/css" media="screen" /> 

    
    <!-- Our Functions -->
	<script type="text/JavaScript" language="javascript" src="js/buttons.js"></script>
	<script type="text/JavaScript" language="javascript" src="js/modal.js"></script>
	<script type="text/JavaScript" language="javascript" src="js/print.js"></script>
	<script type="text/JavaScript" language="javascript" src="js/utils.js"></script>
	<script type="text/JavaScript" language="javascript" src="js/connection.js"></script>

	<meta charset="UTF-8" />
	
	<style type="text/css">
		#feedback { font-size: 1.4em; }
		#selectable .ui-selecting { background: #FECA40; }
		#selectable .ui-selected { background: #F39814; color: white; }
		#selectable { list-style-type: none; margin: 0; padding: 0; }
		#selectable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 80px; height: 95px; font-size: 1em; text-align: center; cursor:pointer; }

		#selectableBigBrother .ui-selecting { background: #FECA40; }
		#selectableBigBrother .ui-selected { background: #F39814; color: white; }
		#selectableBigBrother { list-style-type: none; margin: 0; padding: 0; }
		#selectableBigBrother li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 80px; height: 90px; font-size: 1em; text-align: center; cursor:pointer; }
        .thumb-imageBigBrother{width:80px; height:60px;}

		#sortable { list-style-type: none; margin: 0; padding: 0; }
		#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 80px; height: 95px; font-size: 1em; text-align: center; cursor:pointer; }

      .thumb-image{width:60px; height:60px;}

		.ui-progressbar-value { background-image: url(img/pbar-ani.gif); }

      .thumb-image{width:60px; height:60px;}

		.ui-menu { position: absolute; width: 100px; }

		#themes {padding-left: 20px; background: url(images/icon_gallery.gif) no-repeat left 50%;}
		
		.ui-default-state {
			padding: .5em 1em;
			cursor: pointer;
		}
		#themes {padding-left: 20px; font-size: 1.2em; background: url(images/icon_gallery.gif) no-repeat left 50%;}
		#set {border: 2px solid #ddd; padding: 2px; background: #444; float: left;}
		#set a {margin: 2px; border: 1px solid #444; float: left;}
		#set a:hover {border-color: #fff;}
    </style>

	<script type="text/javascript">

	$(function() {

		sendOrder("gettheme","","gettheme");
		printInterface();
		printSliders();
		initScreens();

/*		$( "#progressbar" ).progressbar({ value: 59 });*/
		$("#dialogAlert").dialog({ autoOpen: false });
		$("#dialogSendFile").dialog({ autoOpen: false });
		$("#dialogSendMessage").dialog({ autoOpen: false });
		$("#dialogWeb").dialog({ autoOpen: false });
		$("#dialogVideoButtons").dialog({ autoOpen: false });

		$('#set').hide();
		$('#changeItUp').hover(function(){$('#set').fadeIn();}, function(){});
		$('#themes a').click(function(){
			var theme = $(this).attr('href');
			$('head').append('<link href="js/jquery/ui/css/'+ theme +'/jquery-ui.custom.css" rel="Stylesheet" type="text/css" />');

			sendOrder("newtheme",theme,"newtheme");
			return false;
		});
		$('#set').hover(function(){}, function(){$(this).fadeOut();});

       initChat();
	});

		languageRequest();
	</script>
</head>
<body style="margin:0px; background-image:url('img/controlaula.png'); background-repeat:no-repeat; background-position:top right; padding-top:3px;">

	<table width="100%" cellpading="2" cellspacing="2"1>
	<tr>
		<td style="width:260px; vertical-align:top; height:120px;">
			<div id="tabsComputers">
				<ul>
					<li><a href="#tabs-1"><span id="computers">Equipos</span></a></li>
				</ul>
				<div id="tabs-1" style="padding:3px;">
					<table width="100%">
						<tr>
							<td style="text-align:center;"><button id="selectAll" style="width:123px;">Selecc. Todo</button></td>
							<td style="text-align:center;"><button id="turnOn" style="width:123px;">Encender</button></td>
						</tr>
						<tr>
							<td style="text-align:center;"><button id="selectNone" style="width:123px;">Selecc. Ninguno</button></td>
							<td style="text-align:center;"><button id="turnOff" style="width:123px;">Apagar</button></td>
						</tr>
					</table>
				</div>
			</div>
		</td>
		<td style="vertical-align:top; padding-left:10px;" rowspan="2">
			<div id="tabsClassroom" style="width:530px;">
				<ul>
					<li><a href="#tabsClassroom-1"><span id="tabClassroom">Aula</span></a></li>
					<li><a href="#tabsClassroom-4"><span id="tabChat">Chat</span></a></li>
					<li><a href="#tabsClassroom-2"><span id="tabOrderClassroom">Ordenar Aula</span></a></li>
					<li><a href="#tabsClassroom-3"><span id="tabConfiguration">Configuraci&oacute;n</span></a></li>
				<!--	<li><a href="#tabsClassroom-4">LDAP</a></li>-->
				</ul>
				<div id="tabsClassroom-1" style="padding:2px;">
					<table>
						<tr><td id="tableSelectable">
							<ol id="selectable">
								<!--<li class="ui-state-default" id="computer1"><img src="img/turnOn.png"/></li>-->
							</ol>
					</td></tr>
					</table>
				</div>
				<div id="tabsClassroom-2" style="padding:2px;">
					<table width="100%">
						<tr><td>
							<ul id="sortable"></ul>
						</td></tr>
					</table>
				</div>
				<div id="tabsClassroom-3" style="padding:2px;">
					<p class="ui-state-default ui-corner-all" style="padding:4px;margin-top:1em;">
					<span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span>
					<span id="configStructure">Estructura del aula</span>
					</p>
						<div style="padding-left:30px">
						<p>
							<label for="rows"><span id="configRows">Filas</span>:</label>
							<input type="text" id="rows" style="border:0; color:#f6931f; font-weight:bold; width:30px; text-align:center; background-color:#EEE;" readonly="true" />
							<div id="sliderRows" style="width:300px;"></div>
						</p>
						<p>
							<label for="columns"><span id="configColumns">Columnas</span>:</label>
							<input type="text" id="columns" style="border:0; color:#f6931f; font-weight:bold; width:30px; text-align:center; background-color:#EEE;" readonly="true" />
							<div id="sliderColumns" style="width:300px;"></div>
						</p>
						<p>
							<label for="computers"><span id="configComputers">Equipos</span>:</label>
							<input type="text" id="numComputers" style="border:0; color:#f6931f; font-weight:bold; width:30px; text-align:center; background-color:#EEE;" readonly="true" />
							<div id="sliderComputers" style="width:300px;"></div>
						</p>
					<br>
						<p style="text-align:center;"><button id="saveConfiguration" style="width:160px;">Guardar configuración</button></p>
						</div>
					<br>
	<!--				<p class="ui-state-default ui-corner-all" style="padding:4px;margin-top:1em;">
					<span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span>
					Automática
					</p>

					<div id="progressbar" style="width:100%;"></div>
					<p style="text-align:center;"><button id="scanNet" style="width:130px;" onClick="alert('En desarrollo');">Escanear</button></p>-->

					<p class="ui-state-default ui-corner-all" style="padding:4px;margin-top:1em;">
					<span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span>
					Interfaz
					</p>

					<p id="themes" style="position: relative; margin-top: 2em;"><span id="changeItUp" style="text-decoration: underline;">Temas de escritorio</span>

					<span id="set" style="position: absolute; left: 0; top: -10px;">
						<a href="redmond" title="Redmond"><img src="img/themes/redmond.png" alt="image" width="100" height="50" /></a>
						<a href="cupertino" title="Cupertino"><img src="img/themes/cupertino.png" alt="image" width="100" height="50" /></a>
						<a href="ui-lightness" title="Lightness"><img src="img/themes/ui-lightness.png" alt="image" width="100" height="50" /></a>
						<a href="ui-darkness" title="Darkness"><img src="img/themes/ui-darkness.png" alt="image" width="100" height="50" /></a>
						<a href="black-tie" title="Black-tie"><img src="img/themes/black-tie.png" alt="image" width="100" height="50" /></a>
						<a href="smoothness" title="Smoothness"><img src="img/themes/smoothness.png" alt="image" width="100" height="50" /></a>
						<a href="sunny" title="Sunny"><img src="img/themes/sunny.png" alt="image" width="100" height="50" /></a>
						<a href="blitzer" title="Blitzer"><img src="img/themes/blitzer.png" alt="image" width="100" height="50" /></a>
					</span></p>
				</div>
				<div id="tabsClassroom-4" style="padding:2px;">
					<div id="chataula_div"></div>
				</div>
			</div>
		</td>
	</tr>
	<tr>
		<td style="vertical-align:top;">
			<div id="tabsActions">
				<ul>
					<li><a href="#tabs-1"><span id="actions">Acciones</span></a></li>
				</ul>
				<div id="tabs-1">
					<table width="100%" style="margin-top:15px; width:268px;">
						<tr>
							<td style="text-align:center;">
								<div>
									<div>
										<button id="internet" style="width:95px;">Internet</button>
										<button id="select">Select an action</button>
									</div>
									<ul style="z-index:1000;">
										<li><a href="#"><div id="enableInternet">Habilitar</div></a></li>
										<li><a href="#"><div id="disableInternet">Deshabilitar</div></a></li>
									</ul>
								</div>
							</td>
							<td style="text-align:center;">
								<div>
									<div>
										<button id="sound" style="width:95px;">Altavoz</button>
										<button id="select">Select an action</button>
									</div>
									<ul style="z-index:1000;">
										<li><a href="#"><div id="enableSound">Habilitar</div></a></li>
										<li><a href="#"><div id="disableSound">Deshabilitar</div></a></li>
									</ul>
								</div>
							</td>
						</tr>
						<tr>
							<td style="text-align:center;">

								<div>
									<button id="mouse" style="width:95px;">Rat&oacute;n/Teclado</button>
									<button id="select">Select an action</button>
								</div>

								<ul  style="z-index:1000;">
									<li><a href="#"><div id="enableMouse">Habilitar</div></a></li>
									<li><a href="#"><div id="disableMouse">Deshabilitar</div></a></li>
								</ul>
							</td>
							<td style="text-align:center;">
								<div>
									<button id="chat" style="width:95px;">Chat</button>
									<button id="select">Select an action</button>
								</div>

								<ul  style="z-index:1000;">
									<li><a href="#"><div id="enableChat">Habilitar</div></a></li>
									<li><a href="#"><div id="disableChat">Deshabilitar</div></a></li>
								</ul>
							</td>
						</tr>
						<tr>
							<td style="text-align:center;">
								<div>
									<button id="projector" style="width:95px;">Proyector</button>
									<button id="select">Select an action</button>
								</div>

								<ul  style="z-index:1000;">
									<li><a href="#"><div id="enableProjector">Habilitar</div></a></li>
									<li><a href="#"><div id="disableProjector">Deshabilitar</div></a></li>
								</ul>
							</td>
							<td style="text-align:center;">
								<div>
									<div>
										<button id="video" style="width:95px;">Video</button>
										<button id="select">Select an action</button>
									</div>
									<ul style="z-index:1000;">
										<li><a href="#"><div id="enableVideo">Emitir V&iacute;deo</div></a></li>
										<li><a href="#"><div id="enableDVD">Emitir DVD</div></a></li>
									</ul>
								</div>
							</td>
						</tr>
						<tr>
							<td style="text-align:center;">
								<button id="sendMessage" style="width:122px;">Enviar Mensaje</button>
							</td>
							<td style="text-align:center;">
								<div>
									<div>
										<button id="sendFile" style="width:95px;">Env&nbsp;Fichero</button>
										<button id="select">Select an action</button>
									</div>
									<ul style="z-index:1000;">
										<li><a href="#"><div id="receivedFiles">Ficheros recibidos</div></a></li>
									</ul>
								</div>
							</td>
						</tr>
						<tr>
							<td style="text-align:center;">
								<button id="web" style="width:122px;">Web</button>
							</td>
							<td style="text-align:center;">
								<button id="bigBrother" style="width:122px;">Gran Hermano</button>
							</td>
						</tr>
					</table>
				</div>
			</div>
		</td>
	</tr>
	</table>

	<p class="ui-state-default ui-corner-all" style="padding:4px;margin-top:1em;margin-left:10px;margin-right:10px; ">
	<span class="ui-icon ui-icon-info" style="float:left; margin:-2px 5px 0 0;"></span>
		<span id="licenseText">Copyright (C) 2010 - ControlAula es una aplicación bajo licencia GPL versión 2 ó posteriores.</span> <a href="http://controlaula.sourceforge.net" target="_blank">[<span id="licenseInfo">+ info</span>]</a>
	</p>

	<div id="dialogAlert" title="Atenci&oacute;n">
		<p>
			<span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 7px 0;"></span>
			<span id="dialogAlertMessage"></span>
		</p>
	</div>

	<div id="dialogSendFile">
		<div id="sendFileTree" style="overflow: scroll; height:400px;"></div> 
	</div>

	<div id="dialogSendMessage" style="text-align:center;">
		<textarea id="message" name="message" cols="80" rows="5"></textarea>
	</div>

	<div id="dialogBigBrother" style="text-align:center;">	
		<table width="100%">	
		<tr>
			<td style="width:60%;"><ol id="selectableBigBrother"></ol></td>
			<td><div id="imageBigBrother" style="text-align:center; vertical-align:middle;"></div></td>
		</tr>
		</table>
	</div>

	<div id="dialogVideoButtons" style="text-align:center;">	
		<br>
		<span class="ui-widget-header ui-corner-all" style="padding: 10px 4px;">
			<button id="movieRewind" style="width:40px;">Rewind</button>&nbsp;&nbsp;<button id="moviePlay" style="width:40px;">Play</button>&nbsp;&nbsp;<button id="moviePause" style="width:40px;">Pause</button>&nbsp;&nbsp;<button id="movieFF" style="width:40px;">FF</button>&nbsp;&nbsp;<input type="checkbox" id="movieSubtitles" /><label for="movieSubtitles">Subt&iacute;tulos</label>
		</span>
	</div>

	<div id="dialogWeb" style="text-align:center;">
		<p style="text-align:left;"><b>http://</b><input type="text" id="url" name="url" size="60"/>&nbsp;&nbsp;<button id="goToURL" style="width:50px;">Ir</button>&nbsp;&nbsp;<button id="sendWebToSelected" style="width:200px;" title="Enviar web a los alumnos seleccionados">Enviar web a seleccionados</button>&nbsp;&nbsp;<button id="sendWebToAll" style="width:200px;" title="Enviar web a todos los alumnos">Enviar web a todos</button></p>
		<iframe id="frameWeb" style="border:1px solid; width:930px; height:490;"></iframe>
	</div>

</body>