blob: b24b101f86c2f61853f7346dbc84fdfb87c7d9f4 (
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
|
<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>
|