summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/boot_grub4dos_crear.php
blob: 747400c083896cabb9f15a2d59b1b2a35a4381c8 (plain)
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<?php
include_once("../includes/ctrlacc.php");
include_once("../clases/AdoPhp.php");
include_once("../includes/CreaComando.php");
include_once("../idiomas/php/".$idioma."/boot_grub4dos_".$idioma.".php");

$cmd=CreaComando($cadenaconexion);
if (!$cmd)
	Header('Location: '.$pagerror.'?herror=2'); // Error de conexión con servidor B.D.
//________________________________________________________________________________________________________

if (isset($_POST["litambito"])) $litambito=$_POST["litambito"]; // Recoge parametros
if (isset($_POST["idambito"])) $idambito=$_POST["idambito"]; 
if (isset($_POST["nombreambito"])) $nombreambito=$_POST["nombreambito"]; 
if (isset($_POST["opcion"])) $opcion=$_POST["opcion"];
if (isset($_POST["opcioncrear"])) $opcioncrear=$_POST["opcioncrear"];
$boton = isset ($_REQUEST["boton"]) ? $_REQUEST["boton"] : "";
$confirmado = ($boton == $TbMsg[13] && ($opcioncrear == "crear" || $opcioncrear == "modificar")) ? "1" : "";
$guarnomb = isset($_POST["nombrenuevoboot"]) ? ucfirst($_POST["nombrenuevoboot"]) : "";
$admin = isset($_POST["modo"]) ? $_POST["modo"] : "";
$selectfile = isset($_POST["selectfile"]) ? $_POST["selectfile"] : "";
$boottype = isset($_POST["boottype"]) ? $_POST["boottype"] : "";
$dirtemplates= ( $boottype === "uefi" ) ? "/var/lib/tftpboot/grub/templates/"  : "/var/lib/tftpboot/menu.lst/templates/";
$otrodirtemplates= ( $boottype === "uefi" ) ? "/var/lib/tftpboot/menu.lst/templates/" : "/var/lib/tftpboot/grub/templates/";
$descripcion = "";
$modo = "";
?>

<html>
<head>
<TITLE>Administración web de aulas</TITLE>

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
	<LINK rel="stylesheet" type="text/css" href="../estilos.css">
	<SCRIPT language="javascript" src="../jscripts/propiedades_aulas.js"></SCRIPT>
	<SCRIPT language="javascript" src="../jscripts/opciones.js"></SCRIPT>
	<SCRIPT language="javascript" src="../jscripts/boot_grub4dos.js"></SCRIPT>
	<SCRIPT language="javascript" src="../idiomas/javascripts/esp/propiedades_aulas_esp.js"></SCRIPT>
</head>

<body>
<P align=center class=cabeceras><?php echo $TbMsg[42]; ?><BR>
	<SPAN align=center class=subcabeceras> <?php echo $nombreambito; ?> </SPAN></P>
<?php
//##################################################################################################################################
//###########  NUEVO COLUMNA ARRANQUE  #############################################################################################
//##################################################################################################################################

