diff options
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_repositorios.php')
-rw-r--r-- | admin/WebConsole/propiedades/propiedades_repositorios.php | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_repositorios.php b/admin/WebConsole/propiedades/propiedades_repositorios.php index b2407b8a..7bdb6713 100644 --- a/admin/WebConsole/propiedades/propiedades_repositorios.php +++ b/admin/WebConsole/propiedades/propiedades_repositorios.php @@ -74,8 +74,8 @@ if($apiKeyRepo != ""){ //######################################################################### ?> <HTML> -<TITLE>Administración web de aulas</TITLE> <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/validators.js"></SCRIPT> @@ -92,44 +92,44 @@ if($apiKeyRepo != ""){ <INPUT type=hidden name=ordenadores value="<?php echo $ordenadores?>"> <P align=center class=cabeceras><?php echo $TbMsg[4]?><BR> - <SPAN align=center class=subcabeceras><?php echo $opciones[$opcion]?></SPAN></P> + <SPAN class=subcabeceras><?php echo $opciones[$opcion]?></SPAN></P> <TABLE align=center border=0 cellPadding=1 cellSpacing=1 class=tabla_datos > <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> <TR> - <TH align="center"> <?php echo $TbMsg[5]?> </TD> + <TH align="center"> <?php echo $TbMsg[5]?> </TH> <?php if ($opcion==$op_eliminacion) echo '<TD>'.$nombrerepositorio.'</TD>'; else - echo '<TD><INPUT class="formulariodatos" name="nombrerepositorio" style="width:200" type="text" value="'.$nombrerepositorio.'"></TD>'; + echo '<TD><INPUT class="formulariodatos" name="nombrerepositorio" style="width:200px" type="text" value="'.$nombrerepositorio.'"></TD>'; ?> - <TD valign="top" align="left" rowspan="4" ><CENTER> + <TD valign="top" align="center" rowspan="4"> <IMG border="3" style="border-color:#63676b" src="../images/aula.jpg"> - <BR> Ordenadores: <?php echo $ordenadores?></CENTER></TD> + <BR> Ordenadores: <?php echo $ordenadores?></TD> </TR> <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> <TR> - <TH align=center> <?php echo $TbMsg[6]?> </TD> + <TH align=center> <?php echo $TbMsg[6]?> </TH> <?php if ($opcion==$op_eliminacion) echo '<TD>'.$ip.'</TD>'; else - echo'<TD><INPUT class="formulariodatos" name="ip" type="text" style="width:200" value="'.$ip.'"></TD>'; + echo'<TD><INPUT class="formulariodatos" name="ip" type="text" style="width:200px" value="'.$ip.'"></TD>'; ?> </TR> <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> <TR> - <TH align=center> <?php echo $TbMsg[17]?> </TD> + <TH align=center> <?php echo $TbMsg[17]?> </TH> <?php if ($opcion==$op_eliminacion) echo '<TD>********</TD>'; else - echo'<TD><INPUT class="formulariodatos" name="apiKeyRepo" type="text" style="width:200" value="'.$apiKeyRepo.'"></TD>'; + echo'<TD><INPUT class="formulariodatos" name="apiKeyRepo" type="text" style="width:200px" value="'.$apiKeyRepo.'"></TD>'; ?> </TR> <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> <TR> - <TH align=center> <?php echo $TbMsg[7]?> </TD> + <TH align=center> <?php echo $TbMsg[7]?> </TH> <?php if ($opcion==$op_eliminacion) echo '<TD colspan="2">'.$comentarios.'</TD>'; @@ -148,10 +148,10 @@ if($apiKeyRepo != ""){ <?php if ($repoWithApi) { ?> <TR> - <TH align=center width=125> <?php echo $TbMsg[11]?> </TD> - <TH align=center width=120> <?php echo $TbMsg[12]?> </TD> - <TH align=center width=120> <?php echo $TbMsg[13]?> </TD> - <TH align=center width=101> <?php echo $TbMsg[14]?> </TD> + <TH align=center width=125> <?php echo $TbMsg[11]?> </TH> + <TH align=center width=120> <?php echo $TbMsg[12]?> </TH> + <TH align=center width=120> <?php echo $TbMsg[13]?> </TH> + <TH align=center width=101> <?php echo $TbMsg[14]?> </TH> </TR> <TR> <TD align=center width=125> <?php echo $totalrepo?> </TD> |