diff options
Diffstat (limited to 'admin/WebConsole/menus/menuaula1.html')
-rw-r--r-- | admin/WebConsole/menus/menuaula1.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/admin/WebConsole/menus/menuaula1.html b/admin/WebConsole/menus/menuaula1.html new file mode 100644 index 00000000..b24b101f --- /dev/null +++ b/admin/WebConsole/menus/menuaula1.html @@ -0,0 +1,37 @@ +<html> + <head> + <style type="text/css"> + * { font-size: 10px; } + h2 { font-size: 2em;} + br {font-size: 0.2em; } + a:link, a:visited { text-decoration: none; font-weight: normal; color:#505e6b; font-weight: bold; } </style> + </head> + + <body> + <table width=100%> + <tr><td colspan=3 height=50px > + <h2><img style="margin:0px 100px 0px 0px" align=middle src=images/opengnsys.png>Menú de opciones</h2></p></td></tr> + + <tr><td width=10% rowspan="2" align=right valign=top><img width="40px" heigth="40px" src=images/xp.png> + <td width=30%><a href="command:bootOs 1 1">1.- Arrancar Windows XP</a> + <td width=60%>Arranque normal sin modificaciones. + <tr> + <td width=30%><a href="command: restoreImage REPO /aula1/xp 1 1">2.- Reinstalar Windows XP</a></td> + <td width=60%><br>El proceso de instalación puede tardar unos minutos. + <br><font color=red>Durante la instalación se bloquean teclado y ratón.</font></td> + + <tr><td colspan=3 text=white bgcolor=#ffffff align=center height=10px> + + + <tr><td width=10% rowspan="2" align=right valign=top><img width="40px" heigth="40px" src=images/linux.png> + <td width=30%><a href="command:bootOs 1 2">3.- Arrancar Ubuntu 9.04</a> + <td width=60%>Arranque normal sin modificaciones. + <tr> + <td width=30%><a href="command: restoreImage REPO /aula1/ubuntu9 1 2"><br>4.- Reinstalar Ubuntu 9.04</a> + <td width=60%><br>El proceso de instalación puede tardar unos minutos. + <br><font color=red>Durante la instalación se bloquean teclado y ratón.</font> + + + </table> + <body> +</html> |