if ($opcioncrear == "crear")
	{
	if ($confirmado == 1)
		{	
			$descripfich=preg_replace("/[^A-Za-z0-9]/", "-", $guarnomb);
			$guarnomb=preg_replace("/[^A-Za-z0-9]/", "", $descripfich);
			$action="./boot_grub4dos.php";

			if($guarnomb === "") {
				// Mensaje de error si no ha incluido descripción
				$action="./boot_grub4dos_crear.php";
				$mensaje="<br><br><SPAN align=center class=subcabeceras>".$TbMsg[14]."</span>";

			} else {
				// Nombre archivo: Si para el otro tipo de plantillas existe un fichero con igual descripción uso el nombre.
				$nombrenuevoboot=exec("grep -i -m 1 \"^##NO-TOCAR-ESTA-LINEA[[:blank:]]*$descripfich$\" $otrodirtemplates* |awk -F: '{print $1}'");
				if (isset($nombrenuevoboot) && $nombrenuevoboot != "") {
					$nombrenuevoboot=basename($nombrenuevoboot);
				} else {
					// Nombre archivo: numDescripción
					// número: a todos los números posibles le quito los ya usados y me quedo con el primero
					chdir($dirtemplates);
					$pn=array_map("principio",glob("*"));
					$todos=range(21,99);
					$ultimonumero=current(array_diff($todos,$pn));

					$nombrenuevoboot=$ultimonumero.$guarnomb;
				}

				$nuevoboot = $dirtemplates.$nombrenuevoboot;

				// Comprobamos que no exista
				if ( file_exists($nuevoboot)) {
					$mensaje=$TbMsg["ERR_DUPLICADO"]."<br><br><SPAN align=center class=subcabeceras>".$nombrenuevoboot." - '".$guarnomb."' ($boottype)</span>";
				} else {
					// Creo plantilla
					$parametrosnuevoboot=$_POST["parametrosnuevoboot"];

					$fp = fopen($nuevoboot, "w");
					$string = $TbMsg[22].$descripfich."\n".$parametrosnuevoboot;
					$write = fputs($fp, $string);
					fclose($fp);

					$mensaje=$TbMsg[6]."<br><br><SPAN align=center class=subcabeceras>".$descripfich."</span>";
				}
			}
			?>
						<form name="crearranque" method="post" action="<?php echo $action ?>">
						<input type="hidden" name="confirmado" value="">
						<input type="hidden" name="ultimonumero" value="<?php echo $ultimonumero?>">
						<input type="hidden" name="litambito" value="<?php echo $litambito?>">
						<input type="hidden" name="idambito" value="<?php echo $idambito?>">
						<input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>">
						<input type="hidden" name="opcioncrear" value="crear">
						<input type="hidden" name="boottype" value="<?php echo $boottype ?>">
						<TABLE width="500" align=center border=1 >
						<TR><TD align="center"><br><?php echo $mensaje;?></span><br><br><br>	
						<input type="submit" value="Continuar" name="nuevoarran">
						</TD></TR>
						</TABLE>
						</form>
<?php }else{
?>

<form name="crearranque" method="post" action="./boot_grub4dos_crear.php">
<input type="hidden" name="litambito" value="<?php echo $litambito?>">
<input type="hidden" name="idambito" value="<?php echo $idambito?>">
<input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>">
<input type="hidden" name="boottype" value="<?php echo $boottype ?>">
<input type="hidden" name="opcioncrear" value="crear">
<input type="hidden" name="modo" value="1">

<TABLE width="650" align=CENTER border=1 cellPadding=1 cellSpacing=1 class=tabla_datos >

<TR align=center>
	<TD height="70" colspan="2" valign="middle">
		<SPAN align=center class=cabeceras> <?php echo $TbMsg[3]?> </SPAN>
	</TD>
  </TR>
<TR align=right>
	<TD colspan="2" valign="middle">



	</TD>
  </TR>
<TR>
	<TD width="150" height="10" valign="middle">
		<SPAN align=center class=subcabeceras><?php echo $TbMsg[12]." ($boottype)"?></SPAN>
	</TD>

	<TD width="500" height="10" valign="middle">
		<input type="text" name="nombrenuevoboot" id="textfield" size="25" value="<?php echo $guarnomb ?>">
	</TD>

</TR>
<TR>
	<TD width="150" height="100" valign="middle">

<SPAN align=center class=subcabeceras><?php echo $TbMsg[19]?><br></SPAN>
<?php
// Boton utilizar plantilla o no.
if ($boton == $TbMsg[17]) {
	echo '<input name=boton type=submit value="'.$TbMsg[18].'">';
}else{
	echo '<input name=boton type=submit value="'.$TbMsg[17].'">';
}
?>
	</TD>

	<TD width="500" height="100" valign="middle">


	<textarea name="parametrosnuevoboot" id="parametrosnuevoboot" cols="60" rows="12">
<?php
if ($boton == $TbMsg[17])
echo "timeout 3
title FirstHardDisk-FirstPartition
keeppxe
root (hd0,0)
chainloader (hd0,0)+1
boot";
?>
	</textarea>		
	</TD>
</TR>
<TR>
	<TD width="150"  valign="middle">

		<input type="submit" name="boton" value="<?php echo $TbMsg[13]?>">
	</TD>

<TD width="500"  valign="middle">
		<!-- Cancelar: vuelvo a página de netbootavanzado -->
		<input type="submit" value="<?php echo $TbMsg[16]?>" onclick='document.forms[0].action="./boot_grub4dos.php";'>
	</TD>
</TR>
</TABLE>
</form>
<?php
//##################################################################################################################################
//###########  NUEVO COLUMNA ARRANQUE  #############################################################################################
//##################################################################################################################################
}}?>


<?php
//##################################################################################################################################
//###########  MODIFICAR COLUMNA ARRANQUE  #########################################################################################
//##################################################################################################################################
if ($opcioncrear == "modificar")
	{
	$action="./boot_grub4dos_crear.php";
	$confirmado=isset($_POST["confirmado"]) ? $_POST["confirmado"] : "";
        // Realizamos los cambios en el fichero
	if ($confirmado == 1)
		{
				$modificadescripcion=ucfirst($_POST["modificadescripcion"]);
				$descripfich=$modificadescripcion;$descripfich=preg_replace("/[^A-Za-z0-9]/", "-", $descripfich);
				$ficherow=$dirtemplates.$_POST["nombrefichero"];//echo $ficherow."<br>";
				$parametrosmodifica=$_POST["parametrosmodifica"];

				if(empty($modificadescripcion)) {
					$mensaje=$TbMsg[14];
				}else{

				$fp = fopen($ficherow, "w");
				$string = $TbMsg[22].$descripfich."\n".$parametrosmodifica;
				$write = fputs($fp, $string);//Escribe la primera linea
				fclose($fp);

					$action="./boot_grub4dos.php";
					$mensaje=$TbMsg[7];
				}
		?>
		<TABLE width="500" align=center border=1 >
		<TR><TD align="center"><br><?php echo $mensaje;?><br><br><SPAN align=center class=subcabeceras><?php echo $modificadescripcion;?></span><br><br><br>
		<form name="crearranque" method="post" action="<?php echo $action ?>">
		<input type="hidden" name="litambito" value="<?php echo $litambito?>">
		<input type="hidden" name="idambito" value="<?php echo $idambito?>">
		<input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>">
		<input type="hidden" name="confirmado" value="0">
		<input type="hidden" name="opcioncrear" value="modificar">
		<input type="hidden" name="modo" value="0">
		<input type="submit" value="Continuar" name="nuevoarran">
		</form>
		</TD></TR>
		</TABLE>
<?php
//#########################################################################
// MODO USUARIO
//#########################################################################
    // Mostramos las plantillas a modificar
    } else {
	$select="";
	$input="";
        $textoboton="";
        // No hay plantilla elegida
        if ($selectfile === "") {
            // LEYENDO EL DIRECTORIO
            // /var/lib/tftboot/menu.lst/templates o /var/lib/tftboot/grub/templates
            chdir($dirtemplates);
            $pn=glob("*");
            // ordenamos
            sort($pn);

            if (empty($admin)) {
                // Si el modo es usuario eliminamos las plantillas de la instalación
                unset ($pn[array_search("pxe", $pn)]);
                foreach ($pn as $key => $valor) {
                    if (strnatcmp ( $valor , "20" ) > 0) break;
                    unset($pn[$key]);

                }

                // Botón cambio de modo
                $textoboton = '         <input type="submit" value='.$TbMsg[11].'  name="nuevoarran" onclick=\'document.forms[0].modo.value=1;\' >'."\n";
            } else {
                $textoboton = '         <input type="submit" value='.$TbMsg[10].'  name="nuevoarran" onclick=\'document.forms[0].modo.value=0;\'>'."\n";
            }

            // Opciones del select
            $select = '  <select name="selectfile" id="selectfile" onChange="document.actualiza.submit()">'."\n".
                      '              <option value=""></option>'."\n";
            foreach ($pn as $valor) {
                $descripcion=exec("awk 'NR==1 {print $2}' ".$dirtemplates.$valor);
                $select.= '              <option value='.$valor.'>'.$descripcion.'</option>'."\n";
            }
            $select.= '          </select>'."\n";

        // Hay una plantilla seleccionada para modificar
        } else {
            $file=$dirtemplates.$selectfile;
            $descripcion=exec("awk 'NR==1 {print $2}' ".$dirtemplates.$selectfile);
            $parametros=file_get_contents ($file);
            // Elimino cabecera anterior
            $parametros=preg_replace ("/$TbMsg[22].*\n/",'', $parametros);

            // Campos de formulario especificos de esta opción
            $input .= '<input type="hidden" name="nombrefichero" id="nombrefichero" value="'.$selectfile.'">'."\n".
                      '<input type="hidden" name="confirmado" value="1" >'."\n";
        }

// Parte del formulario comun
?>
<form name="actualiza" method="post" action="<?php echo $action ?>">
    <input type="hidden" name="litambito" value="<?php echo $litambito ?>">
    <input type="hidden" name="idambito" value="<?php echo $idambito ?>">
    <input type="hidden" name="nombreambito" value="<?php echo $nombreambito ?>">
    <input type="hidden" name="opcioncrear" value="modificar">
    <input type="hidden" name="boottype" value="<?php echo $boottype ?>">
    <input type="hidden" name="modo" value="<?php echo $modo ?>">
    <?php echo  $input; 

    // Cabecera de la tabla ?>
    <table width="850" align="center" border="1" cellPadding="1" cellSpacing="1" class="tabla_datos" >
      <tr>
        <td height="70" colspan="3" valign="middle"><p align=center class=cabeceras><?php echo $TbMsg[4] ?></p>
        <?php echo $textoboton ?>
      </tr>
    
      <?php  // Lista de selección de plantillas
        if ($selectfile === "") { ?>

      <tr>
        <td height="10" colspan="2" valign="middle"><span align=center class=subcabeceras><?php echo $TbMsg[9]." (".$boottype.")" ?></span></td>
        <td height="10" valign="middle" align="right">
        <?php echo $select ?>
        </td>
      </tr>
    
      <?php // Formulario con datos de la plantilla a cambiar
        } else { ?>

      <tr>
        <td height="10" valign="middle">
            <SPAN align=center class=subcabeceras><?php echo $TbMsg[21]." (".$boottype.")" ?></SPAN>
        </td>
        <td width="249" height="10" valign="middle"><?php echo $selectfile ?></td>
        <td width="100" valign="middle" align="right">
            <span align=center class=subcabeceras><?php echo $TbMsg[12] ?></span>
            <input type="text" name="modificadescripcion" id="modificadescripcion" size="25" value="<?php echo $descripcion ?>">
        </td>
      </tr>
      <tr>
        <td width="500" height="100" valign="middle"> <span align=center class=subcabeceras><?php echo $TbMsg[19] ?></span></td>
        <td width="500" height="100" colspan="2" valign="middle">
            <textarea name="parametrosmodifica" id="parametrosmodifica" cols="95" rows="17"><?php echo $parametros ?></textarea>
        </td>
      </tr>
      <tr>
        <td width="500"  valign="middle"><input type="submit" value="<?php echo $TbMsg[13] ?>" name="nuevoarran"></td>
        <td width="500" colspan="2"  valign="middle"><input type="submit" value="<?php echo $TbMsg[16] ?>" name="nuevoarran"  onclick='document.forms[0].action="./boot_grub4dos.php";'>
      <tr>
    
       <?php  }
        // Final pagina ?>
    </table>
</form>

    <?php
    }
//##################################################################################################################################
//###########  MODIFICAR COLUMNA ARRANQUE  #########################################################################################
//##################################################################################################################################
}


//##################################################################################################################################
//###########  ELIMINAR COLUMNA ARRANQUE  ##########################################################################################
//##################################################################################################################################

if ($opcioncrear == "eliminar" )
	{
	$confirmado=isset($_POST["confirmado"]) ? $_POST["confirmado"] : "";
	if ($confirmado == 1)
		{
			$eliminafichero=$_POST["eliminafichero"];
			$resul=actualizaequipos($cmd,$eliminafichero);
			$fichero = $dirtemplates.$eliminafichero;
			unlink($fichero);

		?>
		<TABLE width="500" align=center border=1 >
		<TR><TD align="center"><br><?php if($eliminafichero != null) echo $TbMsg[8];?><br><br><SPAN align=center class=subcabeceras><?php echo substr($eliminafichero,2)." (".$boottype.")"; ?></span><br><br><br>
		<form name="crearranque" method="post" action="./boot_grub4dos.php">
		<input type="hidden" name="litambito" value="<?php echo $litambito?>">
		<input type="hidden" name="idambito" value="<?php echo $idambito?>">
		<input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>">
		<input type="submit" value="Continuar" name="nuevoarran">
		</form>
		</TD></TR>
</TABLE>

		<?php }else{
?>
<?php
//#########################################################################
// LEYENDO EL DIRECTORIO
// /var/lib/tftboot/menu.lst/templates o /var/lib/tftpboot/grub/templates/
//#########################################################################
//$dirtemplates= "/var/lib/tftpboot/menu.lst/templates/";
chdir($dirtemplates);

$pn=glob("*");//pila de nombres
// No mostramos archivo pxe
unset($pn[array_search("pxe", $pn)]);
//ordenar las pilas segun la pila de nombres
sort($pn);
?>

<form name="eliminaarranque" method="post" action="./boot_grub4dos_crear.php">
<input type="hidden" name="litambito" value="<?php echo $litambito?>">
<input type="hidden" name="idambito" value="<?php echo $idambito?>">
<input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>">
<input type="hidden" name="confirmado" value="1">
<input type="hidden" name="opcioncrear" value="eliminar">
<input type="hidden" name="boottype" value="<?php echo $boottype ?>">
<TABLE width="650" align=CENTER border=1 cellPadding=1 cellSpacing=1 class=tabla_datos >
<TR align=center>
	<TD height="70" colspan="2" valign="middle">
		<SPAN align=center class=cabeceras> <?php echo $TbMsg[5]?> </SPAN>
	</TD>
  </TR>
<TR>
	<TD width="150" height="10" valign="middle">
		<SPAN align=center class=subcabeceras><?php echo $TbMsg[12]." (".$boottype.")" ?></SPAN>
	</TD>

	<TD width="500" height="10" valign="middle">
	  <select name="eliminafichero" id="eliminafichero">
  	<?php
		for ($z=0;$z<count($pn);$z++)
		{
		// Sólo se pueden borrar plantillas que empiecen >19
		if((substr($pn[$z],0,2)) > 19)
			{
			$description=exec("awk 'NR==1 {print $2}' ".$dirtemplates.$pn[$z]);
			echo '<option value='.$pn[$z].'>'.$description.'</option>';
			}
		}
	?>   
      </select>
	</TD>
</TR>

<TR>
	<TD width="150"  valign="middle">
		<input type="submit" value="<?php echo $TbMsg[13]?>" name="nuevoarra">
		
	</TD>

	<TD width="500"  valign="middle">
		<input type="submit" value="<?php echo $TbMsg[16]?>" name="nuevoarran" onclick='document.forms[0].action="./boot_grub4dos.php";'>
	</TD>
</TR>
</TABLE>
</form>
<?php
//##################################################################################################################################
//###########  ELIMINAR COLUMNA ARRANQUE  ##########################################################################################
//##################################################################################################################################
}}?>

</body>
</html>

<?php
// Los equipos que tienen asignada la plantilla a eliminar se actualizan con el valor desconocido.
// cmd: manejador de la base de datos
// eliminafichero: plantilla a eliminar
function actualizaequipos($cmd,$eliminafichero) {
	$nombrefich="00unknown";
	$cmd->texto="UPDATE ordenadores SET arranque='".$nombrefich."' WHERE arranque='".$eliminafichero."';";
	$resul=$cmd->Ejecutar();
	return $resul;
}

// Extrae los dos primeros caracteres de una cadena
function principio($valor) {
    return substr($valor,0,2);
}
?>